3 hours ago
next.js

v16.2.0-canary.85

Misc Changes

  • docs: large page data error: #90920
  • Fix next-routing header interpolation: #91010
  • Turbopack: accept ChunkGroup in entry_chunk_group: #90821

Credits

Huge thanks to @icyJoseph, @ijjk, and @mischnic for helping!

4 hours ago
rari

create-rari-app@0.4.20

What's Changed

  • 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

4 hours ago
rari

rari@0.10.13

What's Changed

  • 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

5 hours ago
rari

v0.10.13

What's Changed

  • 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

6 hours ago
apexcharts.js

💎 Version 5.10.3

Bug Fixes

  • SSR: Bar/column charts rendered duplicate elements in renderToString() (1b4bcb1f)

    SSRElement.appendChild and insertBefore were unconditionally pushing the child onto the children array without checking whether the child already had a parent. Because Bar.js creates elDataLabelsWrap, elGoalsMarkers, and elBarShadows once per series but calls elSeries.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 both appendChild and insertBefore.

6 hours ago
apexcharts.js

💎 Version 5.10.2

Bug Fixes

  • Tree-shaking: ESM entry points were incorrectly eliminated by bundlers

    dist/*.esm.js and dist/features/*.esm.js were missing from the sideEffects field in package.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.

11 hours ago
nextui

@heroui/use-disclosure@2.2.19

Patch Changes

11 hours ago
nextui

@heroui/use-aria-multiselect@2.4.21

Patch Changes

11 hours ago
nextui

@heroui/user@2.2.26

Patch Changes

11 hours ago
nextui

@heroui/use-pagination@2.2.20

Patch Changes