Skip to content

Tags: doender/blade-icons

Tags

1.7.2

Toggle 1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Register optimize commands (blade-ui-kit#253)

* Register optimize commands

* No trailing comma in 7.4

* don't use named arguments

1.7.1

Toggle 1.7.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Remove labelled-by attribute from SVG when title attribute is passed (b…

…lade-ui-kit#249)

* Add title tag to SVG's if title attribute is set

* Update src/Svg.php

* Pass tile directly to the method as param

* Better variable name for title element

* Update regular expression, consider <svg> may be passed with not attributes.

* Svg class tests to ensure aria attribute and title element are added correctly.

* Add role as img: WCAG best practice

* Update tests to check for role attribute

* Update README.md - Add Accessibility section

* Update README.md

* Include usage example

* Remove aria-labelledby attribute

* Update tests: Remove checks for id and aria-labelledby

* Update docs: Examples without aria-labelledby

---------

Co-authored-by: Dries Vints <[email protected]>
Co-authored-by: Nicky <[email protected]>

1.7.0

Toggle 1.7.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Accessible SVG icons: Add title tag inside SVG if the title attribute…

… is set (blade-ui-kit#245)

* Add title tag to SVG's if title attribute is set

* Update src/Svg.php

* Pass tile directly to the method as param

* Better variable name for title element

* Update regular expression, consider <svg> may be passed with not attributes.

* Svg class tests to ensure aria attribute and title element are added correctly.

* Add role as img: WCAG best practice

* Update tests to check for role attribute

* Update README.md - Add Accessibility section

* Update README.md

* Include usage example

---------

Co-authored-by: Dries Vints <[email protected]>
Co-authored-by: Nicky <[email protected]>

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

1.6.0

Toggle 1.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix code styling

1.5.3

Toggle 1.5.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix for invalid defer attribute on SVG tag (blade-ui-kit#218)

* Fix for invalid attribute

* wip

---------

Co-authored-by: Dries Vints <[email protected]>

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Windows build (blade-ui-kit#213)

* Windows build

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Fix code styling

* wip

* wip

* wip

* Fix code styling

* wip

* Fix code styling

* wip

* wip

* Fix code styling

* wip

---------

Co-authored-by: driesvints <[email protected]>

1.5.1

Toggle 1.5.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Apply SVG file filter for Generator by Default (blade-ui-kit#209)

* Add ability for Generator to filter files

This allows icon package devs to define a filter closure applied to the list of discovered files.
If the upstream icon package starts to included non-SVG files in Icon set folders this can filter those out.

* Fix code styling

* Just filter SVG files by default instead of new option

* Add tests to cover IconGenerator and config options

* Fix code styling

* Update IconGeneratorTest.php

---------

Co-authored-by: mallardduck <[email protected]>
Co-authored-by: Dries Vints <[email protected]>

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel v10 Support (blade-ui-kit#207)

* Update composer.json

* Update tests.yml

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed SVGs that use mask, defs or use tags (blade-ui-kit#202)