Skip to content

Releases: mjancarik/merkur

v0.27.2

30 Sep 16:50
Compare
Choose a tag to compare

Bug Fixes

v0.27.1

30 Sep 16:41
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Removed unused @merkur/tools pkg dependencies (#109) (c1a28b0)

v0.27.0

29 Sep 19:31
Compare
Choose a tag to compare

Features

  • 🎸 Added default support for asset image resources (bd94f8d)
  • 🎸 Added direct entry points for RouterEvents export (#107) (9d10d46)
  • 🎸 Added eslint plugin import and eslint react-hooks plugi (#108) (db8ca75)
  • 🎸 Automatically generate free port for livereload server (#101) (a083a1b)

BREAKING CHANGES

  • 🧨 createLiveReloadServer() function must be promise chained in
    webpack.config.js before returning any config array.

v0.26.1

30 Aug 21:28
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Fixed condition when loading scripts (#102) (f5664f5)

v0.26.0

27 Aug 09:37
Compare
Choose a tag to compare

Bug Fixes

Features

  • 🎸 add cjs file for es9 (#98) (6b0a4a1)
  • 🎸 Added callback functions to setState and setProps (#100) (2bbee18)
  • 🎸 create new module tool-webpack (#99) (111fda7)

BREAKING CHANGES

  • 🧨 Extract webpack to alone module merkur/tool-webpack from merkur/tools
    module

  • ci: 🎡 add lock file for new module

  • feat: 🎸 add new module merkur/tool-webpack to dev dependencies

  • 🧨 The property slots from widget structure is renamed to slot

  • fix: 🐛 import paths

v0.25.0

20 Aug 13:45
Compare
Choose a tag to compare

chore

Features

  • 🎸 integration fn can load assets to shadow root (#95) (9381315)
  • 🎸 set es11 as default for esm modules (#94) (e841b89)
  • 🎸 transformer can intercept request (7fb1ecc)

BREAKING CHANGES

  • 🧨 Change default for ems modules from es9 to es11.

  • feat: 🎸 add polyfill for es9 version

  • feat: 🎸 add isES11Supported method to testScript

  • docs: ✏️ add es11 build to widget endpoint

  • chore: 🤖 remove useless dependencies

  • fix: 🐛 add webpack alias for plugin-css-scrambler to es5,es9

  • feat: 🎸 add lib/index.es9.mjs to exports

  • feat: 🎸 add missing modules for umd config

  • chore: 🤖 update dependencies

  • 🧨 Request and response transformers accept and return request and
    response. Request promise is rejected for status code greater than 299.

  • 🧨 Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700

v0.24.4

11 Jun 20:08
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Fixed issue, where Components might receive empty object in widgetProperties (#87) (5d9b8c5)

v0.24.3

10 Jun 12:39
Compare
Choose a tag to compare

Note: Version bump only for package merkur-monorepo

v0.24.2

07 Jun 09:34
Compare
Choose a tag to compare

Note: Version bump only for package merkur-monorepo

v0.24.1

06 Jun 23:03
Compare
Choose a tag to compare

Features