Skip to content

v0.37.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 15:47
· 239 commits to master since this release

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.