All notable changes to this project will be documented in this file.
v3.1.4 - 2022-07-21
- Fixed dark mode with Nextcloud 25 - #630 (nickvergessen)
v3.1.3 - 2022-07-21
- 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
- Bump @babel/cli from 7.12.1 to 7.13.14 - #241 #242 #254 #284 #325 (dependabot[bot])
- Bump @babel/core from 7.12.3 to 7.13.14 - #237 #244 #252 #285 #326 (dependabot[bot])
- Bump babel-loader-exclude-node-modules-except from 1.0.3 to 1.1.2 - #288 (dependabot[bot])
- Bump @babel/preset-env from 7.12.1 to 7.13.12 - #240 #253 #256 #279 #308 #324 (dependabot[bot])
- Bump @babel/preset-typescript from 7.12.1 to 7.12.13 - #238 #282 (dependabot[bot])
- Bump core-js from 3.7.0 to 3.9.1 - #243 #251 #262 #309 (dependabot[bot])
- Bump highlight.js from 10.2.0 to 10.4.1 - #245 (dependabot[bot])
- Bump rollup from 2.33.1 to 2.38.5 - #239 #247 #250 #257 #266 #283 (dependabot[bot])
- Bump @rollup/plugin-babel from 5.2.1 to 5.3.0 - #249 #298 (dependabot[bot])
- Bump @rollup/plugin-commonjs from 16.0.0 to 18.0.0 - #248 #323 (dependabot[bot])
- Bump @rollup/plugin-node-resolve from 10.0.0 to 11.2.1 - #246 #258 #319 (dependabot[bot])
- Bump rollup-plugin-typescript2 from 0.29.0 to 0.30.0 - #322 (dependabot[bot])
- Bump ToastifyJS from 1.9.1 to 1.10.0 - #328 (LukasReschke)
- Bump tslib from 2.0.3 to 2.1.0 - #265 (dependabot[bot])
- Bump typescript from 4.0.5 to 4.0.7 - #312 (dependabot[bot])
- Translation updates - #259 #263 #273 #274 #311
v3.1.1 - 2020-11-13
- 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
- Timeouts are now in milliseconds
- Now exports TOAST_UNDO_TIMEOUT, TOAST_DEFAULT_TIMEOUT and TOAST_PERMANENT_TIMEOUT
- Fix timeout of showUndo
- Fix timeout of showUndo to 10 seconds
- Now you must configure some svg loader for your bundler in project (webpack etc.)
- Undo methods
- SVG icons
- Timeout value for permanent must be -1 now instead of 0
- Build process with rollup
- Dependency updates
- Nextcloud 19 typings
- Dependency updates
- Dependency updates
- Toasts not sticky
- Dependency updates
- Persistent notifications
- Broader version ranges for dependencies to prevent bloat
- Dependency updates
- Update vulnerable packages
- Use
body
as selector by default, so guest pages work as well
- Configurable Toasts selector (for tests)
- Toasts