Skip to content

Latest commit

 

History

History
126 lines (93 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

126 lines (93 loc) · 7.97 KB

Changelog

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

v3.1.4 - 2022-07-21

Full Changelog

Changed

v3.1.3 - 2022-07-21

Full Changelog

Added

Changed

  • Replace deprecated String.prototype.substr - #553 (CommanderRoot)
  • Fix undo toast rendering - #582 (artonge)
  • Bump toastify-js and set aria-live default and allow to overwrite it - #622 (nickvergessen)
  • Bumped dependencies
  • Translations updated

v3.1.2 - 2021-04-12

Full Changelog

Changed

v3.1.1 - 2020-11-13

Full Changelog

Fixed

  • Increased z-index for toast notifications so that they can appear on top of modals as well #236 (PVince81)

v3.1.0 - 2020-10-20

Full Changelog

Added

3.0.0 - 2020-10-08

Breaking

  • Timeouts are now in milliseconds

Added

  • Now exports TOAST_UNDO_TIMEOUT, TOAST_DEFAULT_TIMEOUT and TOAST_PERMANENT_TIMEOUT

Fixed

  • Fix timeout of showUndo

2.0.1 - 2020-08-27

Fixed

  • Fix timeout of showUndo to 10 seconds

2.0.0 - 2020-08-17

Breaking

  • Now you must configure some svg loader for your bundler in project (webpack etc.)

Added

  • Undo methods
  • SVG icons

Changed

  • Timeout value for permanent must be -1 now instead of 0
  • Build process with rollup
  • Dependency updates

1.4.0 - 2020-06-05

Added

  • Nextcloud 19 typings

Changed

  • Dependency updates

1.3.1 - 2020-05-27

Changed

  • Dependency updates

Fixed

  • Toasts not sticky

1.3.0 - 2020-02-04

Changed

  • Dependency updates

Fixed

  • Persistent notifications
  • Broader version ranges for dependencies to prevent bloat

1.2.2 - 2020-03-19

Changed

  • Dependency updates

Fixed

  • Update vulnerable packages

1.2.1 - 2020-03-06

Fixed

  • Use body as selector by default, so guest pages work as well

1.2.0 - 2020-03-03

Added

  • Configurable Toasts selector (for tests)

1.1.0 - 2020-02-04

Added

  • Toasts