Skip to content

v0.4.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 20 Aug 15:16
41a295c

0.4.0 (2026-08-20)

⚠ BREAKING CHANGES

  • the default naming convention now expects a camelCase body after the type prefix. Consumers that enable the rule without an explicit case (e.g. via plugin:@miragon/rules/all) will see IDs with a PascalCase body reported. Set "case": "PascalCase" to keep the old behaviour.

Features

  • default element-id-naming case to camelCase (#14) (0979480)