Skip to content
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

Merged
merged 365 commits into from
Mar 16, 2022
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 14, 2017

  1. 3.6.0

    developit committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    4e558b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    c956861 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from mikestead/fix/empty-style-attribute

    When styles object is empty don’t render style attribute
    developit authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    e710325 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    3d1d605 View commit details
    Browse the repository at this point in the history
  2. 3.6.1

    developit committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    e9d7808 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    96c4ceb View commit details
    Browse the repository at this point in the history
  2. 3.6.2

    developit committed May 11, 2017
    Configuration menu
    Copy the full SHA
    e238e24 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Fix issue where multiline attribute values could trigger indentation …

    …of children in non-pretty mode. /cc @rauchg
    developit committed May 22, 2017
    Configuration menu
    Copy the full SHA
    c7dbf7f View commit details
    Browse the repository at this point in the history
  2. 3.6.3

    developit committed May 22, 2017
    Configuration menu
    Copy the full SHA
    b6db12d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    80801f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. 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.
    niedzielski authored and developit committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    5215613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56f338 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Correct & simplify component name detection (Fixes #44) (#45)

    * Correct & simplify component name detection (Fixes #44)
    
    * fix me being silly
    developit authored Sep 15, 2017
    Configuration menu
    Copy the full SHA
    7560758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac9bb79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2437db4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01eaa23 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. 3.7.0

    developit committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    f71517a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. ignore package-lock

    developit committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    9341ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ba332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70dda7 View commit details
    Browse the repository at this point in the history
  4. 3.7.1

    developit committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    3ae5040 View commit details
    Browse the repository at this point in the history
  5. Also sanitize nodeName.

    developit committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    c75152e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e62519 View commit details
    Browse the repository at this point in the history
  7. 3.7.2

    developit committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    55b620f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    474df96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4df51ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed35038 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3811bc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Lint fixes.

    developit committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    06e16de View commit details
    Browse the repository at this point in the history
  2. 3.8.0

    developit committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    5efd6d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    5a793c0 View commit details
    Browse the repository at this point in the history
  2. [feature] replace undefined prop values with defaultProps (#60)

    - mimick preact behaviour
    - fix preactjs/preact-render-to-string#58
    ftes authored and developit committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    8048193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3050415 View commit details
    Browse the repository at this point in the history
  4. 3.8.1

    developit committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    d52b3ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3f442b View commit details
    Browse the repository at this point in the history
  6. Conditionally compile out support for { pretty: true } from the def…

    …ault export. Pretty (whitespace) output is now only supported in `/jsx`.
    developit committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    59ef88a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    606741c View commit details
    Browse the repository at this point in the history
  8. 4.0.0

    developit committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    96bb4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Externalize pretty-format dependency. It is no longer bundled into pr…

    …eact-render-to-string/jsx
    developit committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    5ef665e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450df79 View commit details
    Browse the repository at this point in the history
  3. 4.0.1

    developit committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    ae8818d View commit details
    Browse the repository at this point in the history
  4. Remove old rollup config

    developit committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    540f1e8 View commit details
    Browse the repository at this point in the history
  5. 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)
    johnhaitas authored and developit committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    506af23 View commit details
    Browse the repository at this point in the history
  6. 4.1.0

    developit committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    0afc683 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. [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
    developit authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    90da414 View commit details
    Browse the repository at this point in the history
  2. 5.0.0: move to preact 10

    developit committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1cdbec8 View commit details
    Browse the repository at this point in the history
  3. remove commented out code

    developit committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    f98b0c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    0bc7bad View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    91b7133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca75ec View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    ccac730 View commit details
    Browse the repository at this point in the history
  2. 5.0.01

    developit committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    eeb8543 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Resolve crash when using hooks (#77)

    vaneenige authored and developit committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a63af32 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Add support for Fragments (#79)

    * Add support for Fragments
    
    * Add test for sibling Fragments
    marvinhagemeister authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    22369fd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Release 5.0.2

    marvinhagemeister committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    27b9310 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    8ed695f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    9e0c889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a849c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad4cf37 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85 from developit/fix_select_value

    Fix select value not marking option as selected
    marvinhagemeister authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    c944938 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    646c9b0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Support createContext of preact x

    Sven Tschui committed May 1, 2019
    Configuration menu
    Copy the full SHA
    df3f395 View commit details
    Browse the repository at this point in the history
  2. Support falsy context value

    Sven Tschui committed May 1, 2019
    Configuration menu
    Copy the full SHA
    d6c5257 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Add test for nested Provider

    Sven Tschui committed May 2, 2019
    Configuration menu
    Copy the full SHA
    273b2a5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Support createContext of preact x (#88)

    Support createContext of preact x
    marvinhagemeister authored May 3, 2019
    Configuration menu
    Copy the full SHA
    d6d3041 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    0dff57c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    31c7685 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    2929c9d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    80aa4c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62abc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. [TS] Make options optional (#101)

    Make each Option property optional to allow passing in partial options objects (e.g. `{ pretty: true }`)
    andrewiggins authored and marvinhagemeister committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    55eeee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Added type definition tests

    9renpoto committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    958d38b View commit details
    Browse the repository at this point in the history
  2. fix(tsconfig) use react jsx

    9renpoto committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    a14cd52 View commit details
    Browse the repository at this point in the history
  3. fixed jsxFactory

    9renpoto committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    31d7121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc329af View commit details
    Browse the repository at this point in the history
  5. Merge pull request #83 from 9renpoto/fix/types

    Added type definition tests
    marvinhagemeister authored Jul 6, 2019
    Configuration menu
    Copy the full SHA
    83cfe0a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    9d56030 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from preactjs/pretty_render

    Fix pretty option doing nothing
    marvinhagemeister authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    8142c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea05501 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    aff8899 View commit details
    Browse the repository at this point in the history
  2. Fix eslint warning

    marvinhagemeister committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    676bdc2 View commit details
    Browse the repository at this point in the history
  3. Fix build tools deprecation warnings (#110)

    Fix build tools deprecation warnings
    marvinhagemeister authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    e87b1ba View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Join adjacent text nodes (#109)

    * Join adjacent text nodes in pretty mode
    
    * Refactor pretty printing of adjacent text nodes
    marvinhagemeister authored and developit committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b832c20 View commit details
    Browse the repository at this point in the history
  2. Release 5.0.6

    marvinhagemeister committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    78c3b68 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    54cd854 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    7d1ded0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2d7092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a070d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    e7c0a96 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Release 5.1.0

    marvinhagemeister committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    279bae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    eb97751 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    98b96f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46ee9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f26cf View commit details
    Browse the repository at this point in the history
  4. Fix effects breaking in SSR due to missing _renderCallbacks (#124)

    Fix effects breaking in SSR due to missing _renderCallbacks
    marvinhagemeister authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    af37b2b View commit details
    Browse the repository at this point in the history
  5. Release 5.1.1

    marvinhagemeister committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    8142e59 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    e342bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c33f68 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #127 from preactjs/fix-setState

    Fix exception when invoking setState in cWM
    marvinhagemeister authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f2077a1 View commit details
    Browse the repository at this point in the history
  4. Release 5.1.2

    marvinhagemeister committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    0087760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9411ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5024fe View commit details
    Browse the repository at this point in the history
  7. Merge pull request #128 from preactjs/travis

    Update Travis config
    marvinhagemeister authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    c65d80b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    6a31ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Fix support for default context value (#130)

    Issue here was that the mangled "_defaultValue" prop wasn't being used.
    loklaan authored and marvinhagemeister committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    2e41382 View commit details
    Browse the repository at this point in the history
  2. Release 5.1.3

    marvinhagemeister committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    5d47fc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    67f3812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1aee1 View commit details
    Browse the repository at this point in the history
  3. Add TypeScript definitions for JSX renderer (#131)

    Add TypeScript definitions for JSX renderer
    marvinhagemeister authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    2dfdd37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ffb7a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ce60c View commit details
    Browse the repository at this point in the history
  6. move to devDeps

    JoviDeCroock committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a68b538 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc2947b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #132 from preactjs/add-pkg-lock

    add package-lock for pika
    marvinhagemeister authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7b449ff View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Release 5.1.4

    marvinhagemeister committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    bf6e32d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Update Travis CI org name to preactjs [skip ci] (#138)

    This fixes the build status badge from `unknown` to `passing`.
    mbrukman authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f74b419 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    0ee2d7d View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary line

    38elements authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2760f9e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge pull request #139 from preactjs/prevent-state-update-errors

    Add setState()/forceUpdate() no-op methods to prevent errors
    marvinhagemeister authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d095050 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    4cf0edd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Preact>=10 peer dep

    developit authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    6da9bd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from preactjs/preact-10-peer

    Preact>=10 peer dep
    marvinhagemeister authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    16fee53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1dfdf View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Merge pull request #140 from 38elements/renderToString

    Remove unnecessary line
    marvinhagemeister authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    32ddc1e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. 5.1.6

    developit committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    d967bbe View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Add submodule exports (#134)

    * Add submodule exports
    
    * Add fallback exports declarations for Rollup
    marvinhagemeister authored May 4, 2020
    Configuration menu
    Copy the full SHA
    9b98794 View commit details
    Browse the repository at this point in the history
  2. Release 5.1.7

    marvinhagemeister committed May 4, 2020
    Configuration menu
    Copy the full SHA
    155d7d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42bcefa View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    6f2ae62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68af261 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Release 5.1.8

    marvinhagemeister committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6014568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e3cf3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    1b3bf64 View commit details
    Browse the repository at this point in the history
  2. Fix accidental camelCasing of CSS Variables (#153)

    * Fix accidental camelCasing of CSS Variables
    
    * Add test
    
    * Re-add non-dimensional guard (whoops!)
    developit authored May 29, 2020
    Configuration menu
    Copy the full SHA
    67c42e4 View commit details
    Browse the repository at this point in the history
  3. Release 5.1.9

    JoviDeCroock committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7223090 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Keep state changes during getDerivedStateFromProps

    Signed-off-by: Sven Tschui <[email protected]>
    sventschui committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    6e28cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e95a91 View commit details
    Browse the repository at this point in the history
  3. Export renderToString as renderToStaticMarkup

    Sven Tschui authored and sventschui committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    8afb3c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa56f44 View commit details
    Browse the repository at this point in the history
  5. Stringify boolean aria-* attributes

    Signed-off-by: Sven Tschui <[email protected]>
    sventschui committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    4a9760f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #158 from preactjs/bugfix/aria-boolean-values

    Stringify boolean aria-* attributes
    marvinhagemeister authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    ab13881 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    f2bcc63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from preactjs/bugfix/get-derived-state-from-p…

    …rops
    
    Keep state changes during getDerivedStateFromProps
    marvinhagemeister authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    605c083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f2770 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #156 from preactjs/feature/custom-void-elements

    Add voidElements config option
    sventschui authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    3852032 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    7ae96de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf3324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c173408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9123beb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53d74cd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Merge pull request #161 from preactjs/textarea-value-ssr

    Fix SSR for <textarea value>
    marvinhagemeister authored Jul 11, 2020
    Configuration menu
    Copy the full SHA
    f10647a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Release 5.1.10

    marvinhagemeister committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7cc439c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7851eaf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    0f67435 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #163 from preactjs/omit-default-value

    Omit defaultValue attribute
    marvinhagemeister authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    6ec06fc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    4daf43d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Merge pull request #167 from gpoitch/gp/void-close-bugfix

    [bugfix] do not close void elements with a closing tag
    marvinhagemeister authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    7481e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543ab6e View commit details
    Browse the repository at this point in the history
  3. Update package.json

    developit authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f93ce19 View commit details
    Browse the repository at this point in the history
  4. Update util.js

    developit authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    faa4381 View commit details
    Browse the repository at this point in the history
  5. Update package.json

    developit authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2030944 View commit details
    Browse the repository at this point in the history
  6. Update util.js

    developit authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    28a0953 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge pull request #170 from preactjs/opt-entity-encoding

    Optimize HTML entity encoding
    marvinhagemeister authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5ed72cf View commit details
    Browse the repository at this point in the history
  2. Add prettier setup

    marvinhagemeister committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ad5fa99 View commit details
    Browse the repository at this point in the history
  3. Apply prettier

    marvinhagemeister committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a7bacc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e18fc97 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Invoke _diff hook

    sventschui committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a71a5bf View commit details
    Browse the repository at this point in the history
  2. Add tests

    sventschui committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8890f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecdcff9 View commit details
    Browse the repository at this point in the history
  4. 5.1.11

    marvinhagemeister committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    365d377 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    4042de0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from preactjs/package-export-order

    Prefer ESM over CJS in package exports
    marvinhagemeister authored Oct 24, 2020
    Configuration menu
    Copy the full SHA
    f99774c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    2706bdb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    0cc0e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d21e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8e3075 View commit details
    Browse the repository at this point in the history
  4. Release 5.1.12

    marvinhagemeister committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0f17875 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Upgrade deps - pass 1

    andrewiggins committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    514b36a View commit details
    Browse the repository at this point in the history
  2. Upgrade deps 2

    andrewiggins committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    736e529 View commit details
    Browse the repository at this point in the history
  3. Upgrade eslint

    andrewiggins committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    046edfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e9e035 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b012015 View commit details
    Browse the repository at this point in the history
  6. Run npm dedupe

    andrewiggins committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    2e2720f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19e3d27 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    fe219e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from preactjs/github-ci

    Replace Travis CI with Github Actions
    marvinhagemeister authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    f8ece32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132a794 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. 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
    marvinhagemeister committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    aae5ef3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #181 from preactjs/escape-perf

    Perf: Improve HTML entity escaping
    marvinhagemeister authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    ffda361 View commit details
    Browse the repository at this point in the history
  3. 5.1.13

    marvinhagemeister committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    bb9e9fd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. 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.
    marvinhagemeister committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b1e6312 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from preactjs/commonjs-regression

    Revert back to old commonjs behaviour.
    marvinhagemeister authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a7a7544 View commit details
    Browse the repository at this point in the history
  3. 5.1.14

    marvinhagemeister committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a06fd6c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    8d14ca0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from preactjs/benchmarks

    Add some simple Benchmarks
    marvinhagemeister authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e052981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc5d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f76a75f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa0bf6d View commit details
    Browse the repository at this point in the history
  6. 5.1.15

    marvinhagemeister committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    833bcc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc0faa3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #186 from preactjs/empty-css-value

    Fix empty CSS value not ignored in inline styles
    marvinhagemeister authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d5bc1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. 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.
    marvinhagemeister committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    426b806 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #187 from preactjs/revert-entity-memo

    Revert "Memoize entity encoding"
    marvinhagemeister authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    336c81c View commit details
    Browse the repository at this point in the history
  3. 5.1.16

    marvinhagemeister committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f14eb53 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Update test setup (#188)

    * Add .test suffix to test files
    
    * Move dedent helper to test-utils
    
    * Move global test setup code to setup.js
    marvinhagemeister authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    17a8276 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Benchmark runner updates (#189)

    * Run benchmarks against a known previous state ([email protected])
    
    * Add d8-based benchmark runner
    
    * fix tests
    developit authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    f9e915e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Performance improvements!

    developit committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    b468445 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    9b230b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845886c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    721bf49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from jviide/turbo-entities

    Add encodeEntities fast path for inputs that don't need anything replaced
    marvinhagemeister authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    1180c6d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    fc535ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca573b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cff70 View commit details
    Browse the repository at this point in the history
  4. 5.1.17

    marvinhagemeister committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    f47a05f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    4549d5d View commit details
    Browse the repository at this point in the history
  2. 5.1.18

    developit committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f15a0e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    ab0e807 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from preactjs/jsx-inlined

    Fix preact being accidentally inlined for jsx renderer
    marvinhagemeister authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4bbee99 View commit details
    Browse the repository at this point in the history
  3. 5.1.19

    marvinhagemeister committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    b7ff8c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Fix: serialize defaultValue as value attribute (#203)

    * Fix: serialize defaultValue as value attribute
    
    h/t @washingtonsteven who found this
    
    * Update tests for defaultValue --> value
    developit authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    221bd15 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. introduce changesets

    JoviDeCroock committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a1f9f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72baec8 View commit details
    Browse the repository at this point in the history
  3. update node

    JoviDeCroock committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3f7eda2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b3e590 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da84009 View commit details
    Browse the repository at this point in the history
  6. add missing dep

    JoviDeCroock committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ae5aaaa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    7fab233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788d5ac View commit details
    Browse the repository at this point in the history
  3. docs: Adding changeset

    rschristian committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    637b863 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Merge pull request #209 from preactjs/fix/compat-empty-classname

    fix: On empty className w/ compat, class attr will no longer be duplicated
    marvinhagemeister authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    582e16d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. 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".
    mbrukman committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    62193ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #211 from mbrukman/update-travis-ci-badge-to-githu…

    …b-actions
    
    Update Travis CI badge to GitHub Actions [skip ci]
    rschristian authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    25013de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Version Packages (#206)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8292ac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    1279de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21869f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7cc569 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68ac5bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d3ea5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39bf4f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    698c90d View commit details
    Browse the repository at this point in the history
  8. Add changeset

    marvinhagemeister committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    3bb6f6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13acf39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2375337 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4824d58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c20a01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    971a366 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Fix linting error

    marvinhagemeister committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    81b5dcb View commit details
    Browse the repository at this point in the history
  2. Mark preact/server as minor in Changeset

    Co-authored-by: Jovi De Croock <[email protected]>
    marvinhagemeister and JoviDeCroock authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    bfa88bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a668a View commit details
    Browse the repository at this point in the history