Skip to content

Releases: mjancarik/merkur

v0.37.3

18 Nov 11:39
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 exclude only js files (keep *.less and others) (efa24c4)

v0.37.2

15 Nov 17:03
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 lifecycle callbacks are called after creating widget (45b4c21)

v0.37.1

14 Nov 10:30
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 add better error message for undefined Merkur (a2095c3)
  • 🐛 add better error message for undefined Merkur (48407e0)
  • 🐛 attach devClientHook only if entry point exists (0152316)
  • 🐛 definition of custom tasks (de74901)

v0.37.0

12 Nov 15:47
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 create folder structure for copied file (a345b06)
  • 🐛 custom element caveats (2c06691)
  • 🐛 HMR works only for memory mode (d8baf8e)
  • 🐛 Merkur CLI show options for --help argument (ec156f1)
  • 🐛 playground template for defined containerSelector (60427ac)
  • 🐛 regular for test:all (833db58)
  • 🐛 resolve path for projectFoler and cliFolder (bf61497)
  • 🐛 setDefaultValueForUndefined clone defined value (1387e99)

Code Refactoring

  • 💡 cli option runTask is replaced with runTasks (f2b872d)

Features

  • 🎸 add @/_ alias for ./src/_ (98fae2b)
  • 🎸 add cors options to widgetServer configuration (70e4d4a)
  • 🎸 add new --analyze CLI flags for build task (16e9ec4)
  • 🎸 add new custom command for extendability (a8990d4)
  • 🎸 add new getCurrentContext method (bcc94c1)
  • 🎸 allow define containerSelector for slot from widget API (dfeb3b0)
  • 🎸 dev servers listen on ipv4 and ipv6 (6408c24)
  • 🎸 first integration of testing-library (0f47141), closes #63
  • 🎸 http.request returns error for rejected promise (b1427af)
  • 🎸 sourcemap exclude vendors and auto turn on only for dev (f0e8cd1)
  • 🎸 support for other tasks with different entries (ef462f8)
  • 🎸 support for other tasks with different entries (6aabcf8)
  • 🎸 update body.ejs and footer.ejs template (acca4ef)

BREAKING CHANGES

  • 🧨 The JS part of playground was moved from body.ejs to footer.ejs
    template.
  • 🧨 CLI option runTask is replaced with runTasks.

v0.36.5

30 Jul 08:16
Compare
Choose a tag to compare

Features

  • 🎸 add possibility to generate absolute url address (b2c01dd)

v0.36.4

26 Jul 13:58
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 security improvements (42212a5)

v0.36.3

02 Jun 21:05
Compare
Choose a tag to compare

Features

  • 🎸 add css bundle support to custom element (753915d)

v0.36.2

28 May 08:58
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 creating merkur widget in playground (6b639ed)

Features

  • 🎸 turn off HMR for custom element (5340b95)

v0.36.1

23 May 14:18
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 auto appendChild works only for not defined remount (a4a761a)

v0.36.0

21 May 20:24
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 devPlugin is only supported for dev command (1f058ae)

Features

  • 🎸 better support for new @merkur/{framework} (e197b95)