Skip to content

Releases: networkteam/zebra-utils

v0.7.0

21 Apr 09:47
beb35a5

Choose a tag to compare

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

09 Apr 12:16
0d9f810

Choose a tag to compare

What's Changed

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

0.5.1

27 Jan 11:56
c6380fd

Choose a tag to compare

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

04 Jul 12:33
c2ca087

Choose a tag to compare

  • Next.js 15 compatibility

0.4.0

06 Sep 08:45

Choose a tag to compare

  • The imgProxyLoader now requires a second argument, an array of allowed source URLs

0.3.0

19 Jul 08:26

Choose a tag to compare

v0.3.0

0.3.0

0.2.0

04 Jul 09:16

Choose a tag to compare

v0.2.0

0.2.0

0.1.0

27 Jun 13:16
cc1ebd9

Choose a tag to compare

Merge pull request #1 from networkteam/next

Add comments