create-rari-app@0.4.20
- c2f76c9d chore(deps): bump dependencies
- ede04da8 chore(deps): bump dependencies
Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.4.19...create-rari-app@0.4.20
rari@0.10.13
- 2cc7ccaa chore(deps): upgrade rari-binaries to 0.10.13
Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.12...rari@0.10.13
v0.10.13
- 4367711a fix(runtime): remove WindowResized from readline error handling
- b81bdb1d chore(deps): add winapi std feature
- 74b67617 fix(runtime): downgrade libc and simplify interrupt handling
- b5856f47 fix(runtime): update keyseq timeout to use Option type
- 3522819b chore(deps): bump deno and tokio dependencies
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.12...v0.10.13
💎 Version 5.10.3
-
SSR: Bar/column charts rendered duplicate elements in
renderToString()(1b4bcb1f)SSRElement.appendChildandinsertBeforewere unconditionally pushing the child onto the children array without checking whether the child already had a parent. BecauseBar.jscreateselDataLabelsWrap,elGoalsMarkers, andelBarShadowsonce per series but callselSeries.add()on every data-point iteration, the SSR virtual DOM accumulated N×N bar paths and datalabel groups instead of N. The fix mirrors standard browser DOM move semantics: if a node already has a parent it is detached from that parent before being appended. This affects bothappendChildandinsertBefore.
💎 Version 5.10.2
-
Tree-shaking: ESM entry points were incorrectly eliminated by bundlers
dist/*.esm.jsanddist/features/*.esm.jswere missing from thesideEffectsfield inpackage.json. Bundlers such as Webpack and Rollup treat files not listed as having side effects as safe to drop when they are not explicitly imported, which caused chart type and feature registrations to be silently tree-shaken away in production builds. Adding both glob patterns ensures the self-registering ESM bundles are always retained.
@heroui/use-disclosure@2.2.19
- #6281
7437888Thanks @wingkwong! - react-aria versions (release v1.16.0)
@heroui/use-aria-multiselect@2.4.21
- #6281
7437888Thanks @wingkwong! - react-aria versions (release v1.16.0)
@heroui/user@2.2.26
-
#6281
7437888Thanks @wingkwong! - react-aria versions (release v1.16.0) -
Updated dependencies [
7437888]:- @heroui/avatar@2.2.26
@heroui/use-pagination@2.2.20
- #6281
7437888Thanks @wingkwong! - react-aria versions (release v1.16.0)