Skip to content

Releases: zuplo/zudoku

v0.23.7

09 Jan 15:16
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Fix: standalone by make version not required by @dan-lee in #506

Full Changelog: v0.23.6...v0.23.7

v0.23.6

09 Jan 12:04
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

  • Return empty array instead of undefined for standalone by @dan-lee in #505

Full Changelog: v0.23.5...v0.23.6

v0.23.5

08 Jan 16:08
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.23.4...v0.23.5

v0.23.4

08 Jan 11:46
Compare
Choose a tag to compare

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 🔄

New Contributors

Full Changelog: v0.23.3...v0.23.4

v0.23.3

28 Dec 22:54
Compare
Choose a tag to compare

What's Changed

Dependency Updates 📦

  • Additional dependency updates for react 19 by @ntotten in #479

Full Changelog: v0.23.2...v0.23.3

v0.23.2

28 Dec 22:22
Compare
Choose a tag to compare

What's Changed

Dependency Updates 📦

Full Changelog: v0.23.1...v0.23.2

v0.23.1

28 Dec 21:37
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.23.0...v0.23.1

v0.23.0

28 Dec 18:23
Compare
Choose a tag to compare

What's Changed

Dependency Updates 📦

  • Major upgrades: vite@6, react@19, react-router@7 by @dan-lee in #432

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

v0.22.0

27 Dec 19:16
Compare
Choose a tag to compare

What's Changed

Dependency Updates 📦

Other Changes 🔄

Full Changelog: v0.21.15...v0.22.0

v0.21.15

22 Dec 20:44
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.21.14...v0.21.15