Skip to content

Latest commit

 

History

History
272 lines (199 loc) · 25.5 KB

File metadata and controls

272 lines (199 loc) · 25.5 KB

Changelog

1.3.0 (2026-04-02)

🚀 Features

  • add notification types to limit displaying notifications (#33) (f8afdc6)

🐛 Bug Fixes

  • inherit font color in action link (d14f7fc)

1.2.0 (2026-03-31)

🚀 Features

  • make timer for closing notification automagically optional (#30) (d24957f)
  • make timer for closing notification automagically optional (#30) (20a04ea)

📝 Other Changes

  • update README with instructions and other details (#31) (cac2539)

1.1.3 (2026-03-30)

🐛 Bug Fixes

  • update Node.js version in .nvmrc to 24 (#28) (f7ffae8)

1.1.2 (2026-03-27)

🐛 Bug Fixes

  • add NODE_AUTH_TOKEN to environment variable (d051f9a)
  • add text to read me to start release (25a9964)
  • correct punctuation in README text (4458334)

1.1.1 (2026-03-27)

🐛 Bug Fixes

  • update README with placeholder text (da9abcb)

1.1.0 (2026-03-27)

🚀 Features

  • add basic tests (0922fed)
  • add demo page (e875421)
  • add elapsed and startedAt to NotificationElement (22a2c09)
  • add error variant to notifcations (3115d5c)
  • add icon to drop message aka notification (0ecf2d5)
  • add jsdom vite.config.js for test configuration (9e0f95e)
  • add labeler for the team zoe (85c83a8)
  • add labeler for the team zoe (486f8fa)
  • add position property to notification caller (7e308bd)
  • add release workflow and changelog documentation (e6d7800)
  • add release workflow and changelog documentation (d05ba19)
  • add svg icon from symbols element like we do in zeit.web (adc69f6)
  • add toaster from zeit.web to notification service (f62c6f2)
  • convert javascript to typescript (7dc20c7)
  • copy toaster from zeit.web to notify service (8bfeeea)
  • enhance close button styling (d09c36e)
  • enhance notification timeout and pause/resume functionality (a85ed3d)
  • increase version of package.json (3533c12)
  • merge pull request #2 from ZeitOnline/feat-add-labeler (85c83a8)
  • update demo page (e8d83d8)

🐛 Bug Fixes

  • add changelog sections and create release manifest file (8066cd2)
  • add distribution folder to npm package (dcb8a3f)
  • add npm auth debug step and update README (a38c7a0)
  • fix type definition (8862702)
  • refresh lockfile for cross-platform rollup deps (ffd0789)
  • remove selectors due to css regressions (73e9a56)
  • remove unnecessary duplicated reset (d8206c6)
  • rename export (5db8118)
  • update README to remove redundant text (a9f4eb3)
  • update README.md to include placeholder text (157ecb9)
  • update README.md to include placeholder text (2213901)
  • update release job to use ubuntu-latest and remove OIDC debug step (d0db51a)
  • update release workflow and add configuration for npm publishing (28d0b4e)
  • update release workflow to debug OIDC context (9cde851)
  • update repository URL format in package.json (4872fe4)

📝 Other Changes

  • add basic screen reader tests for notification accessibility (6867fbc)
  • add config files for linting (ee089bf)
  • add debug info (50e25e5)
  • add debug info for developer convenience (396604b)
  • add demo content to demo page (c633692)
  • add lefthook to keep code quality (c50f4b4)
  • add lefthook to keep code quality (c4b67a8)
  • add license for npm package (2134977)
  • add license to npm package (4a1c693)
  • add linter to repo (5eaf1b4)
  • add renovate file (35359ca)
  • add test to be sure that error notifications have the correct modifier (6943998)
  • add tests command to pre-commit hooks for improved testing (5a2af83)
  • add tools to lint/format code and styles (02fc756)
  • enhance close button only if it exists (58839a2)
  • extend git ignore file (270ee7c)
  • fix code format (65d6fef)
  • fix code format (0b1e90f)
  • fix darkmode color in circle animation (3427425)
  • fix prettier issue (f8f77fb)
  • format code with prettier (cb0bc75)
  • format files (3126cf0)
  • hide assets and dist folder from git (275704e)
  • increase hover area to highlite close button (989b030)
  • increase number of version (3bb9f47)
  • increase package version (c535296)
  • increase version (20e4fc2)
  • increase version of package json (02d226b)
  • main: release 1.0.0 (f711b1c)
  • main: release 1.0.0 (f877441)
  • main: release 1.0.1 (690c7a8)
  • main: release 1.0.1 (b411d60)
  • main: release 1.0.2 (e7a9418)
  • main: release 1.0.2 (4f91831)
  • main: release 1.0.3 (52ab3b1)
  • main: release 1.0.3 (e11b65f)
  • main: release 1.0.4 (f37bd95)
  • main: release 1.0.4 (542edd4)
  • main: release 1.0.5 (7e587df)
  • main: release 1.0.5 (cfdd3e3)
  • main: release 1.0.6 (d0360b7)
  • main: release 1.0.6 (c45eedf)
  • main: release 1.0.7 (82db48e)
  • main: release 1.0.7 (4abcd5c)
  • make string concatenating better to read (0bb0dc5)
  • merge branch 'main' into chore/keep-clean-code (75dc830)
  • merge pull request #11 from ZeitOnline/test-add-basic-screenreader-tests (0922fed)
  • merge pull request #13 from ZeitOnline/feat-add-release-please (e6d7800)
  • Merge pull request #6 from ZeitOnline/chore/add-debug-info (396604b)
  • reformat package json file (935b07d)
  • remove action modifier because every notification could have an action button (641e4a7)
  • remove block padding from action button (2c54106)
  • remove lefthook dependency from package.json and package-lock.json (aac367d)
  • remove needless npm script for copiing to copying icons (f66d896)
  • remove needless role attributes, because they are obvious (297878d)
  • remove prepare script from package.json (3d7d1b2)
  • remove prepare script from package.json and update npm publish command (3f8ac4d)
  • remove tests from pre-commit (3f36060)
  • remove zeitonline icons from package json, because we use the icons from zeit.web (80fd59a)
  • rename service from notify to notification (e47eb48)
  • set dimensions for close button elements (cddabc0)
  • shift close button to the right (5a79701)
  • shorten conditions for creating the innerHTML string (21f48fd)
  • show notification message only, when it's defined (a94ce3e)
  • shrink meerkat vertically (c8a10c1)
  • simplify text styles in action button (656bf03)
  • style text message bold (35873ad)
  • tweak close button animation (b4283a6)
  • tweak css for close button positioning (5eb849b)
  • tweak demo page styles (ea2c9dd)
  • tweak modifier for notification element (b719a11)
  • tweak padding inside the bottom notification (69100e1)
  • tweak styles for text in action button (11c614d)
  • update demo page (db29c7d)
  • update demo page test scenarios (3596d75)
  • update dependencies for linting and formatting tools (7010c88)
  • update package lock file (37d0857)
  • update package.json and vite.config.js for testing enhancements (edd5f6b)
  • use correct name for the demo page (2808232)
  • use currentColor property for svg stroke (5cebe3c)
  • use design-system and icons from npm (23fdf2f)
  • use more generalized selector name for notifications element (2fb17c8)
  • use native colors they work fine in dark mode (d522c95)
  • use original width and height in close button svg and remove custom styles for error notifications (5d91114)

1.0.7 (2026-03-27)

Bug Fixes

  • update release job to use ubuntu-latest and remove OIDC debug step (d0db51a)

1.0.6 (2026-03-27)

Bug Fixes

  • update release workflow to debug OIDC context (9cde851)

1.0.5 (2026-03-27)

Bug Fixes

  • update README to remove redundant text (a9f4eb3)

1.0.4 (2026-03-27)

Bug Fixes

  • add npm auth debug step and update README (a38c7a0)

1.0.3 (2026-03-27)

Bug Fixes

  • update repository URL format in package.json (4872fe4)

1.0.2 (2026-03-27)

Bug Fixes

  • refresh lockfile for cross-platform rollup deps (ffd0789)

1.0.1 (2026-03-27)

Bug Fixes

  • update README.md to include placeholder text (157ecb9)
  • update README.md to include placeholder text (2213901)

1.0.0 (2026-03-27)

Features

  • add basic tests (0922fed)
  • add demo page (e875421)
  • add elapsed and startedAt to NotificationElement (22a2c09)
  • add error variant to notifcations (3115d5c)
  • add icon to drop message aka notification (0ecf2d5)
  • add jsdom vite.config.js for test configuration (9e0f95e)
  • add labeler for the team zoe (85c83a8)
  • add labeler for the team zoe (486f8fa)
  • add position property to notification caller (7e308bd)
  • add release workflow and changelog documentation (e6d7800)
  • add release workflow and changelog documentation (d05ba19)
  • add svg icon from symbols element like we do in zeit.web (adc69f6)
  • add toaster from zeit.web to notification service (f62c6f2)
  • convert javascript to typescript (7dc20c7)
  • copy toaster from zeit.web to notify service (8bfeeea)
  • enhance close button styling (d09c36e)
  • enhance notification timeout and pause/resume functionality (a85ed3d)
  • increase version in package json (ca0751f)
  • increase version of package.json (3533c12)
  • merge pull request #2 from ZeitOnline/feat-add-labeler (85c83a8)
  • update demo page (e8d83d8)

Bug Fixes

  • add distribution folder to npm package (dcb8a3f)
  • fix type definition (8862702)
  • remove selectors due to css regressions (73e9a56)
  • remove unnecessary duplicated reset (d8206c6)
  • rename export (5db8118)

Changelog

All notable changes to this project will be documented in this file.