Skip to content

Releases: mjancarik/merkur

v0.33.0

10 Aug 08:38
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Fix assigning to widget object (6a89efa)

Features

  • 🎸 Add assignMissingKeys function (2960ff2)

v0.32.1

14 Jul 11:22
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Hotfix sessionStorage.get() (92fe9fa)

v0.32.0

14 Jul 09:08
Compare
Choose a tag to compare

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.

v0.31.1

28 Apr 09:42
Compare
Choose a tag to compare

Note: Version bump only for package merkur-monorepo

v0.31.0

25 Apr 14:57
Compare
Choose a tag to compare

Features

  • 🎸 Add support of OpenSSL 3 in Node.js >= 17 (a8f3385)

v0.30.1

21 Feb 08:20
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 create instance of class for nested entites (#152) (b6327b0)

v0.30.0

28 Nov 08:31
Compare
Choose a tag to compare

Features

  • 🎸 MerkurWidget props.onError can stop error propagation (5583f0f)
  • 🎸 Scripts without source will cause promise rejection (bd82c6e)

v0.29.5

23 Sep 20:38
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 mapViews is async only for mounting methods (a5a965a)

v0.29.4

13 Sep 19:32
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 resolving merkur integration for node@18 (67a344d), closes #133

v0.29.3

13 Sep 11:06
Compare
Choose a tag to compare

Note: Version bump only for package merkur-monorepo