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

v5 #2138

Open
wants to merge 59 commits into
base: main
Choose a base branch
from
Open

v5 #2138

wants to merge 59 commits into from

Commits on Oct 22, 2023

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

Commits on Nov 1, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    10466ab View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aaa5c21 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    abbc740 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    39928ef View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    105bc57 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. [v5] breaking: drop default exports (#2238)

    * fix: drop default exports for v5
    
    * chore: remove default from cjs build
    
    * refactor: export shallow in v5
    
    * fix: remove `addModuleExport` option for cjs.
    charkour committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8030aee View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ee248eb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge branch 'main' into v5

    dai-shi committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5c99468 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. [v5] breaking: drop deprecated features (#2235)

    * fix: remove deprecated v4 features
    
    * chore(build): remove context
    
    * docs(typescript): remove deprecated equals api
    
    * docs(persist): remove old persist api
    
    * chore: run yarn prettier on typescript docs
    
    * Discard changes to docs/guides/typescript.md
    
    * Discard changes to docs/integrations/persisting-store-data.md
    
    * Discard changes to tests/shallow.test.tsx
    
    * Discard changes to tests/vanilla/subscribe.test.tsx
    charkour committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6f99da1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. [v5] breaking: make React 18 as minimal requirement (#2236)

    * fix: update package.json to require react 18+
    
    * chore: update github actions to test on react 18+
    
    * chore: remove devtools-skip hack from actions
    
    * chore(test): remove CI-SKIP from devtools tests
    charkour committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3659165 View commit details
    Browse the repository at this point in the history
  2. [v5] breaking: make use-sync-external-store an optional peer dependen…

    …cy (#2237)
    
    * chore: make use-sync-external-store optional peerDep
    
    * fix: use correct versions in package.json
    charkour committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    2059586 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into v5

    dai-shi committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    020f27b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. [v5] breaking: require TypeScript 4.5 and update tests (#2257)

    * breaking(types): TS requirement
    
    * wip: latest only
    
    * wip: latest only 2
    
    * drop ts <4.4
    
    * wip: do not skip lib checkes
    
    * use latest node types
    
    * drop ts 4.4
    dai-shi committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4ffdb19 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. [v5]: drop "module" condition (#2270)

    * Update package json in order to remove module
    
    * Update rollup config in order to remove module config
    
    * Update patch esm script
    dbritto-dev committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f910d1c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into v5

    dai-shi committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    85f1356 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

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

Commits on Jan 9, 2024

  1. [v5]: drop UMD/SystemJS builds (#2287)

    * Update rollup config in order to drop system js and umd builds
    
    * Update packages
    
    * Clean up files
    
    * Update rollup config
    
    * Update gh workflows
    
    * Minor fixes
    
    * Minor fixes
    
    * Minor fixes
    
    * Minor fixes
    
    * Testing
    
    * Minor changes
    
    * Minor fixes
    dbritto-dev committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e75571f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    af5826b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    be31b53 View commit details
    Browse the repository at this point in the history
  2. remove WithReact type (#2300)

    charkour committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f7c0b50 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into v5

    dai-shi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    25e731d View commit details
    Browse the repository at this point in the history
  4. 5.0.0-alpha.0

    dai-shi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e5b64cc View commit details
    Browse the repository at this point in the history
  5. [v5]: do not depend on use-sync-external-store (#2301)

    * [v5]: do not depend on use-sync-external-store
    
    * memo get(server)snapshot
    dai-shi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6c9944b View commit details
    Browse the repository at this point in the history
  6. 5.0.0-alpha.1

    dai-shi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    43986a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. [v5]: refactor useMemoSelector (#2302)

    * [v5]: refactor useMemoSelector
    
    * add a test
    
    * Revert "[v5]: refactor useMemoSelector"
    
    This reverts commit b3c8b15.
    
    * Revert "Revert "[v5]: refactor useMemoSelector""
    
    This reverts commit 3c47301.
    dai-shi committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f8a4d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f3578 View commit details
    Browse the repository at this point in the history
  3. 5.0.0-alpha.2

    dai-shi committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9bf05b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7868b8c View commit details
    Browse the repository at this point in the history
  2. 5.0.0-alpha.3

    dai-shi committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bfea65a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 2, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    77162b5 View commit details
    Browse the repository at this point in the history
  2. [v5] drop es5 (#2380)

    dai-shi committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    752b917 View commit details
    Browse the repository at this point in the history
  3. update yarn lock

    dai-shi committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    436156d View commit details
    Browse the repository at this point in the history
  4. 5.0.0-alpha.4

    dai-shi committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    71891d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b19acdf View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. [v5]: follow React "standard" way with breaking behavioral change (#2395

    )
    
    * [v5]: follow React "standard" way with breaking behavioral change
    
    * add test
    dai-shi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f87eec5 View commit details
    Browse the repository at this point in the history
  2. 5.0.0-alpha.5

    dai-shi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bfbbacc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    4ac0950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172ae1c View commit details
    Browse the repository at this point in the history
  3. 5.0.0-alpha.6

    dai-shi committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    73e2986 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into v5

    dai-shi committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ad2106a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    4c4e4d1 View commit details
    Browse the repository at this point in the history
  2. no production build test

    dai-shi committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    68d84b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e6b914 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. remove unused replacement

    dai-shi committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a29fc6f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into v5

    dai-shi committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    36d4734 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [v5] Remove Devtools warning (#2466)

    * chore: remove devtools extension warning
    
    * docs: add devtools link to readme
    
    * chore: remove unused test
    
    * chrome: remove unused tests
    
    * chore: remove unused test
    
    * Revert "chore: remove unused test"
    
    This reverts commit 0fa2a75.
    
    * update test name
    charkour committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fe47d3e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge branch 'main' into v5

    dai-shi committed May 12, 2024
    Configuration menu
    Copy the full SHA
    263d63d View commit details
    Browse the repository at this point in the history
  2. update pnpm lock

    dai-shi committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b2f4b50 View commit details
    Browse the repository at this point in the history
  3. fix merge main

    dai-shi committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fca3b86 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge branch 'main' into v5

    dai-shi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4de1d1f View commit details
    Browse the repository at this point in the history
  2. add migration guide

    dai-shi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    becc730 View commit details
    Browse the repository at this point in the history
  3. fix typos

    dai-shi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    75b16ed View commit details
    Browse the repository at this point in the history
  4. 5.0.0-beta.0

    dai-shi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e0502cf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. update migration doc

    dai-shi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c79d3fd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge branch 'main' into v5

    dai-shi committed May 27, 2024
    Configuration menu
    Copy the full SHA
    31f04df View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bb99cb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge branch 'main' into v5

    dai-shi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2726e1e View commit details
    Browse the repository at this point in the history