Releases: zuplo/zudoku
Releases · zuplo/zudoku
v0.23.7
v0.23.6
v0.23.5
v0.23.4
What's Changed
New Features 🎉
Dependency Updates 📦
- build(deps-dev): bump syncpack from 12.3.2 to 13.0.0 by @dependabot in #233
- build(deps): bump @radix-ui/react-toggle-group from 1.1.0 to 1.1.1 by @dependabot in #482
- build(deps): bump @radix-ui/react-aspect-ratio from 1.1.0 to 1.1.1 by @dependabot in #481
- build(deps-dev): bump @types/prompts from 2.4.2 to 2.4.9 by @dependabot in #483
- build(deps): bump tailwind-merge from 2.5.4 to 2.6.0 by @dependabot in #495
- build(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.3 by @dependabot in #494
- build(deps-dev): bump serve from 14.2.3 to 14.2.4 by @dependabot in #493
- build(deps): bump next from 15.0.4 to 15.1.2 in the npm_and_yarn group by @dependabot in #498
- build(deps): bump graphql from 16.9.0 to 16.10.0 by @dependabot in #484
- build(deps-dev): bump the eslint-dependencies group across 1 directory with 6 updates by @dependabot in #500
Other Changes 🔄
- fix: reduce higher bandwidth with using
next
image component by @shivam-sharma7 in #496 - Wait for Inkeep to be available by @dan-lee in #501
- fix router import by @mosch in #502
New Contributors
- @shivam-sharma7 made their first contribution in #496
Full Changelog: v0.23.3...v0.23.4
v0.23.3
v0.23.2
What's Changed
Dependency Updates 📦
- Updated react-helmet-async by @ntotten in #477
- build(deps): bump postcss from 8.4.47 to 8.4.49 by @dependabot in #394
Full Changelog: v0.23.1...v0.23.2
v0.23.1
v0.23.0
What's Changed
Dependency Updates 📦
Other Changes 🔄
Full Changelog: v0.22.0...v0.23.0
Upgrade Guide
This version updates major dependencies. You will need to upgrade react
, react-dom
to version 19.
npm i react@latest react-dom@latest @types/react@latest @types/react-dom@latest
If you were using Inkeep, you no longer need to have that installed. You should remove the Inkeep widget.
npm uninstall @inkeep/widgets
Note, you will still see a few module compatibility warnings for now as additional libraries add official support for React 19. In our tests this warnings don't cause any issues though. Please report bugs if you see a problem.
WARN Issues with peer dependencies found
.
├─┬ @xyflow/react 12.3.6
│ └─┬ zustand 4.5.5
│ └─┬ use-sync-external-store 1.2.2
│ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
└─┬ zudoku 0.23.0
├─┬ @clerk/clerk-js 5.11.0
│ └─┬ qrcode.react 3.1.0
│ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
├─┬ @radix-ui/react-dialog 1.1.2
│ └─┬ react-remove-scroll 2.6.0
│ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
│ └── ✕ unmet peer @types/react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.1 in zudoku
└─┬ @zudoku/react-helmet-async 2.0.4
└── ✕ unmet peer react@"^16.6.0 || ^17.0.0 || ^18.0.0": found 19.0.0