Skip to content

v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 09:08
· 271 commits to master since this release

Bug Fixes

  • 🐛 Fix failing unit tests (0bef94b)
  • 🐛 Fix package-lock.json (36a293e)
  • 🐛 Wrap sessionStorage.setItem() call into try-catch block (9ebb678)

Code Refactoring

  • 💡 Remove plugin-login (439ae7d)

Features

  • 🎸 add suspending mechanism to setProps and update methods (f8ed5ff)
  • 🎸 Login plugin (a21407f)
  • 🎸 remove ES5 Javascript (cc782ad)
  • 🎸 Session Storage plugin (a10ff26)

BREAKING CHANGES

  • 🧨 Remove plugin-login
  • 🧨 Remove supports for old browsers(IE11, etc.). Minimal supported browsers
    use ES9.