Skip to content
Snippets Groups Projects
Commit 6506aa6f authored by David Sveningsson's avatar David Sveningsson
Browse files

feat(meta): extend element attribute metadata

fixes #71

BREAKING CHANGE: `MetaElement.attribute` has changed from `string[]` to
`MetaAttribute[]` and both `requiredAttributes` and `deprecatedAttributes` has
been merged into object. This only affects API usage, primarily custom rules
accessing attribute metadata.See `MIGRATION.md` for details.

The old format is deprecated but is internally converted as to not break user
configuration. For compatibility it will probably be around for quite a while
but users should try to migrate as soon as possible.
parent 1f992736
No related branches found
No related tags found
1 merge request!598BREAKING: feat(meta): extend element attribute metadata
Showing
with 1254 additions and 473 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment