Skip to content

v1.3.0

Compare
Choose a tag to compare
@Silverethical Silverethical released this 05 Oct 17:15
· 2 commits to main since this release

Change Logs:

Fixes

  • In some cases, closing silverBox would encounter error because of the non optimal way that this matter was handled. The closing process was refactored to use a more robust and optimal process.

New Features

  • Add closeOnOverlayClick option to determine if closing on the overlay should close the silverBox modal.
  • Timers now accept both number and string. If a number is provided, the time unit will be ms. If you need to determine the unit as well, you can pass an string like 300ms or 0.3s.