thedesk/app/node_modules/sweetalert2/CHANGELOG.md
2019-09-12 23:38:13 +09:00

29 KiB
Raw Blame History

8.13.0 (2019-06-21)

Features

  • add $swal2-icon-font-family SCSS variable (#1628) (3f7aaa8)

8.12.2 (2019-06-20)

Bug Fixes

8.12.1 (2019-06-10)

Bug Fixes

  • add z-index to the close button to prevent its overlapping by the content (#1618) (ad07176)

8.12.0 (2019-06-08)

Features

  • dist: use this instead of window to support Firefox extensions (#1615) (9996bcf)

8.11.7 (2019-05-31)

Bug Fixes

  • iOS: do not prevent touchmove for inputs (#1605) (69d57e3)

8.11.6 (2019-05-25)

Bug Fixes

  • run swalCloseEventFinished only for animations on popup (#1601) (78920dc)

8.11.5 (2019-05-23)

Bug Fixes

  • revert 'module' field, add 'browser' field to package.json (#1599) (4fe56fb)

8.11.4 (2019-05-22)

Bug Fixes

8.11.3 (2019-05-22)

Bug Fixes

  • iOS: disable body scroll when modal is shown (#1596) (409be8f)

8.11.2 (2019-05-22)

Bug Fixes

  • aviod double-executing of swalCloseEventFinished (3874ba9)

8.11.1 (2019-05-16)

Bug Fixes

  • sass: Add !default to swal2-actions-justify-content (#1593) (5062187)

8.11.0 (2019-05-16)

Bug Fixes

  • do not access innerParams in close() if there's no popup (86e16f9)

Features

  • sass: add $swal2-actions-justify-content variable to control buttons justification (#1592) (c0fcab8)

8.10.7 (2019-05-11)

Bug Fixes

  • pass isToast to removePopupAndResetState() (#1585) (53f1047)

8.10.6 (2019-05-10)

Bug Fixes

  • sass: add $swal2-close-button-hover-background (c209d1b)
  • styling: revert opacity on toast hide animation (1bb5a56)

8.10.5 (2019-05-10)

Bug Fixes

  • remove opacity from toast show/hide animations (#1584) (469bcc5)

8.10.4 (2019-05-09)

Bug Fixes

8.10.3 (2019-05-09)

Bug Fixes

  • improve the awareness of users to support awesomeness (982a612)

8.10.2 (2019-05-07)

Bug Fixes

  • double-click on backdrop should close popup once (#1579) (78d2d2a)
  • unset props after closing a popup so GC will dispose them (#1570) (81c0a0d)

8.10.1 (2019-05-06)

Bug Fixes

8.10.0 (2019-05-03)

Features

  • sass: add variables for toast, input and backdrop (#1571) (feab788)

8.9.0 (2019-04-28)

Features

8.8.7 (2019-04-21)

Bug Fixes

  • revert "chore(tools): git hooks for running linters before commit (#1537)" (#1559) (d22b234)

8.8.6 (2019-04-21)

Bug Fixes

  • force extensions for import statements (fa94cec)

8.8.5 (2019-04-13)

Bug Fixes

  • do not repove style attribute from inputs (#1545) (cf44531)

8.8.4 (2019-04-13)

Bug Fixes

8.8.3 (2019-04-10)

Bug Fixes

  • d.ts: add missing HTMLElement to target param (2ea9d80)

8.8.2 (2019-04-10)

Bug Fixes

8.8.1 (2019-04-02)

Bug Fixes

  • do not re-render icon if isn't provided or the same as before (#1518) (f7613af)

8.8.0 (2019-03-31)

Features

  • allow image size to be set in any CSS units (#1510) (9d74299)

8.7.1 (2019-03-30)

Bug Fixes

8.7.0 (2019-03-26)

Features

8.6.0 (2019-03-24)

Features

  • sass-variables: add $swal2-container-padding (#1463) (d448794)

8.5.0 (2019-03-15)

Features

8.4.0 (2019-03-15)

Features

  • add customClass.icon, simplify icons markup (ba4a485)
  • add Swal.getIcon() (acc42a0)

8.3.0 (2019-03-11)

Bug Fixes

  • remove excessive isVisible check for buttons, support Jest testing enviroment (#1439) (42ef213)

Features

  • api: allow adding custom classes to header, content, footer, etc. (#1441) (4381bae)

8.2.6 (2019-02-26)

Bug Fixes

8.2.5 (2019-02-26)

Bug Fixes

  • make close button friendly for non-UTF encodings × -> × (#1431) (b2006c3)

8.2.4 (2019-02-23)

Bug Fixes

8.2.3 (2019-02-21)

Bug Fixes

8.2.2 (2019-02-20)

Bug Fixes

  • crash if swal2 action buttons classes are applied to elements in html prop (#1420) (a21ef6b)

8.2.1 (2019-02-18)

Bug Fixes

8.2.0 (2019-02-17)

Features

8.1.0 (2019-02-17)

Features

  • add new SCSS variables for input and progress steps (#1411) (5be77b6)

8.0.7 (2019-02-12)

Bug Fixes

  • restore correct padding when scrollbar is present (#1410) (f73f1d7)

8.0.6 (2019-02-05)

Bug Fixes

8.0.5 (2019-02-02)

Bug Fixes

  • build-dist: git add src/SweetAlert.js, connected to #1401 (d024119)

8.0.4 (2019-02-02)

Bug Fixes

8.0.3 (2019-01-29)

Bug Fixes

  • api: showLoading() should open a new popup (#1394) (38823ff)

8.0.2 (2019-01-28)

Bug Fixes

8.0.1 (2019-01-19)

Bug Fixes

  • use .js in imports to support ES modules (0e3e89e)

8.0.0 (2019-01-19)

Detailed summury on the release page.

  • BREAKING CHANGE: Change the main call method: swal() -> Swal.fire() (#1438)
  • BREAKING CHANGE: remove getButtonsWrapper() (c93b5e3)
  • BREAKING CHANGE: close() as instance method (#1379) (2519c17), closes #1379
  • BREAKING CHANGE: replace deprecated jsnext:main with module in package.json (#1378) (1785905), closes #1378
  • BREAKING CHANGE: drop Bower support (#1377) (cb4ef28), closes #1377
  • BREAKING CHANGE: remove withNoNewKeyword enhancer (#1372) (f581352), closes #1372
  • BREAKING CHANGE: remove swal.noop() (40d6fbb)
  • BREAKING CHANGE: rename $swal2-validationerror -> $swal2-validation-message (#1370) (9d1b13b), closes #1370
  • BREAKING CHANGE: inputValidator and preConfirm should always resolve (#1383) (fc70cf9), closes #1383
  • BREAKING CHANGE: remove setDefault and resetDefaults (#1365) (97c1d7c), closes #1365
  • BREAKING CHANGE: remove extraParams (#1363) (5125491), closes #1363
  • BREAKING CHANGE: remove showValidationError and resetValidationError (#1367) (50a1eff), closes #1367
  • BREAKING CHANGE: remove useRejections and expectRejections (#1362) (f050caf), closes #1362
  • BREAKING CHANGE: dismissReason: overlay -> backdrop (#1360) (d05bf33), closes #1360
  • BREAKING CHANGE: drop Android 4.4 support (#1359) (c0eddf3), closes #1359

Features

BREAKING CHANGES

  • swal() -> Swal.fire() (#1438)
  • close() as instance method (#1379)
  • drop Android 4.4 support (#1359)
  • replace deprecated jsnext:main with module in package.json (#1378)
  • drop Bower support (#1377)
  • remove withNoNewKeyword enhancer (#1372)
  • remove swal.noop()
  • rename $swal2-validationerror -> $swal2-validation-message (#1370)
  • inputValidator and preConfirm should always resolve (#1383)
  • remove setDefault and resetDefaults (#1365)
  • remove extraParams (#1363)
  • remove showValidationError and resetValidationError (#1367)
  • remove useRejections and expectRejections (#1362)
  • dismissReason: overlay -> backdrop (#1360)
  • remove getButtonsWrapper()

7.33.1 (2018-12-22)

Bug Fixes

  • d.ts: add customContainerClass definition (#1351) (c5f11e7)

7.33.0 (2018-12-22)

Features

  • API: add customContainerClass for specifying custom container class (#1347) (c5ef1aa)

7.32.4 (2018-12-15)

Bug Fixes

7.32.3 (2018-12-15)

Bug Fixes

  • Remove excessive args check (#1344)

7.32.2 (2018-12-09)

Bug Fixes

  • do not throw warnings when inputValue is a promise (#1333) (3607b72)

7.32.1 (2018-12-09)

Bug Fixes

7.32.0 (2018-12-08)

Features

7.31.1 (2018-12-07)

Bug Fixes

  • check this.running in timer methods (#1327) (418b8d3)
  • support HTMLElement for setting title/html/footer (#1328) (6f35e48)

7.31.0 (2018-12-06)

Features

  • api: add .resumeTimer(), .toggleTimer(), .increaseTimer() (#1325) (77649ee)

7.30.0 (2018-12-05)

Features

7.29.2 (2018-11-26)

Bug Fixes

  • validators: support long top level domain names in URL validator (#1307) (3263217)

7.29.1 (2018-11-18)

Bug Fixes

7.29.0 (2018-11-08)

Features

7.28.13 (2018-11-08)

Bug Fixes

7.28.12 (2018-11-06)

Bug Fixes

7.28.11 (2018-10-29)

Bug Fixes

  • build: use .min.css for .all.js to prevent the string concatenation (#1268) (f18b4bc)

7.28.10 (2018-10-25)

Bug Fixes

  • sarafi: add preventDefault() in esc key handling (#1264) (8a5c40f)

7.28.9 (2018-10-24)

Bug Fixes

  • typings: validationMesage typo (3e9dbd5)

7.28.8 (2018-10-21)

Bug Fixes

  • add resize handlers for IE11 vertical alignment fix (ba1d4cf)

7.28.7 (2018-10-18)

Bug Fixes

  • animation: detect animation before initialization (#1255) (7e9cf38)

7.28.6 (2018-10-18)

Bug Fixes

  • styles: body 'overflow-y: hidden' -> 'overflow: hidden' (#1254) (1b3d505)

7.28.5 (2018-10-12)

Bug Fixes

7.28.4 (2018-09-28)

Bug Fixes

7.28.3 (2018-09-28)

Bug Fixes

  • api: call onAfterClose after previousActiveElement is focused (#1233) (68c83ed)

7.28.2 (2018-09-24)

Bug Fixes

  • styles: revert breaking changes in SASS variables (#1229) (7d9f9d1)

7.28.1 (2018-09-23)

Bug Fixes

  • inputValue: warn about invalid inputValue (#1228) (8adebd0)

7.28.0 (2018-09-23)

Features

  • getters: expose .getValidationMessage() (3780165)
  • params: add validationMessage (73e0413)
  • params: deprecate extraParams (1224200)

7.27.0 (2018-09-22)

Features

7.26.29 (2018-09-16)

Bug Fixes

7.26.28 (2018-09-07)

Bug Fixes

  • release: purge jsdelivr before switching to master (#1215) (4b5c55d)

7.26.27 (2018-09-07)

Bug Fixes

  • release: purge jsdelivr cache after releasing a new version (#1214) (6229c1f)

7.26.26 (2018-09-06)

Bug Fixes

  • release: remove --unshallow from fetch (8f18115)

7.26.25 (2018-09-06)

Bug Fixes

  • release: fix cherry-picking the latest commit to master (d2da2e1)

7.26.24 (2018-09-06)

Bug Fixes

  • clear changelog and trigger new release (b652257)