Skip to content

Releases: margelo/react-native-worklets-core

Release 2.0.0-beta.3

21 May 15:25
e8ae864
Compare
Choose a tag to compare
Release 2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2024-05-21)

🐛 Bug Fixes

  • Don't build CMake ourselves - the consumer app will build it (91d285d)
  • Update CI (9d7c207)

Release 2.0.0-beta.2

17 May 10:22
5b4c8c1
Compare
Choose a tag to compare
Release 2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-05-17)

✨ Features

  • Create FunctionInvoker:: callAndForget (6eebe9c)
  • Create NativeWorkletsModule CXX (1030273)
  • Initialize default instance so everything works again ✅ (e00ecdb)
  • Rewrite the whole createCallInContext logic into FunctionInvoker (ada3a53)
  • Try to clean up createRunInContext (f042e4f)
  • Upgrade Example app (0bfd8cc)

🐛 Bug Fixes

  • Add the react_codegen_RNWorkletsSpec project with headers (ac52148)
  • Fix Android build (25ce228)
  • Fix CI (09eb3bd)
  • Fix ctx throwing (6201411)
  • Fix decorators again (a16079f)
  • Fix missing includes (e4cd40a)
  • If a promise is resolved/rejected already, ensure we always have a value or reason (6278404)
  • Implement createRunOnJS - stub out Promise (30e3d79)
  • Try to use simple Promise approach... fails (e179d2f)
  • Update CI paths (25c0c7f)

1.3.3 (2024-05-13)

🐛 Bug Fixes

  • fix compatibility when using reanimated (#194) (432954b)

🧹 Chores

Release 2.0.0-beta.1

15 May 12:15
6854053
Compare
Choose a tag to compare
Release 2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2024-05-15)

✨ Features

  • Add BigInt to globals (fb3fd84)
  • Move everything into package/ (f8bf6d7)
  • Upgrade Android to new arch C++ only (5d7c8b7)

🐛 Bug Fixes

Release 1.3.3

13 May 13:25
2babd69
Compare
Choose a tag to compare

1.3.3 (2024-05-13)

Bug Fixes

  • fix compatibility when using reanimated (#194) (432954b)

Features

Release 1.3.2

08 May 15:27
c50cc1b
Compare
Choose a tag to compare

1.3.2 (2024-05-08)

Bug Fixes

Release 1.3.1

08 May 15:22
064c8ec
Compare
Choose a tag to compare

1.3.1 (2024-05-08)

Bug Fixes

Features

  • Export getWorkletDependencies (b3fe0a4)
  • Some typing improvements (IWorklet/IWorkletize<>) (#188) (bcaa9be)

Release 1.3.0

03 May 09:35
a5a010d
Compare
Choose a tag to compare

1.3.0 (2024-05-03)

Bug Fixes

  • Added missing lock (7bd6851)
  • Fix objects inside a SharedValue not being re-assignable (#183) (a8ae78f)

Features

  • Add worklet() func that throws if value is not a worklet (#187) (a7c03de)

Release 1.2.0

25 Apr 18:27
Compare
Choose a tag to compare

1.2.0 (2024-04-25)

Bug Fixes

  • Added support for changing type when setting prop (11e674c) @chrfalch
  • jsc: prevent crashes when using jsc runtime (3e6f416) by @maxpowa (Max Gurela) 🙏

Features

Release 1.1.3

25 Apr 14:23
Compare
Choose a tag to compare

1.1.3 (2024-04-25)

Bug Fixes

  • Add lock when building the property names array in JsiObjectWrapper (e18b33e)
  • Codereview (19ae420)
  • Explicitly dereference lambda params in correct thread (edc1ae4)
  • Rename hook to match naming (3d9dd23)
  • Use atomic int (a2ba145)

Release 1.1.1

17 Apr 12:53
9042bf0
Compare
Choose a tag to compare

1.1.1 (2024-04-17)

Bug Fixes

  • Use thread_local storage to increment getCurrentThreadId() (#170) (e704b03)