Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: purescript-react/purescript-react-basic-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: purescript-react/purescript-react-basic-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 26 files changed
  • 9 contributors

Commits on May 24, 2022

  1. Bump ansi-regex from 4.1.0 to 4.1.1 (#62)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Madeline Trotter <715921+megamaddu@users.noreply.github.com>
    dependabot[bot] and maddie927 authored May 24, 2022
    Configuration menu
    Copy the full SHA
    b3c1030 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    65d87a4 View commit details
    Browse the repository at this point in the history
  2. New hooks (#66)

    * Add useId
    
    * Add useTransition
    
    * Add useDeferredValue
    
    * Add useSyncExternalStore
    
    * Add useInsertionEffect
    
    * Fix signatures
    
    * Drop vendored Discovery
    
    * Add tests for new hooks
    
    * Fix docstring
    
    * Make test less flaky
    
    * remove redundant import
    i-am-the-slime authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    e7494bd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. update bower.json

    maddie927 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    576231c View commit details
    Browse the repository at this point in the history
  2. v8.0.0 → v8.1.0

    maddie927 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    df523a5 View commit details
    Browse the repository at this point in the history
  3. fix bower

    maddie927 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d6d1c45 View commit details
    Browse the repository at this point in the history
  4. v8.1.0 → v8.1.1

    maddie927 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    12f70d1 View commit details
    Browse the repository at this point in the history
  5. fix repo url

    maddie927 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a1258c3 View commit details
    Browse the repository at this point in the history
  6. v8.1.1 → v8.1.2

    maddie927 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d637dd6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Add useSteppingAff hook (#72)

    Co-authored-by: Jason Shipman <jason.shipman@narvar.com>
    jship and Jason Shipman authored May 30, 2023
    Configuration menu
    Copy the full SHA
    2a0b598 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Simplify isExpired (#73)

    miuirussia authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7c85104 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Feb 1, 2026

  1. Add React 19 hooks (#80)

    * Add React 19 hooks
    
    * Update GitHub Actions to v4
    i-am-the-slime authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    7988118 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Add Activity and ViewTransition components

    Activity (React 19.2 stable):
    - Type-safe bindings to React.Activity
    - ActivityMode type (Visible/Hidden)
    - Real tests against React 19.2
    
    ViewTransition (React canary, experimental):
    - Bindings to React.unstable_ViewTransition
    - AnimationValue type, ViewTransitionInstance opaque type
    - viewTransitionDefaults for ergonomic record updates
    - Correct callback signatures (cleanup return, instance arg)
    i-am-the-slime authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    c99f180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61344f4 View commit details
    Browse the repository at this point in the history
Loading