Skip to content

Releases: miyagi-dev/miyagi

core/v2.8.1

09 Nov 10:07
Compare
Choose a tag to compare

Fixes missing global data in the component view when no component specific mock data has been defined.

core/v2.8.0

07 Nov 21:27
Compare
Choose a tag to compare

Features

  • Automatically apply updated configuration: no need to restart miyagi anymore after updating .miyagi.js or .miyagi.json. This only applies when the configuration file did not have any syntax errors before the update.
  • Variants in the component view can now be rendered in an iframe if necessary. Please refer to https://docs.miyagi.dev/configuration/options/#renderiniframe for more details.
  • Schema, mocks and template content is now hidden by default on the component view.

core/v2.7.1

03 Nov 13:11
Compare
Choose a tag to compare

Fix

  • Apply textDirection also on component view

core/v2.7.0

03 Nov 12:54
Compare
Choose a tag to compare

Feature

  • Support dir attribute on <html> element for components (not miyagi itself). Can be set via config.components.textDirection.

core/v2.6.4

05 Oct 13:53
Compare
Choose a tag to compare
chore(release): 2.6.4

core/v2.6.1

05 Oct 13:53
Compare
Choose a tag to compare

Fix

  • axe-core causing error in chromium and webkit browsers

core/v2.6.0

05 Aug 21:17
Compare
Choose a tag to compare

Features

  • make sure validation results wrap properly
  • render component variation in an iframe to make sure that e.g. MQs behave properly

core/v2.5.3

05 Aug 21:16
Compare
Choose a tag to compare
chore(release): 2.5.3

core/v2.5.2

04 Aug 12:39
Compare
Choose a tag to compare

Fix

  • use "Warning" instead of "Error" is customPropertyFile cannot be found

core/v2.5.1

02 Aug 12:14
Compare
Choose a tag to compare

Fix

  • When using a component name with spaces e.g., this name was used for IDs in the created HTML, which caused HTML validation errors. This is fixed now.