-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move preact-render-to-string
to preact/server
#3480
Commits on Feb 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4e558b0 - Browse repository at this point
Copy the full SHA 4e558b0View commit details
Commits on Mar 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c956861 - Browse repository at this point
Copy the full SHA c956861View commit details -
Merge pull request #31 from mikestead/fix/empty-style-attribute
When styles object is empty don’t render style attribute
Configuration menu - View commit details
-
Copy full SHA for e710325 - Browse repository at this point
Copy the full SHA e710325View commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3d1d605 - Browse repository at this point
Copy the full SHA 3d1d605View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d7808 - Browse repository at this point
Copy the full SHA e9d7808View commit details
Commits on May 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 96c4ceb - Browse repository at this point
Copy the full SHA 96c4cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e238e24 - Browse repository at this point
Copy the full SHA e238e24View commit details
Commits on May 22, 2017
-
Fix issue where multiline attribute values could trigger indentation …
…of children in non-pretty mode. /cc @rauchg
Configuration menu - View commit details
-
Copy full SHA for c7dbf7f - Browse repository at this point
Copy the full SHA c7dbf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6db12d - Browse repository at this point
Copy the full SHA b6db12dView commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 80801f7 - Browse repository at this point
Copy the full SHA 80801f7View commit details
Commits on Sep 8, 2017
-
New: add TypeScript definitions (#39)
- Try to mimic the Preact TSD. - Example usage with `noImplicitAny` enabled: import { render } from "preact-render-to-string"; - No idea if I've done it right but it seems to compile and hopefully someone more knowledgeable can build on this.
Configuration menu - View commit details
-
Copy full SHA for 5215613 - Browse repository at this point
Copy the full SHA 5215613View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56f338 - Browse repository at this point
Copy the full SHA b56f338View commit details
Commits on Sep 15, 2017
-
Correct & simplify component name detection (Fixes #44) (#45)
* Correct & simplify component name detection (Fixes #44) * fix me being silly
Configuration menu - View commit details
-
Copy full SHA for 7560758 - Browse repository at this point
Copy the full SHA 7560758View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9bb79 - Browse repository at this point
Copy the full SHA ac9bb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2437db4 - Browse repository at this point
Copy the full SHA 2437db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01eaa23 - Browse repository at this point
Copy the full SHA 01eaa23View commit details
Commits on Oct 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f71517a - Browse repository at this point
Copy the full SHA f71517aView commit details
Commits on Aug 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9341ef5 - Browse repository at this point
Copy the full SHA 9341ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ba332 - Browse repository at this point
Copy the full SHA 61ba332View commit details -
Configuration menu - View commit details
-
Copy full SHA for d70dda7 - Browse repository at this point
Copy the full SHA d70dda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae5040 - Browse repository at this point
Copy the full SHA 3ae5040View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75152e - Browse repository at this point
Copy the full SHA c75152eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e62519 - Browse repository at this point
Copy the full SHA 0e62519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b620f - Browse repository at this point
Copy the full SHA 55b620fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 474df96 - Browse repository at this point
Copy the full SHA 474df96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df51ba - Browse repository at this point
Copy the full SHA 4df51baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed35038 - Browse repository at this point
Copy the full SHA ed35038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3811bc5 - Browse repository at this point
Copy the full SHA 3811bc5View commit details
Commits on Aug 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 06e16de - Browse repository at this point
Copy the full SHA 06e16deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5efd6d4 - Browse repository at this point
Copy the full SHA 5efd6d4View commit details
Commits on Aug 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5a793c0 - Browse repository at this point
Copy the full SHA 5a793c0View commit details -
[feature] replace
undefined
prop values with defaultProps (#60)- mimick preact behaviour - fix preactjs/preact-render-to-string#58
Configuration menu - View commit details
-
Copy full SHA for 8048193 - Browse repository at this point
Copy the full SHA 8048193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3050415 - Browse repository at this point
Copy the full SHA 3050415View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52b3ee - Browse repository at this point
Copy the full SHA d52b3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f442b - Browse repository at this point
Copy the full SHA b3f442bView commit details -
Conditionally compile out support for
{ pretty: true }
from the def……ault export. Pretty (whitespace) output is now only supported in `/jsx`.
Configuration menu - View commit details
-
Copy full SHA for 59ef88a - Browse repository at this point
Copy the full SHA 59ef88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 606741c - Browse repository at this point
Copy the full SHA 606741cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96bb4c9 - Browse repository at this point
Copy the full SHA 96bb4c9View commit details
Commits on Aug 17, 2018
-
Externalize pretty-format dependency. It is no longer bundled into pr…
…eact-render-to-string/jsx
Configuration menu - View commit details
-
Copy full SHA for 5ef665e - Browse repository at this point
Copy the full SHA 5ef665eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 450df79 - Browse repository at this point
Copy the full SHA 450df79View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8818d - Browse repository at this point
Copy the full SHA ae8818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540f1e8 - Browse repository at this point
Copy the full SHA 540f1e8View commit details -
Adds support for
getDerivedStateFromProps
(#63)* Adds support for `getDerivedStateFromProps` * Adding tests to verify that `getDerivedStateFromProps` is correctly called and that it takes precedence over `componentWillMount` * changing `c.constructor` reference to `nodeName` to save a few bytes and a lookup per preactjs/preact-render-to-string#63 (comment)
Configuration menu - View commit details
-
Copy full SHA for 506af23 - Browse repository at this point
Copy the full SHA 506af23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afc683 - Browse repository at this point
Copy the full SHA 0afc683View commit details
Commits on Mar 7, 2019
-
[WIP] Update for Preact 10 (#70)
* Update for preact 10 * Update test/render.js Co-Authored-By: developit <[email protected]> * Get all tests passing (#71) * adjust test name to match renamed properties
Configuration menu - View commit details
-
Copy full SHA for 90da414 - Browse repository at this point
Copy the full SHA 90da414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdbec8 - Browse repository at this point
Copy the full SHA 1cdbec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f98b0c2 - Browse repository at this point
Copy the full SHA f98b0c2View commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0bc7bad - Browse repository at this point
Copy the full SHA 0bc7badView commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 91b7133 - Browse repository at this point
Copy the full SHA 91b7133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca75ec - Browse repository at this point
Copy the full SHA 4ca75ecView commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ccac730 - Browse repository at this point
Copy the full SHA ccac730View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb8543 - Browse repository at this point
Copy the full SHA eeb8543View commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a63af32 - Browse repository at this point
Copy the full SHA a63af32View commit details
Commits on Mar 20, 2019
-
Add support for Fragments (#79)
* Add support for Fragments * Add test for sibling Fragments
Configuration menu - View commit details
-
Copy full SHA for 22369fd - Browse repository at this point
Copy the full SHA 22369fdView commit details
Commits on Mar 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 27b9310 - Browse repository at this point
Copy the full SHA 27b9310View commit details
Commits on Apr 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8ed695f - Browse repository at this point
Copy the full SHA 8ed695fView commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9e0c889 - Browse repository at this point
Copy the full SHA 9e0c889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a849c1 - Browse repository at this point
Copy the full SHA 1a849c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4cf37 - Browse repository at this point
Copy the full SHA ad4cf37View commit details -
Merge pull request #85 from developit/fix_select_value
Fix select value not marking option as selected
Configuration menu - View commit details
-
Copy full SHA for c944938 - Browse repository at this point
Copy the full SHA c944938View commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 646c9b0 - Browse repository at this point
Copy the full SHA 646c9b0View commit details
Commits on May 1, 2019
-
Support createContext of preact x
Sven Tschui committedMay 1, 2019 Configuration menu - View commit details
-
Copy full SHA for df3f395 - Browse repository at this point
Copy the full SHA df3f395View commit details -
Sven Tschui committed
May 1, 2019 Configuration menu - View commit details
-
Copy full SHA for d6c5257 - Browse repository at this point
Copy the full SHA d6c5257View commit details
Commits on May 2, 2019
-
Sven Tschui committed
May 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 273b2a5 - Browse repository at this point
Copy the full SHA 273b2a5View commit details
Commits on May 3, 2019
-
Support createContext of preact x (#88)
Support createContext of preact x
Configuration menu - View commit details
-
Copy full SHA for d6d3041 - Browse repository at this point
Copy the full SHA d6d3041View commit details
Commits on May 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0dff57c - Browse repository at this point
Copy the full SHA 0dff57cView commit details
Commits on May 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 31c7685 - Browse repository at this point
Copy the full SHA 31c7685View commit details
Commits on Jun 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2929c9d - Browse repository at this point
Copy the full SHA 2929c9dView commit details
Commits on Jun 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 80aa4c5 - Browse repository at this point
Copy the full SHA 80aa4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62abc4 - Browse repository at this point
Copy the full SHA b62abc4View commit details
Commits on Jul 2, 2019
-
[TS] Make options optional (#101)
Make each Option property optional to allow passing in partial options objects (e.g. `{ pretty: true }`)
Configuration menu - View commit details
-
Copy full SHA for 55eeee7 - Browse repository at this point
Copy the full SHA 55eeee7View commit details
Commits on Jul 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 958d38b - Browse repository at this point
Copy the full SHA 958d38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a14cd52 - Browse repository at this point
Copy the full SHA a14cd52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d7121 - Browse repository at this point
Copy the full SHA 31d7121View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc329af - Browse repository at this point
Copy the full SHA dc329afView commit details -
Merge pull request #83 from 9renpoto/fix/types
Added type definition tests
Configuration menu - View commit details
-
Copy full SHA for 83cfe0a - Browse repository at this point
Copy the full SHA 83cfe0aView commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d56030 - Browse repository at this point
Copy the full SHA 9d56030View commit details -
Merge pull request #106 from preactjs/pretty_render
Fix pretty option doing nothing
Configuration menu - View commit details
-
Copy full SHA for 8142c35 - Browse repository at this point
Copy the full SHA 8142c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea05501 - Browse repository at this point
Copy the full SHA ea05501View commit details
Commits on Jul 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aff8899 - Browse repository at this point
Copy the full SHA aff8899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676bdc2 - Browse repository at this point
Copy the full SHA 676bdc2View commit details -
Fix build tools deprecation warnings (#110)
Fix build tools deprecation warnings
Configuration menu - View commit details
-
Copy full SHA for e87b1ba - Browse repository at this point
Copy the full SHA e87b1baView commit details
Commits on Jul 15, 2019
-
Join adjacent text nodes (#109)
* Join adjacent text nodes in pretty mode * Refactor pretty printing of adjacent text nodes
Configuration menu - View commit details
-
Copy full SHA for b832c20 - Browse repository at this point
Copy the full SHA b832c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c3b68 - Browse repository at this point
Copy the full SHA 78c3b68View commit details
Commits on Jul 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 54cd854 - Browse repository at this point
Copy the full SHA 54cd854View commit details
Commits on Oct 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7d1ded0 - Browse repository at this point
Copy the full SHA 7d1ded0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d7092 - Browse repository at this point
Copy the full SHA e2d7092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a070d - Browse repository at this point
Copy the full SHA 70a070dView commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7c0a96 - Browse repository at this point
Copy the full SHA e7c0a96View commit details
Commits on Oct 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 279bae1 - Browse repository at this point
Copy the full SHA 279bae1View commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb97751 - Browse repository at this point
Copy the full SHA eb97751View commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 98b96f8 - Browse repository at this point
Copy the full SHA 98b96f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b46ee9a - Browse repository at this point
Copy the full SHA b46ee9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f26cf - Browse repository at this point
Copy the full SHA 34f26cfView commit details -
Fix effects breaking in SSR due to missing _renderCallbacks (#124)
Fix effects breaking in SSR due to missing _renderCallbacks
Configuration menu - View commit details
-
Copy full SHA for af37b2b - Browse repository at this point
Copy the full SHA af37b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8142e59 - Browse repository at this point
Copy the full SHA 8142e59View commit details
Commits on Dec 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e342bf4 - Browse repository at this point
Copy the full SHA e342bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c33f68 - Browse repository at this point
Copy the full SHA 3c33f68View commit details -
Merge pull request #127 from preactjs/fix-setState
Fix exception when invoking setState in cWM
Configuration menu - View commit details
-
Copy full SHA for f2077a1 - Browse repository at this point
Copy the full SHA f2077a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0087760 - Browse repository at this point
Copy the full SHA 0087760View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9411ae - Browse repository at this point
Copy the full SHA f9411aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5024fe - Browse repository at this point
Copy the full SHA e5024feView commit details -
Merge pull request #128 from preactjs/travis
Update Travis config
Configuration menu - View commit details
-
Copy full SHA for c65d80b - Browse repository at this point
Copy the full SHA c65d80bView commit details
Commits on Dec 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6a31ebd - Browse repository at this point
Copy the full SHA 6a31ebdView commit details
Commits on Dec 19, 2019
-
Fix support for default context value (#130)
Issue here was that the mangled "_defaultValue" prop wasn't being used.
Configuration menu - View commit details
-
Copy full SHA for 2e41382 - Browse repository at this point
Copy the full SHA 2e41382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d47fc3 - Browse repository at this point
Copy the full SHA 5d47fc3View commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 67f3812 - Browse repository at this point
Copy the full SHA 67f3812View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1aee1 - Browse repository at this point
Copy the full SHA fb1aee1View commit details -
Add TypeScript definitions for JSX renderer (#131)
Add TypeScript definitions for JSX renderer
Configuration menu - View commit details
-
Copy full SHA for 2dfdd37 - Browse repository at this point
Copy the full SHA 2dfdd37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffb7a7 - Browse repository at this point
Copy the full SHA 0ffb7a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ce60c - Browse repository at this point
Copy the full SHA a5ce60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a68b538 - Browse repository at this point
Copy the full SHA a68b538View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc2947b - Browse repository at this point
Copy the full SHA dc2947bView commit details -
Merge pull request #132 from preactjs/add-pkg-lock
add package-lock for pika
Configuration menu - View commit details
-
Copy full SHA for 7b449ff - Browse repository at this point
Copy the full SHA 7b449ffView commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf6e32d - Browse repository at this point
Copy the full SHA bf6e32dView commit details
Commits on Feb 20, 2020
-
Update Travis CI org name to
preactjs
[skip ci] (#138)This fixes the build status badge from `unknown` to `passing`.
Configuration menu - View commit details
-
Copy full SHA for f74b419 - Browse repository at this point
Copy the full SHA f74b419View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0ee2d7d - Browse repository at this point
Copy the full SHA 0ee2d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2760f9e - Browse repository at this point
Copy the full SHA 2760f9eView commit details
Commits on Apr 6, 2020
-
Merge pull request #139 from preactjs/prevent-state-update-errors
Add setState()/forceUpdate() no-op methods to prevent errors
Configuration menu - View commit details
-
Copy full SHA for d095050 - Browse repository at this point
Copy the full SHA d095050View commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4cf0edd - Browse repository at this point
Copy the full SHA 4cf0eddView commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6da9bd6 - Browse repository at this point
Copy the full SHA 6da9bd6View commit details -
Merge pull request #142 from preactjs/preact-10-peer
Preact>=10 peer dep
Configuration menu - View commit details
-
Copy full SHA for 16fee53 - Browse repository at this point
Copy the full SHA 16fee53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1dfdf - Browse repository at this point
Copy the full SHA 4a1dfdfView commit details
Commits on Apr 9, 2020
-
Merge pull request #140 from 38elements/renderToString
Remove unnecessary line
Configuration menu - View commit details
-
Copy full SHA for 32ddc1e - Browse repository at this point
Copy the full SHA 32ddc1eView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d967bbe - Browse repository at this point
Copy the full SHA d967bbeView commit details
Commits on May 4, 2020
-
* Add submodule exports * Add fallback exports declarations for Rollup
Configuration menu - View commit details
-
Copy full SHA for 9b98794 - Browse repository at this point
Copy the full SHA 9b98794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155d7d4 - Browse repository at this point
Copy the full SHA 155d7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bcefa - Browse repository at this point
Copy the full SHA 42bcefaView commit details
Commits on May 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f2ae62 - Browse repository at this point
Copy the full SHA 6f2ae62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68af261 - Browse repository at this point
Copy the full SHA 68af261View commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6014568 - Browse repository at this point
Copy the full SHA 6014568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e3cf3 - Browse repository at this point
Copy the full SHA 95e3cf3View commit details
Commits on May 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b3bf64 - Browse repository at this point
Copy the full SHA 1b3bf64View commit details -
Fix accidental camelCasing of CSS Variables (#153)
* Fix accidental camelCasing of CSS Variables * Add test * Re-add non-dimensional guard (whoops!)
Configuration menu - View commit details
-
Copy full SHA for 67c42e4 - Browse repository at this point
Copy the full SHA 67c42e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7223090 - Browse repository at this point
Copy the full SHA 7223090View commit details
Commits on Jun 2, 2020
-
Keep state changes during getDerivedStateFromProps
Signed-off-by: Sven Tschui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e28cca - Browse repository at this point
Copy the full SHA 6e28ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e95a91 - Browse repository at this point
Copy the full SHA 3e95a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afb3c3 - Browse repository at this point
Copy the full SHA 8afb3c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa56f44 - Browse repository at this point
Copy the full SHA fa56f44View commit details -
Stringify boolean aria-* attributes
Signed-off-by: Sven Tschui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a9760f - Browse repository at this point
Copy the full SHA 4a9760fView commit details -
Merge pull request #158 from preactjs/bugfix/aria-boolean-values
Stringify boolean aria-* attributes
Configuration menu - View commit details
-
Copy full SHA for ab13881 - Browse repository at this point
Copy the full SHA ab13881View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f2bcc63 - Browse repository at this point
Copy the full SHA f2bcc63View commit details -
Merge pull request #155 from preactjs/bugfix/get-derived-state-from-p…
…rops Keep state changes during getDerivedStateFromProps
Configuration menu - View commit details
-
Copy full SHA for 605c083 - Browse repository at this point
Copy the full SHA 605c083View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f2770 - Browse repository at this point
Copy the full SHA f4f2770View commit details -
Merge pull request #156 from preactjs/feature/custom-void-elements
Add voidElements config option
Configuration menu - View commit details
-
Copy full SHA for 3852032 - Browse repository at this point
Copy the full SHA 3852032View commit details
Commits on Jul 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ae96de - Browse repository at this point
Copy the full SHA 7ae96deView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf3324 - Browse repository at this point
Copy the full SHA bbf3324View commit details -
Configuration menu - View commit details
-
Copy full SHA for c173408 - Browse repository at this point
Copy the full SHA c173408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9123beb - Browse repository at this point
Copy the full SHA 9123bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d74cd - Browse repository at this point
Copy the full SHA 53d74cdView commit details
Commits on Jul 11, 2020
-
Merge pull request #161 from preactjs/textarea-value-ssr
Fix SSR for <textarea value>
Configuration menu - View commit details
-
Copy full SHA for f10647a - Browse repository at this point
Copy the full SHA f10647aView commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7cc439c - Browse repository at this point
Copy the full SHA 7cc439cView commit details -
Merge pull request #162 from preactjs/release-5.1.10
Release 5.1.10
Configuration menu - View commit details
-
Copy full SHA for 7851eaf - Browse repository at this point
Copy the full SHA 7851eafView commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f67435 - Browse repository at this point
Copy the full SHA 0f67435View commit details -
Merge pull request #163 from preactjs/omit-default-value
Omit defaultValue attribute
Configuration menu - View commit details
-
Copy full SHA for 6ec06fc - Browse repository at this point
Copy the full SHA 6ec06fcView commit details
Commits on Oct 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4daf43d - Browse repository at this point
Copy the full SHA 4daf43dView commit details
Commits on Oct 15, 2020
-
Merge pull request #167 from gpoitch/gp/void-close-bugfix
[bugfix] do not close void elements with a closing tag
Configuration menu - View commit details
-
Copy full SHA for 7481e8d - Browse repository at this point
Copy the full SHA 7481e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 543ab6e - Browse repository at this point
Copy the full SHA 543ab6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f93ce19 - Browse repository at this point
Copy the full SHA f93ce19View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa4381 - Browse repository at this point
Copy the full SHA faa4381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2030944 - Browse repository at this point
Copy the full SHA 2030944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a0953 - Browse repository at this point
Copy the full SHA 28a0953View commit details
Commits on Oct 16, 2020
-
Merge pull request #170 from preactjs/opt-entity-encoding
Optimize HTML entity encoding
Configuration menu - View commit details
-
Copy full SHA for 5ed72cf - Browse repository at this point
Copy the full SHA 5ed72cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5fa99 - Browse repository at this point
Copy the full SHA ad5fa99View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bacc6 - Browse repository at this point
Copy the full SHA a7bacc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18fc97 - Browse repository at this point
Copy the full SHA e18fc97View commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a71a5bf - Browse repository at this point
Copy the full SHA a71a5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8890f6b - Browse repository at this point
Copy the full SHA 8890f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdcff9 - Browse repository at this point
Copy the full SHA ecdcff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 365d377 - Browse repository at this point
Copy the full SHA 365d377View commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4042de0 - Browse repository at this point
Copy the full SHA 4042de0View commit details -
Merge pull request #173 from preactjs/package-export-order
Prefer ESM over CJS in package exports
Configuration menu - View commit details
-
Copy full SHA for f99774c - Browse repository at this point
Copy the full SHA f99774cView commit details
Commits on Nov 1, 2020
-
prevent to self-close if dangerouslySetInnerHTML set (#174)
TOGASHI Tomoki authoredNov 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 2706bdb - Browse repository at this point
Copy the full SHA 2706bdbView commit details
Commits on Nov 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0cc0e2a - Browse repository at this point
Copy the full SHA 0cc0e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d21e8 - Browse repository at this point
Copy the full SHA 36d21e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e3075 - Browse repository at this point
Copy the full SHA b8e3075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f17875 - Browse repository at this point
Copy the full SHA 0f17875View commit details
Commits on Dec 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 514b36a - Browse repository at this point
Copy the full SHA 514b36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 736e529 - Browse repository at this point
Copy the full SHA 736e529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046edfc - Browse repository at this point
Copy the full SHA 046edfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e9e035 - Browse repository at this point
Copy the full SHA 2e9e035View commit details -
Configuration menu - View commit details
-
Copy full SHA for b012015 - Browse repository at this point
Copy the full SHA b012015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2720f - Browse repository at this point
Copy the full SHA 2e2720fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e3d27 - Browse repository at this point
Copy the full SHA 19e3d27View commit details
Commits on Feb 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe219e4 - Browse repository at this point
Copy the full SHA fe219e4View commit details -
Merge pull request #179 from preactjs/github-ci
Replace Travis CI with Github Actions
Configuration menu - View commit details
-
Copy full SHA for f8ece32 - Browse repository at this point
Copy the full SHA f8ece32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132a794 - Browse repository at this point
Copy the full SHA 132a794View commit details
Commits on Mar 7, 2021
-
Perf: Improve HTML entity escaping
This change significantly speeds up entity ecoding making it 170 ops/sec faster than before. Benchmark: https://github.com/marko-js/isomorphic-ui-benchmarks
Configuration menu - View commit details
-
Copy full SHA for aae5ef3 - Browse repository at this point
Copy the full SHA aae5ef3View commit details -
Merge pull request #181 from preactjs/escape-perf
Perf: Improve HTML entity escaping
Configuration menu - View commit details
-
Copy full SHA for ffda361 - Browse repository at this point
Copy the full SHA ffda361View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9e9fd - Browse repository at this point
Copy the full SHA bb9e9fdView commit details
Commits on Mar 8, 2021
-
Revert back to old commonjs behaviour.
A recent dependency update changed the exported values in our commonjs entries by exposing both the default export and named exports. This commit ensures that we're always using the default export and ignore any named ones.
Configuration menu - View commit details
-
Copy full SHA for b1e6312 - Browse repository at this point
Copy the full SHA b1e6312View commit details -
Merge pull request #183 from preactjs/commonjs-regression
Revert back to old commonjs behaviour.
Configuration menu - View commit details
-
Copy full SHA for a7a7544 - Browse repository at this point
Copy the full SHA a7a7544View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06fd6c - Browse repository at this point
Copy the full SHA a06fd6cView commit details
Commits on Mar 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d14ca0 - Browse repository at this point
Copy the full SHA 8d14ca0View commit details -
Merge pull request #169 from preactjs/benchmarks
Add some simple Benchmarks
Configuration menu - View commit details
-
Copy full SHA for e052981 - Browse repository at this point
Copy the full SHA e052981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc5d56 - Browse repository at this point
Copy the full SHA 1bc5d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76a75f - Browse repository at this point
Copy the full SHA f76a75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0bf6d - Browse repository at this point
Copy the full SHA aa0bf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 833bcc8 - Browse repository at this point
Copy the full SHA 833bcc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0faa3 - Browse repository at this point
Copy the full SHA bc0faa3View commit details -
Merge pull request #186 from preactjs/empty-css-value
Fix empty CSS value not ignored in inline styles
Configuration menu - View commit details
-
Copy full SHA for d5bc1e3 - Browse repository at this point
Copy the full SHA d5bc1e3View commit details
Commits on Mar 11, 2021
-
Revert "Memoize entity encoding"
This reverts commit 1bc5d56. Because we cannot forsee the length and amount of strings we need to be more careful about keeping them around as memory consumption can grow unbounded. In the future we should check if we can use a limited cache, only cache attributes or something else. WeakMaps unfortunately won't help as they cannot be used with primitives as cache key.
Configuration menu - View commit details
-
Copy full SHA for 426b806 - Browse repository at this point
Copy the full SHA 426b806View commit details -
Merge pull request #187 from preactjs/revert-entity-memo
Revert "Memoize entity encoding"
Configuration menu - View commit details
-
Copy full SHA for 336c81c - Browse repository at this point
Copy the full SHA 336c81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14eb53 - Browse repository at this point
Copy the full SHA f14eb53View commit details
Commits on Mar 15, 2021
-
* Add .test suffix to test files * Move dedent helper to test-utils * Move global test setup code to setup.js
Configuration menu - View commit details
-
Copy full SHA for 17a8276 - Browse repository at this point
Copy the full SHA 17a8276View commit details
Commits on Mar 19, 2021
-
Benchmark runner updates (#189)
* Run benchmarks against a known previous state ([email protected]) * Add d8-based benchmark runner * fix tests
Configuration menu - View commit details
-
Copy full SHA for f9e915e - Browse repository at this point
Copy the full SHA f9e915eView commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b468445 - Browse repository at this point
Copy the full SHA b468445View commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b230b2 - Browse repository at this point
Copy the full SHA 9b230b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 845886c - Browse repository at this point
Copy the full SHA 845886cView commit details
Commits on Mar 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 721bf49 - Browse repository at this point
Copy the full SHA 721bf49View commit details -
Merge pull request #194 from jviide/turbo-entities
Add encodeEntities fast path for inputs that don't need anything replaced
Configuration menu - View commit details
-
Copy full SHA for 1180c6d - Browse repository at this point
Copy the full SHA 1180c6dView commit details
Commits on Mar 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc535ab - Browse repository at this point
Copy the full SHA fc535abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca573b - Browse repository at this point
Copy the full SHA 7ca573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21cff70 - Browse repository at this point
Copy the full SHA 21cff70View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47a05f - Browse repository at this point
Copy the full SHA f47a05fView commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4549d5d - Browse repository at this point
Copy the full SHA 4549d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f15a0e8 - Browse repository at this point
Copy the full SHA f15a0e8View commit details
Commits on Apr 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab0e807 - Browse repository at this point
Copy the full SHA ab0e807View commit details -
Merge pull request #196 from preactjs/jsx-inlined
Fix preact being accidentally inlined for jsx renderer
Configuration menu - View commit details
-
Copy full SHA for 4bbee99 - Browse repository at this point
Copy the full SHA 4bbee99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ff8c1 - Browse repository at this point
Copy the full SHA b7ff8c1View commit details
Commits on Nov 10, 2021
-
Fix: serialize defaultValue as value attribute (#203)
* Fix: serialize defaultValue as value attribute h/t @washingtonsteven who found this * Update tests for defaultValue --> value
Configuration menu - View commit details
-
Copy full SHA for 221bd15 - Browse repository at this point
Copy the full SHA 221bd15View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1f9f4b - Browse repository at this point
Copy the full SHA a1f9f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72baec8 - Browse repository at this point
Copy the full SHA 72baec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7eda2 - Browse repository at this point
Copy the full SHA 3f7eda2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3e590 - Browse repository at this point
Copy the full SHA 6b3e590View commit details -
Configuration menu - View commit details
-
Copy full SHA for da84009 - Browse repository at this point
Copy the full SHA da84009View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5aaaa - Browse repository at this point
Copy the full SHA ae5aaaaView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fab233 - Browse repository at this point
Copy the full SHA 7fab233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788d5ac - Browse repository at this point
Copy the full SHA 788d5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 637b863 - Browse repository at this point
Copy the full SHA 637b863View commit details
Commits on Dec 16, 2021
-
Merge pull request #209 from preactjs/fix/compat-empty-classname
fix: On empty className w/ compat, class attr will no longer be duplicated
Configuration menu - View commit details
-
Copy full SHA for 582e16d - Browse repository at this point
Copy the full SHA 582e16dView commit details
Commits on Feb 4, 2022
-
Update Travis CI badge to GitHub Actions [skip ci]
This project hasn't been using Travis CI since it switched to GitHub Actions in preactjs/preact-render-to-string#179 (Feb 2021), but the README still shows the old Travis CI badge which currently shows build status as "failing".
Configuration menu - View commit details
-
Copy full SHA for 62193ee - Browse repository at this point
Copy the full SHA 62193eeView commit details -
Merge pull request #211 from mbrukman/update-travis-ci-badge-to-githu…
…b-actions Update Travis CI badge to GitHub Actions [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 25013de - Browse repository at this point
Copy the full SHA 25013deView commit details
Commits on Feb 21, 2022
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8292ac6 - Browse repository at this point
Copy the full SHA 8292ac6View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1279de3 - Browse repository at this point
Copy the full SHA 1279de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21869f0 - Browse repository at this point
Copy the full SHA 21869f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cc569 - Browse repository at this point
Copy the full SHA b7cc569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ac5bf - Browse repository at this point
Copy the full SHA 68ac5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3ea5b - Browse repository at this point
Copy the full SHA 9d3ea5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bf4f2 - Browse repository at this point
Copy the full SHA 39bf4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698c90d - Browse repository at this point
Copy the full SHA 698c90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb6f6e - Browse repository at this point
Copy the full SHA 3bb6f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13acf39 - Browse repository at this point
Copy the full SHA 13acf39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2375337 - Browse repository at this point
Copy the full SHA 2375337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4824d58 - Browse repository at this point
Copy the full SHA 4824d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c20a01 - Browse repository at this point
Copy the full SHA 9c20a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971a366 - Browse repository at this point
Copy the full SHA 971a366View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 81b5dcb - Browse repository at this point
Copy the full SHA 81b5dcbView commit details -
Mark preact/server as minor in Changeset
Co-authored-by: Jovi De Croock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfa88bd - Browse repository at this point
Copy the full SHA bfa88bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a668a - Browse repository at this point
Copy the full SHA 20a668aView commit details