Skip to content

Releases: Becklyn/mojave

5.16.1

15 Jul 09:59

Choose a tag to compare

✨ Improvements

  • Instead of using a fixed "visible" duration, estimate the time to show a toast by its content length.

Commits

  • Merge pull request #279 from Becklyn/next 44ec973
  • Instead of using a fixed "visible" duration, estimate the time to show a toast by its content length aea16b1

5.16.0...5.16.1

5.16.0

14 Jul 23:49

Choose a tag to compare

🎁 New Features

  • Add initializeDumpedToasts().

🐛 Bug Fixes

  • Fix argument type of message in ToastManagerInterface.add().

Commits

  • Merge pull request #278 from Becklyn/next feafa0d
  • Finalize implementation of initializeDumpedToasts() 5f77e6e
  • Fix argument type of message in ToastManagerInterface.add() 971b8b1
  • Add initializeDumpedToasts() 3533584

5.15.6...5.16.0

5.15.6

10 Jul 10:46

Choose a tag to compare

🐛 Bug Fixes

  • Fix internal call in FetchClient.

Commits

  • Fix internal call in FetchClient a6a40e4

5.15.5...5.15.6

5.15.5

10 Jul 10:40

Choose a tag to compare

🐛 Bug Fixes

  • Fix internal check in FetchClient.

Commits

  • Fix internal check in FetchClient 5ae29a8

5.15.4...5.15.5

5.15.4

10 Jul 10:30

Choose a tag to compare

✨ Improvements

  • Add possibility to pass a list of messages as default loading message in FetchClient.

Commits

  • Add possibility to pass a list of messages as default loading message in FetchClient 74b0425

5.15.3...5.15.4

5.15.3

10 Jul 10:24

Choose a tag to compare

🐛 Bug Fixes

  • Add missing !default in toast SCSS.
  • Fix incorrect LoaderInterface.
  • Fix incorrect call of loader in FetchClient.
  • Add missing default loading message in fetch client.

Commits

5.15.2...5.15.3

5.15.2

09 Jul 13:09

Choose a tag to compare

✨ Improvements

  • Add onSetCallback to useDebounced. This callback is called every time the value is updated.

Commits

  • Merge pull request #276 from Becklyn/next 6560d40
  • Add onSetCallback to useDebounced f6766f6

5.15.1...5.15.2

5.15.1

07 Jul 14:39

Choose a tag to compare

✨ Improvements

  • Improve default positioning of toast container.
  • Add .neutral(), .positive() and .negative() convenience method to ToastManager.
  • Make internal handling of toast impacts more strict.
  • Make it easier to use the loader standalone.
  • Improve text contrast for action on negative text.
  • Make options in FetchClient.request() optional.

Commits

  • Prepare 5.15.1 6191d9d
  • Merge pull request #275 from Becklyn/next 39f18dc
  • Make options in FetchClient.request() optional c9f0ffb
  • Improve text contrast for action on negative text 6f2bf61
  • Make it easier to use the loader standalone 5724743
  • Fix typo fbbef30
  • Make internal handling of toast impacts more strict 31a9a4a
  • Add .neutral(), .positive() and .negative() convenience method to ToastManager 3623f31
  • Improve default positioning of toast container 0e25c3c
  • Remove workarounds 9a9b0c8
  • Update CHANGELOG 864ae6a

5.15.0...5.15.1

5.15.0

07 Jul 09:47

Choose a tag to compare

🎁 New Features

  • Add OverlayLoader UI component.
  • Add ToastManager UI component.

✨ Improvements

  • Don't build JSX with "preserve" but compile to preact + update tsconfig.
  • Bump dependencies.

🐛 Bug Fixes

  • Fix small TypeScript issue in encodeCookieOptions.

Commits

  • Merge pull request #274 from Becklyn/next 9c3ef02
  • Bump dependencies 6b1fdb2
  • Fix small TypeScript issue in encodeCookieOptions 7913cad
  • Don't build JSX with "preserve" but compile to preact + update tsconfig af40868
  • Add ToastManager UI component 6e76226
  • Add OverlayLoader UI component 3757d6b

5.14.0...5.15.0

5.14.0

26 Jun 20:01

Choose a tag to compare

🎁 New Features

  • Add createComponentInitializer + ComponentManager.

Commits

  • Merge pull request #273 from Becklyn/next 75dced1
  • Add createComponentInitializer + ComponentManager be893c8

5.13.1...5.14.0