Skip to content

Releases: dileeppandey/modern-json-react

v1.2.0

13 Mar 00:14

Choose a tag to compare

What's Changed

New: React 16.8+ and React 17 support

Broadens compatibility from React 18-only to React 16.8 and above.

Changes:

  • Peer dependencies updated from >=18.0.0 to >=16.8.0
  • Updated jsr.json version to 1.2.0
  • Fixed RefObject<HTMLElement | null> type in useContainerWidth.ts

Supported React versions: 16.8, 17.x, 18.x, 19.x

Patch release to drastically reduce the shipped bundle size by enabling build minification and disabling sourcemaps.

28 Feb 00:57

Choose a tag to compare

  1. Patch release to drastically reduce the shipped bundle size by enabling build minification and disabling sourcemaps.