Skip to content

Releases: zuplo/zudoku

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

v0.21.14

22 Dec 20:40
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.21.13...v0.21.14

v0.21.13

22 Dec 01:33
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

  • Add support for Zuplo style env vars in JSON config by @ntotten in #460

Full Changelog: v0.21.12...v0.21.13

v0.21.12

20 Dec 16:13
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.21.11...v0.21.12

v0.21.11

20 Dec 16:07
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Support local .env files in config + react by @ntotten in #456

Full Changelog: v0.21.10...v0.21.11

v0.21.10

20 Dec 15:34
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Other Changes 🔄

Full Changelog: v0.21.9...v0.21.10

v0.21.9

19 Dec 21:56
Compare
Choose a tag to compare

What's Changed

Features 🔄

  • Support env vars in configuration files by @ntotten in #451

Full Changelog: v0.21.8...v0.21.9

v0.21.8

19 Dec 17:37
Compare
Choose a tag to compare

What's Changed

Other Changes 🔄

Full Changelog: v0.21.7...v0.21.8