Skip to content

Releases: visma-meglerfront/sweet-modal

Version 1.3.3

27 May 12:46
Compare
Choose a tag to compare
  • Fix timing issues with removing the overlay. This was primarily apparent when opening a modal from an AJAX callback. (#7, #9, #10, #11)
  • Fix margin for multiline buttons (#6)
  • Fix close icon not being visible in Firefox (#12)

Version 1.3.1

10 Jun 22:24
Compare
Choose a tag to compare

Quickfix for 1.3.0:

  • Fix close icon not appearing in dark theme

Version 1.3.0

10 Jun 22:03
Compare
Choose a tag to compare
  • Allow button labels to be set inside button options using new label-option (see documentation for more information, fully backwards-compatible)
  • Inline images - If you have the old images stored, you can safely remove them
  • Fix missing color classes for buttons

Version 1.2.0

07 May 12:23
Compare
Choose a tag to compare
  • remove body height overriding (see #1)
  • do not force 'alert'-class when classes-option is used (this allows you to have modals without title but regular style)
  • only allow body to scroll when all modals are closed (new function $.sweetModal.allModalsClosed() available)
  • fix margin when modal is bigger than window

Version 1.1.1

05 Apr 13:05
Compare
Choose a tag to compare
  • fix YouTube accidentally being called when content included v/
  • Remove unnecessary debugging output for buttons

Version 1.1.0

04 Apr 20:45
Compare
Choose a tag to compare
  • Support themeable components (backwards compatible, if you were using built-in constants)
  • New option: width
  • false is now the default for blocking

Version 1.0.0

03 Apr 16:30
Compare
Choose a tag to compare

This is the first release of SweetModal. This might have bugs but should mostly be stable. Please report issues in the issues section or contribute.