Skip to content

Releases: networkteam/zebra-utils

v0.7.0

Choose a tag to compare

@lneugebauer lneugebauer released this 21 Apr 09:47
beb35a5

What's Changed

Next.js 16 compatibility

Breaking Changes

Styleguide CSS must now be imported explicitly

The styleguide CSS stylesheet is no longer imported automatically by Layout.tsx.

Before — worked automatically, no action needed.

After — you must add one import to your styleguide layout file:

import '@networkteam/zebra-utils/styleguide/styles.css';

Migrate automatically — paste this prompt into your AI coding assistant (Claude Code, Cursor, Copilot, etc.):

Find the styleguide layout file in this Next.js project (typically app/styleguide/[[...slug]]/layout.tsx) and add import '@networkteam/zebra-utils/styleguide/styles.css'; as the first line if it's not already present.

v0.6.0

Choose a tag to compare

@lneugebauer lneugebauer released this 09 Apr 12:16
0d9f810

What's Changed

Full Changelog: v0.5.1...v0.6.0

0.5.1

Choose a tag to compare

@jonaphil jonaphil released this 27 Jan 11:56
c6380fd

What's Changed

  • chore: update ci-workflow for trusted-publishing by @jonaphil in #6

Full Changelog: v0.5.0...v0.5.1

0.5.0

Choose a tag to compare

@lneugebauer lneugebauer released this 04 Jul 12:33
c2ca087
  • Next.js 15 compatibility

0.4.0

Choose a tag to compare

@esdete2 esdete2 released this 06 Sep 08:45
  • The imgProxyLoader now requires a second argument, an array of allowed source URLs

0.3.0

Choose a tag to compare

@esdete2 esdete2 released this 19 Jul 08:26
v0.3.0

0.3.0

0.2.0

Choose a tag to compare

@esdete2 esdete2 released this 04 Jul 09:16
v0.2.0

0.2.0

0.1.0

Choose a tag to compare

@esdete2 esdete2 released this 27 Jun 13:16
cc1ebd9
Merge pull request #1 from networkteam/next

Add comments