Skip to content

Releases: TheMasterCoder007/embedded-react

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 14:37

What's Changed

  • Batch multiple state updates into a single render and commit for improved performance by @TheMasterCoder007 in #210
  • Optimize frame batching to reduce JS/microtask overhead on idle frames by @TheMasterCoder007 in #211
  • Fix ESP32-S3 panel bring-up and make its failures readable by @TheMasterCoder007 in #212
  • Add vector damage tests and caching for SVG path operations. Fix stale pixel artifacts for moving shapes by @TheMasterCoder007 in #213
  • Add performance improvements and typed array support for NativeUI vector operations by @TheMasterCoder007 in #214
  • Split JS phase instrumentation into sub-phases (dispatch, reconcile, marshal, commit) by @TheMasterCoder007 in #216
  • Refactor engine for consistent limits and diagnostics, streamline geometry-related logic, and ensure screen size parity across builds. by @TheMasterCoder007 in #217
  • Handle transform animation pruning issue by introducing subtree bounds refresh on animation-only frames. by @TheMasterCoder007 in #222
  • Handle early return in useEffect AOT compilation and improve guard lowering by @TheMasterCoder007 in #223
  • Ensure useEffect cleanup runs before re-execution, prevent stale timer clears by @TheMasterCoder007 in #225
  • Add AOT support for per-corner borderRadius styles and string concatenation handling. by @TheMasterCoder007 in #226
  • 104 bridge provide datenow performancenow by @TheMasterCoder007 in #227
  • Introduce 64-bit timestamps for Date.now() and performance.now() … by @TheMasterCoder007 in #230
  • 231 aot integer arithmetic is unchecked so an overflow is undefined behavior in the generated c by @TheMasterCoder007 in #232
  • 229 add wifi to waveshare esp32 s3 and wire clockdate into it by @TheMasterCoder007 in #234
  • Ensure onStartShouldSetResponderCapture suppresses Pressable under touch by @TheMasterCoder007 in #236
  • Handle touch target unmount during onTouchStart and prevent subsequent event dispatch. by @TheMasterCoder007 in #239
  • 238 engine a recycled node tag lets a replacement node receive the original nodes press by @TheMasterCoder007 in #241
  • Add test cases for touch bubbling and responder negotiation scenarios by @TheMasterCoder007 in #242
  • Optimize scroll handling: Avoid unnecessary repaints for sub-pixel scroll steps by @TheMasterCoder007 in #243

Full Changelog: v0.13.0...v0.14.0

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:37

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:52

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 04:53

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 01:11

What's Changed

Full Changelog: v0.10.2...v0.11.0

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 06:59

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 06:23

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 05:38

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:20

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:01

What's Changed

Full Changelog: v0.7.0...v0.8.0