Releases: ui-awesome/html-attribute
Releases · ui-awesome/html-attribute
0.6.1
What's Changed
- fix(deps): update
ui-awesome/html-mixinrequirement to^0.6. by @terabytesoftw in #92
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- feat(attribute): Add
HasBlockingtrait andblocking()method to manageblockingattribute for HTML elements. by @terabytesoftw in #32 - feat(attribute): Add
HasMediatrait andmedia()method to managemediaattribute for HTML elements. by @terabytesoftw in #33 - feat(attribute): Add
HasTypetrait andtype()method to managetypeattribute for HTML elements. by @terabytesoftw in #34 - feat(attribute): Add
HasNoncetrait andnonce()method to managenonceattribute for HTML elements. by @terabytesoftw in #35 - fix(docs): Clarify documentation for various HTML attributes to specify value types for better understanding. by @terabytesoftw in #36
- feat(attribute): Add
HasIntegritytrait andintegrity()method to manageintegrityattribute for HTML elements. by @terabytesoftw in #37 - feat(attribute): Add
HasReferrerpolicytrait andreferrerpolicy()method to managereferrerpolicyattribute for HTML elements. by @terabytesoftw in #38 - feat(attribute): Add
HasSrctrait andsrc()method to managesrcattribute for HTML elements. by @terabytesoftw in #39 - fix(docs): Enhance documentation for HTML attributes. by @terabytesoftw in #40
- feat(attribute): Add
HasTargettrait andtarget()method to managetargetattribute for HTML elements. by @terabytesoftw in #41 - feat(attribute): Add
HasAstrait andas()method to manageasattribute for HTML elements. by @terabytesoftw in #42 - fix(docs): Update copyright year to
2026in multiple files. by @terabytesoftw in #43 - feat(attribute): Add
HasDisabledtrait anddisabled()method to managedisabledattribute for HTML elements. by @terabytesoftw in #44 - feat(attribute): Add
HasHrefLangtrait andhreflang()method to managehreflangattribute for HTML elements. by @terabytesoftw in #45 - feat(attribute): Add
HasImagesizestrait andimagesizes()method to manageimagesizesattribute for HTML elements. by @terabytesoftw in #46 - feat(attribute): Add
HasImagesrcsettrait andimagesrcset()method to manageimagesrcsetattribute for HTML elements. by @terabytesoftw in #47 - feat(attribute): Add
HasSizestrait andsizes()method to managesizesattribute for HTML elements. by @terabytesoftw in #48 - feat(attribute): Add
HasCharsettrait andcharset()method to managecharsetattribute for HTML elements. by @terabytesoftw in #49 - feat(attribute): Add
HasContenttrait andcontent()method to managecontentattribute for HTML elements. by @terabytesoftw in #50 - feat(attribute): Add
HasHttpEquivtrait andhttpEquiv()method to managehttp-equivattribute for HTML elements. by @terabytesoftw in #51 - feat(attribute): Add
HasNametrait andname()method to managenameattribute for HTML elements. by @terabytesoftw in #52 - refactor(attribute): Update documentation for various HTML attributes and their usage in elements. by @terabytesoftw in #53
- feat(attribute): Add
HasDownloadtrait anddownload()method to managedownloadattribute for HTML elements. by @terabytesoftw in #54 - feat(attribute): Add
HasPingtrait andping()method to managepingattribute for HTML elements. by @terabytesoftw in #55 - feat(attribute): Add
HasLoadingtrait andloading()method to manageloadingattribute for HTML elements. by @terabytesoftw in #56 - feat(attribute): Add
HasSrcsettrait andsrcset()method to managesrcsetattribute for HTML elements. by @terabytesoftw in #57 - feat(attribute): Add
HasUsemaptrait andusemap()method to manageusemapattribute for HTML elements. by @terabytesoftw in #58 - feat(attribute): Add
HasValuetrait andvalue()method to managevalueattribute for HTML elements. by @terabytesoftw in #59 - feat(attribute): Add
HasFormtrait andform()method to manageformattribute for HTML elements. by @terabytesoftw in #60 - feat(attribute): Add
Typeenum for commontypeattribute values. by @terabytesoftw in #61 - feat(attribute): Add
HasMax,HasMintraits andmax(),min()methods to managemaxandminattributes for HTML elements. by @terabytesoftw in #62 - feat(attribute): Add
HasReadonly,HasSteptraits andreadonly(),step()methods to managereadonlyandstepattributes for HTML elements. by @terabytesoftw in #63 - feat(attribute): Add
HasMaxlength,HasMinlengthtraits andmaxlength(),minlength()methods to managemaxlengthandminlengthattributes for HTML elements. by @terabytesoftw in #64 - feat(attribute): Add
HasRequiredtrait andrequired()method to managerequiredattribute for HTML elements. by @terabytesoftw in #65 - fix(attribute): Enhance HTML attribute element handling with Stringable and UnitEnum support. by @terabytesoftw in #66
- feat(attribute): Add
HasAccept,HasAutocompletetraits andaccept(),autocomplete()methods to manageacceptandautocompleteattributes for HTML elements. by @terabytesoftw in #67 - feat(attribute): Add
HasChecked,HasDirnametraits andchecked(),dirname()methods to managecheckedanddirnameattributes for HTML elements. by @terabytesoftw in #68 - feat(attribute): Add
HasList,HasMultipletraits andlist(),multiple()methods to managelistandmultipleattributes for HTML elements. by @terabytesoftw in #69 - feat(attribute): Add
HasPattern,HasPlaceholder,HasSizetraits andpattern(),placeholder(),size()methods to managepattern,placeholder, andsizeattributes for HTML elements. by @terabytesoftw in #70 - fix(attribute): Move HTML attribute traits to
Formnamespace and update related imports accordingly. by @terabytesoftw in #71 - fix(docs): Update documentation for HTML attribute elements in
Elementnamespace. by @terabytesoftw in #72 - fix(docs): Standardize PHPDoc headers across src directory files. by @terabytesoftw in #73
- fix(tests): Remove directory
tests\Stuband movetests\Support\Providertotests\Providerin tests. by @terabytesoftw in #74 - fix(tests): Standardize PHPDoc headers for test classes. by @terabytesoftw in #75
- fix(attribute): Move
HasDisabledtrait toUIAwesome\Html\Attributenamespace and update related imports accordingly. by @terabytesoftw in #76 - feat(attribute): Add
Autocompleteenum and updateAutocompleteProviderfor add test data. by @terabytesoftw in #77 - feat(attribute): Add
HasPopover,HasPopoverTarget,HasPopoverTargetActiontraits andpopover(),popoverTarget(),popoverTargetAction()methods to manage popover attributes for HTML elements. by @terabytesoftw in #78 - feat(attribute): Add
HasInputmodetrait andinputmode()method to manageinputmodeattribute for HTML elements. by @terabytesoftw in #79 - fix(attribute): Update
value()method inHasValuetrait to accept boolean values and adjust related tests and data provider. by @terabytesoftw in #80 - fix(attribute): Migrate mixin attribute setters and tests to the simplified API. by @terabytesoftw in #81
- fix(dependencies): Update
ui-awesome/html-helperrequirement to use stable version constraint^0.7incomposer.json. by @terabytesoftw in #82 - feat(attribute): Enhance
HasAria,HasData, andHasEventstraits to support prefix attributesaria-,data-, andon. by @terabytesoftw in #83 - fix(docs): Refactor attribute documentation in traits. by @Terab...
0.5.2
What's Changed
- feat(dev): Add
php-forge/coding-standardto development dependencies for code quality checks. by @terabytesoftw in #28 - fix(docs): Add section for automated refactoring using
Rectorin testing documentation. by @terabytesoftw in #29 - fix(docs): Update examples in
testing.mdfor running Composer script with arguments and update.styleci.ymlaccordingly. by @terabytesoftw in #30 - fix(docs): Remove redundant ignore rule in
actionlint.ymlconfiguration and update Rector command incomposer.jsonto remove unnecessary 'src' argument. by @terabytesoftw in #31
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- feat(tests): Add
php-forge/supportas a development dependency and update related test classes. by @terabytesoftw in #27
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- feat(attribute): Add
HasHreftrait andhref()method to managehrefattribute for HTML/SVG elements. by @terabytesoftw in #14 - feat(attribute): Add
HasCrossorigintrait andcrossorigin()method to managecrossoriginattribute for HTML/SVG elements. by @terabytesoftw in #15 - feat(attribute): Use package
ui-awesome/html-mixinfor mixin traits and update related imports accordingly. by @terabytesoftw in #16 - feat(docs): Add development guide and sync metadata instructions and update testing documentation. by @terabytesoftw in #17
- feat(attribute): Move attribute traits from
ui-awesome/html-corepackage and update related imports accordingly. by @terabytesoftw in #18 - fix(docs): Update alert content in SVGs to reflect accurate descriptions for MDN standards compliance and specific & lightweight features. by @terabytesoftw in #19
- feat(attribute): Add
HasDecodingtrait anddecoding()method to managedecodingattribute for HTML/SVG elements. by @terabytesoftw in #20 - feat(attribute): Add
HasFetchprioritytrait andfetchpriority()method to managefetchpriorityattribute for HTML/SVG elements. by @terabytesoftw in #21 - fix(docs): Update documentation for
CrossoriginandElementAttributeenums to clarify attribute representation and compliance with MDN standards. by @terabytesoftw in #22 - fix(tests): Update attribute retrieval in tests to use
getAttribute()method for consistency. by @terabytesoftw in #23 - fix(docs): Update documentation traits and enums for clarity and consistency. by @terabytesoftw in #24
- fix(test): Update documentation tests classes for clarity and consistency. by @terabytesoftw in #25
- fix(docs): Revise testing documentation for clarity and consistency in tool references and commands. by @terabytesoftw in #26
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- dep(dependencies): Update
ui-awesome/html-helperversion constraint to^0.6incomposer.json. by @terabytesoftw in #13
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- fix(attribute): Refactor codebase to improve performance and maintainability. by @terabytesoftw in #10
- fix(docs): Improve test suite documentation for HTML attributes with detailed descriptions and coverage. by @terabytesoftw in #11
- fix(docs): Add
StyleCIbadge toREADME.mdfor code style checks. by @terabytesoftw in #12
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Update
ui-awesome/html-helperto0.2. by @terabytesoftw in #9
Full Changelog: 0.1.3...0.2.0
0.1.3
What's Changed
- Fix all
dataattributes for accepttruevalue whenidattribute is used. by @terabytesoftw in #8
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- Change visibility poperty
attributestopublicin tests. by @terabytesoftw in #3 - Add
HasAriaCurrenttrait andariaCurrent()method, by @terabytesoftw in #4 - Remove dead code in
HasAriaCurrenttrait. by @terabytesoftw in #5 - Change branch alias to
1.0-devincomposer.json. by @terabytesoftw in #6 - Remove redundant abstract method. by @terabytesoftw in #7
Full Changelog: 0.1.1...0.1.2