Releases: miyagi-dev/miyagi
Releases · miyagi-dev/miyagi
core/v2.8.1
Fixes missing global data in the component view when no component specific mock data has been defined.
core/v2.8.0
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
Fix
- Apply
textDirection
also on component view
core/v2.7.0
Feature
- Support
dir
attribute on<html>
element for components (not miyagi itself). Can be set viaconfig.components.textDirection
.
core/v2.6.4
chore(release): 2.6.4
core/v2.6.1
Fix
axe-core
causing error in chromium and webkit browsers
core/v2.6.0
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
chore(release): 2.5.3
core/v2.5.2
Fix
- use "Warning" instead of "Error" is customPropertyFile cannot be found
core/v2.5.1
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.