Releases: ui-awesome/html-interop
Releases · ui-awesome/html-interop
0.4.0
What's Changed
- fix(interop): Move
BlockInterface,InlineInterface, andVoidInterfacetoui-awesome/html-contractsand remove interface implementation from all enums in this package. by @terabytesoftw in #12 - docs: refresh feature overview SVGs with the current interop enum capabilities and helper-style layout. by @terabytesoftw in #13
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
- fix(docs) Simplify documentation for HTML element enums and enhance clarity on contract implementations. by @terabytesoftw in #11
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- feat(interop): Add
MetadataBlockandMetadataVoidenums for HTML metadata elements to ensure standards compliance and separate contracts by element type. by @terabytesoftw in #8 - fix(docs): Update copyright year in
MetadataBlockandMetadataVoidclasses. by @terabytesoftw in #9
Full Changelog: 0.2.2...0.3.0
0.2.2
What's Changed
- fix(docs): Update command syntax in
development.mdandtesting.mdfor clarity and consistency. by @terabytesoftw in #6 - fix(docs): Remove redundant ignore rule in
actionlint.ymlconfiguration and update Rector command incomposer.jsonto remove unnecessary 'src' argument. by @terabytesoftw in #7
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- fix(README): Update
StyleCIbadge link to the correct repository. by @terabytesoftw in #4 - feat(dev): Add
php-forge/coding-standardto development dependencies for code quality checks. by @terabytesoftw in #5
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- feat(interop): Refactor codebase to improve performance. by @terabytesoftw in #3
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Change branch alias to
1.0-devincomposer.json. by @terabytesoftw in #2
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Prepare for first release. by @terabytesoftw in #1
New Contributors
- @terabytesoftw made their first contribution in #1