Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: rescript-lang/rescript-react

0.14.0

22 Jul 08:06
c8c3d05
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

💅 Polish

  • KeepuseTransition backward compatibility and addstartTransition.#142
Assets2
Loading
Freddy03h and schalkventer reacted with hooray emojischalkventer reacted with heart emoji
2 people reacted

0.14.0-rc.1

04 May 16:02
caed8c9
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

0.14.0-rc.1Pre-release
Pre-release

🚀 New Feature

  • Bindings for new React 19 APIs.#133

💥 Breaking Change

  • Bumped React peer dependency to 19.0.#139
  • Removed legacy JSX v3 modules and deprecated functions.#129
  • Removed support for curried mode.#131
Loading
Freddy03h reacted with hooray emoji
1 person reacted

0.13.1

05 Mar 16:26
501d369
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

💥 Breaking Change

  • Deprecate JSX 3.#120
  • Deprecate ReactDOMStyle.make.#127

💅 Polish

  • ReScriptReactRouter: get rid of pipe last.#126
Loading

0.13.0

25 Jul 06:09
654aa4b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

💥 Breaking Change

  • Replace usages of%external by binding toglobalThis. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfillglobalThis.

🐛 Bug Fix

  • Remove hardcodedrequire so it works in both common js and ES module modes. (#117)
Loading
DenhamPreen and jeong-sik reacted with thumbs up emoji
2 people reacted

0.12.2

26 May 17:41
15c7f0d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Fix incorrect usage of@uncurry.
  • bsconfig.json -> rescript.json.
Loading
rimzzlabs and vasco3 reacted with thumbs up emoji
2 people reacted

0.12.1

02 Mar 18:16
bc0d138
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Undeprecate numbered hooks for a smoother upgrading experience.
Loading

0.12.0

02 Mar 18:15
a8a4a2f
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Requires ReScript 11.0.0 or newer.
Loading

0.12.0-alpha.3

03 Jul 09:53
a51c275
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.12.0-alpha.3Pre-release
Pre-release

💥 Breaking Change

  • Deprecated use*N functions in favor of changing the signature of the main hook function.
    • For example, useEffect instead of useEffectN e.g.useEffect3(f, (a, b, c)) ->useEffect(f, (a, b, c))
    • The affected hooks includeuseEffect,useLayoutEffect,useCallback,useMemo,useImperativeHandle,useInsertionEffect
    • With this change, it is now possible to pass any value as the second argument'deps. In case you pass an invalid value, you will get a warning from React at runtime. You should be using one of the following values for the dependency array:
      • 0 dependencies:[]
      • 1 dependency:[a]
      • more than 1 dependency:(a, b, ...)
  • For callinguseEffect,useLayoutEffect etc.without a dependency array (meaning that the effect is executed on every render), there are now separate bindingsuseEffectOnEveryRender,useLayoutEffectOnEveryRender etc.
Loading
X7md, vinibispo, fdaciuk, lee-donghyun, bragur, FilipKittnar, gustavopch, and caasi reacted with heart emoji
8 people reacted

0.12.0-alpha.2

03 May 17:52

Choose a tag to compare

0.12.0-alpha.2Pre-release
Pre-release

🚀 New Feature

  • AddedReact.lazy_.

💥 Breaking Change

  • Requires ReScript 11.0.0-alpha.6 or newer.

🐛 Bug Fix

  • Fixed children type forFragment,StrictMode andSuspense.

💅 Polish

  • Removed experimentalSuspenseList component.
Loading
brahayan-dev reacted with thumbs up emojifhammerschmidt and vasco3 reacted with hooray emoji
3 people reacted

0.12.0-alpha.1

03 May 17:52

Choose a tag to compare

0.12.0-alpha.1Pre-release
Pre-release

🚀 New Feature

  • Compatibility with ReScript 11 uncurried mode.
  • Addedgap prop toReactDOMStyle.make.

💥 Breaking Change

  • RemovedReact.callback type.

🐛 Bug Fix

  • UpdatedReact_V3 compatibility module to define record fieldcurrent forref.
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp