Skip to content

Releases: Rock070/vue3-noti

Release 1.0.1

11 May 08:03
Compare
Choose a tag to compare

v1.0.1

compare changes

🩹 Fixes

  • Remove vueuse (#50)

🏡 Chore

❤️ Contributors

Release 1.0.0

11 May 06:58
Compare
Choose a tag to compare

1.0.0

compare changes

🔥 Performance

  • noti: Avoid unnecessary loop execution (#45)

🩹 Fixes

💅 Refactors

  • noti: Use Date.now() instead of new Date().getTime() (#44)
  • noti: Use simple implementation instead (#46)

🏡 Chore

  • Update ci deps (#49)
  • Update node 20 and pnpm 9 (#48)

❤️ Contributors

Release 1.0.0-beta.5

27 Nov 15:42
Compare
Choose a tag to compare
Release 1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5

compare changes

🚀 Enhancements

  • Nuxt module autoImport, moduleKey: noti (#43)

🏡 Chore

  • Release nuxt module 1.0.0-beta.4 (4f23683)

❤️ Contributors

Release 1.0.0-beta.4

26 Nov 17:26
e609e93
Compare
Choose a tag to compare
Release 1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4

compare changes

🩹 Fixes

  • Nuxt module type import (#42)

🏡 Chore

❤️ Contributors

Release 1.0.0-beta.3

26 Nov 16:49
Compare
Choose a tag to compare
Release 1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3

compare changes

🩹 Fixes

  • Nuxt module (#41)

🏡 Chore

❤️ Contributors

Release 1.0.0-beta.2

25 Nov 20:14
3e5acfa
Compare
Choose a tag to compare
Release 1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2

compare changes

🚀 Enhancements

  • Change middle-top to top-middle, middle-bottom to bottom-middle (#27)
  • Remove progress text (#31)
  • noti: Add hook onClose (#33)
  • noti: Change progress color to hsla (#35)
  • noti: Transition fade in, fade out (#37)
  • noti: Adjust style: transition, width, border-radius, RWD (#38)
  • nuxt: Add nuxt module (#39)

🩹 Fixes

  • noti: Fix mobile size toast offset, style (#25)

💅 Refactors

  • noti: Migrate eventBus to inject & provider (#34)

📖 Documentation

  • Getting started stackblitz link (#24)
  • Update favicon, cover image and api interface (#40)

📦 Build

  • Vitest/ui deps (#30)

🏡 Chore

✅ Tests

  • noti: Vitest, @vue/test-utils, one test case trigger noti, test ci (#28)
  • noti: Initial options, type (#36)

🎨 Styles

  • Modify class style to bem (#32)

❤️ Contributors

Release 1.0.0-beta.1

22 Sep 15:52
95b7026
Compare
Choose a tag to compare
Release 1.0.0-beta.1 Pre-release
Pre-release

🚀 Enhancements

  • core: Composables add useNoti (ac8584d)
  • core: Composables split useNoti & useNotiProvide (db0e453)
  • Add app use plugin (9b7ac32)
  • Delete useNotiProvide (d9d281e)
  • Add dev script (66b0bbe)
  • emit: Establish subscription/publish center (#7)
  • Noti: Make multi notification (#9)
  • plugin: Set initial options by plugin, and override by useNoti() (#10)
  • noti: Progress and pauseHover (#11)
  • noti: Close on click (#12)
  • noti: Distribute group (#14)
  • noti: Type (#15)
  • Adjust noti color variable (#17)

🩹 Fixes

💅 Refactors

  • noti: Decoupling makeNoti function (#13)
  • Css variables, types (#20)

📖 Documentation

  • Update README.md (6a061d9)
  • Get started, api, playground (#19)
  • Prevent playground btn zoom in (7db49c2)
  • Playground btn bg color (b79ca80)

📦 Build

  • rollup, workspace: Build type, esm, umd, cjs, (9634caf)
  • vue: Add rollup vue plugin (36df109)
  • Migrate rollup to vite (#6)
  • Vite add dts plugin (#8)

🏡 Chore

  • Format on save (d795717)
  • vscode: CSpell add noti, composables (304be9c)
  • eslint: Turn off eqeqe rule (17b06e9)
  • Add "play" script (808ed62)
  • core: Add dev script (#4)
  • Release it setting (#22)
  • Release setting (a8834cd)

🎨 Styles

  • eslint: Turn off no-const-enum, no-unused-imports (#3)

🤖 CI

❤️ Contributors