svg-symbol-sprite
Version:
A script to generate a symbol sprite from SVG files
145 lines (101 loc) • 10.1 kB
Markdown
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [1.5.2](https://github.com/scriptex/svg-symbol-sprite/compare/1.5.1...1.5.2)
> 10 May 2024
- Update CHANGELOG.md with the latest changes [`8fff102`](https://github.com/scriptex/svg-symbol-sprite/commit/8fff1028b14e76847587012ed4a22e6b07be7dee)
- Release 1.5.2 [`e4ab19d`](https://github.com/scriptex/svg-symbol-sprite/commit/e4ab19d30fc4b2b51bbfa03c276462a8e3f892d1)
#### [1.5.1](https://github.com/scriptex/svg-symbol-sprite/compare/1.5.0...1.5.1)
> 10 May 2024
- Unpin dependencies [`a4cf646`](https://github.com/scriptex/svg-symbol-sprite/commit/a4cf6463e7d42ca0150ab015c5e243905ed99b86)
- Update dependency release-it to v17.2.1 [`10933f5`](https://github.com/scriptex/svg-symbol-sprite/commit/10933f5057ef5d43b94096f23096c19afa58ef98)
- Update CHANGELOG.md with the latest changes [`655f6c8`](https://github.com/scriptex/svg-symbol-sprite/commit/655f6c8fae548774279430517ee98a1d61796291)
#### [1.5.0](https://github.com/scriptex/svg-symbol-sprite/compare/1.4.1...1.5.0)
> 22 April 2024
- Bump ip from 1.1.8 to 1.1.9 [`#52`](https://github.com/scriptex/svg-symbol-sprite/pull/52)
- Update dependency commander to v12 [`#51`](https://github.com/scriptex/svg-symbol-sprite/pull/51)
- Update dependency release-it to v17 [`#46`](https://github.com/scriptex/svg-symbol-sprite/pull/46)
- Update actions/setup-node action to v4 [`#44`](https://github.com/scriptex/svg-symbol-sprite/pull/44)
- Correctly use SVGO config (#54) [`71ff412`](https://github.com/scriptex/svg-symbol-sprite/commit/71ff412c067c48c0174386396c448c7ab0645b47)
- Update dependency release-it to v17.0.3 [`46be66a`](https://github.com/scriptex/svg-symbol-sprite/commit/46be66a938caf67fb86fc3bc942e052c13f8ebe3)
- Update dependency release-it to v17.2.0 [`577b428`](https://github.com/scriptex/svg-symbol-sprite/commit/577b428e2b33579f3f74cc94f6572561e79161af)
#### [1.4.1](https://github.com/scriptex/svg-symbol-sprite/compare/1.4.0...1.4.1)
> 19 September 2023
- Fix typo in README's Usage without installation (with `npx) [`#43`](https://github.com/scriptex/svg-symbol-sprite/pull/43)
- Update actions/checkout action to v4 [`#41`](https://github.com/scriptex/svg-symbol-sprite/pull/41)
- Bump word-wrap from 1.2.3 to 1.2.4 [`#39`](https://github.com/scriptex/svg-symbol-sprite/pull/39)
- Bump semver from 7.3.8 to 7.5.3 [`#38`](https://github.com/scriptex/svg-symbol-sprite/pull/38)
- Update dependency release-it to v16 [`#37`](https://github.com/scriptex/svg-symbol-sprite/pull/37)
- Update dependency commander to v11 [`#36`](https://github.com/scriptex/svg-symbol-sprite/pull/36)
- Update dependency @types/tape to v5 [`#35`](https://github.com/scriptex/svg-symbol-sprite/pull/35)
- Bump vm2 from 3.9.17 to 3.9.18 [`#33`](https://github.com/scriptex/svg-symbol-sprite/pull/33)
- Bump vm2 from 3.9.16 to 3.9.17 [`#32`](https://github.com/scriptex/svg-symbol-sprite/pull/32)
- Bump vm2 from 3.9.15 to 3.9.16 [`#31`](https://github.com/scriptex/svg-symbol-sprite/pull/31)
- Bump vm2 from 3.9.11 to 3.9.15 [`#30`](https://github.com/scriptex/svg-symbol-sprite/pull/30)
- Update dependency typescript to v5 [`#29`](https://github.com/scriptex/svg-symbol-sprite/pull/29)
- Bump cacheable-request from 10.2.2 to 10.2.7 [`#28`](https://github.com/scriptex/svg-symbol-sprite/pull/28)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#27`](https://github.com/scriptex/svg-symbol-sprite/pull/27)
- Update dependency commander to v10 [`#26`](https://github.com/scriptex/svg-symbol-sprite/pull/26)
- Upgrade packages [`e128d60`](https://github.com/scriptex/svg-symbol-sprite/commit/e128d604014d16a739df6e74b007f2444a3a0e5f)
- Update dependency release-it to v15.10.5 [`c9ef096`](https://github.com/scriptex/svg-symbol-sprite/commit/c9ef096b0cebd29cc1f4ae471a82e011c031749a)
- Update dependency release-it to v15.9.1 [`2d8a66d`](https://github.com/scriptex/svg-symbol-sprite/commit/2d8a66db0048a2df4289fc3917283d822446c4fa)
#### [1.4.0](https://github.com/scriptex/svg-symbol-sprite/compare/1.3.0...1.4.0)
> 14 November 2022
- Remove empty style attribute [`4e77170`](https://github.com/scriptex/svg-symbol-sprite/commit/4e771704f615ac332a5f849aaa9bc4be06882f10)
- Update CHANGELOG.md with the latest changes [`b21af7c`](https://github.com/scriptex/svg-symbol-sprite/commit/b21af7c9377dc9a0eeffa21c37fb5c8dc18bc2fb)
- Release 1.4.0 [`d9c5e1d`](https://github.com/scriptex/svg-symbol-sprite/commit/d9c5e1d1679e519ac5a288d0c1ed8df7213e0ec7)
#### [1.3.0](https://github.com/scriptex/svg-symbol-sprite/compare/1.2.2...1.3.0)
> 10 November 2022
- Add ability to modify SVG props, style and SVGO config [`#23`](https://github.com/scriptex/svg-symbol-sprite/pull/23)
- Update CHANGELOG.md with the latest changes [`a5ccbb9`](https://github.com/scriptex/svg-symbol-sprite/commit/a5ccbb91e98f15620cc115cad26d886e01cda940)
- Release 1.3.0 [`a476bec`](https://github.com/scriptex/svg-symbol-sprite/commit/a476bec4832b3119136fb504d04034a1f508d26b)
- Ignore all assets [`4801d38`](https://github.com/scriptex/svg-symbol-sprite/commit/4801d38cf729b4bfdc8b1b97e6476b3d5253cb63)
#### [1.2.2](https://github.com/scriptex/svg-symbol-sprite/compare/1.2.0...1.2.2)
> 7 November 2022
- Update dependency svgo to v3 [`#21`](https://github.com/scriptex/svg-symbol-sprite/pull/21)
- Update dependency release-it to v15.4.3 [`88541a0`](https://github.com/scriptex/svg-symbol-sprite/commit/88541a0acbc5386a646464d2196f2e5b388431ca)
- Fix the URL to the documentation [`2b09efa`](https://github.com/scriptex/svg-symbol-sprite/commit/2b09efa3eff267d8caf61249d0c43f1cefe08f9a)
- Update CHANGELOG.md with the latest changes [`ec1aa24`](https://github.com/scriptex/svg-symbol-sprite/commit/ec1aa2475d9e092fa577bf0b99b341a885d265b5)
#### [1.2.0](https://github.com/scriptex/svg-symbol-sprite/compare/1.0.5...1.2.0)
> 30 September 2022
- Update metadata [`#20`](https://github.com/scriptex/svg-symbol-sprite/pull/20)
- Update dependency release-it to v15.4.2 [`3a66588`](https://github.com/scriptex/svg-symbol-sprite/commit/3a665880d666637e50d9e4a312de22ced918dd90)
- Update CHANGELOG.md with the latest changes [`d077dbe`](https://github.com/scriptex/svg-symbol-sprite/commit/d077dbe11a24c1655851514a49b65ca8af430bcf)
- Update dependency typescript to v4.8.4 [`58b78c4`](https://github.com/scriptex/svg-symbol-sprite/commit/58b78c4a4061557cd306c2b073a64ffc537251bb)
#### [1.0.5](https://github.com/scriptex/svg-symbol-sprite/compare/1.0.4...1.0.5)
> 1 September 2022
- Use double quotes in attributes [`c774b1e`](https://github.com/scriptex/svg-symbol-sprite/commit/c774b1e697bd5c08ce45159ecb0498c6b8336743)
- Update dependency release-it to v15.1.2 [`167fead`](https://github.com/scriptex/svg-symbol-sprite/commit/167feadf7375b68ba9568ea27f1d49ae7113573c)
- Update dependency release-it to v15.1.4 [`31577e9`](https://github.com/scriptex/svg-symbol-sprite/commit/31577e9f2fc88494df0f5324bbe4935b877b8257)
#### [1.0.4](https://github.com/scriptex/svg-symbol-sprite/compare/1.0.3...1.0.4)
> 12 July 2022
- Fix the path to the default config [`#19`](https://github.com/scriptex/svg-symbol-sprite/pull/19)
- Bump parse-url from 6.0.0 to 6.0.2 [`#17`](https://github.com/scriptex/svg-symbol-sprite/pull/17)
- Update dependency release-it to v15 [`#15`](https://github.com/scriptex/svg-symbol-sprite/pull/15)
- Bump minimist from 1.2.5 to 1.2.6 [`#14`](https://github.com/scriptex/svg-symbol-sprite/pull/14)
- Update actions/checkout action to v3 [`#11`](https://github.com/scriptex/svg-symbol-sprite/pull/11)
- Update actions/setup-node action to v3 [`#10`](https://github.com/scriptex/svg-symbol-sprite/pull/10)
- Update dependency commander to v9 [`#9`](https://github.com/scriptex/svg-symbol-sprite/pull/9)
- Bump node-fetch from 2.6.6 to 2.6.7 [`#8`](https://github.com/scriptex/svg-symbol-sprite/pull/8)
- Update dependency release-it to v14.12.1 [`#6`](https://github.com/scriptex/svg-symbol-sprite/pull/6)
- Update dependency release-it to v15.1.1 [`b66ade6`](https://github.com/scriptex/svg-symbol-sprite/commit/b66ade650a483f05c2c83b843db025f445a3be82)
- Upgrade packages [`03d7514`](https://github.com/scriptex/svg-symbol-sprite/commit/03d7514e038c4f77759e428f4e1d3b68b1bcab51)
- Update dependency release-it to v14.14.3 [`c1f4c75`](https://github.com/scriptex/svg-symbol-sprite/commit/c1f4c7506f2b03e806467a3887fbef75078e71f6)
#### [1.0.3](https://github.com/scriptex/svg-symbol-sprite/compare/1.0.2...1.0.3)
> 4 January 2022
#### [1.0.2](https://github.com/scriptex/svg-symbol-sprite/compare/1.0.1...1.0.2)
> 4 January 2022
- Update documentation [`bd844d5`](https://github.com/scriptex/svg-symbol-sprite/commit/bd844d58e76c08c4d1a4e009ecd2c7c9a7b641ab)
- Bump version [`fa202ca`](https://github.com/scriptex/svg-symbol-sprite/commit/fa202ca73f921e00017546954f1652086a87108c)
#### [1.0.1](https://github.com/scriptex/svg-symbol-sprite/compare/1.0.0...1.0.1)
> 4 January 2022
- Correctly load and use SVGO config [`#4`](https://github.com/scriptex/svg-symbol-sprite/pull/4)
- Update CHANGELOG.md with the latest changes [`a938b8c`](https://github.com/scriptex/svg-symbol-sprite/commit/a938b8c22315dcbeb1a33a241654333bf9a6df6d)
- Update dependency @types/node to v16.11.18 [`6707546`](https://github.com/scriptex/svg-symbol-sprite/commit/67075464b184b1db6d76fd6f444042084f9a9199)
- Update dependency @types/node to v16.11.17 [`663ff0e`](https://github.com/scriptex/svg-symbol-sprite/commit/663ff0ed920562c339880d2171c4b303f37aa363)
#### 1.0.0
> 6 December 2021
- Add documentation [`#3`](https://github.com/scriptex/svg-symbol-sprite/pull/3)
- Initial commit [`8701802`](https://github.com/scriptex/svg-symbol-sprite/commit/8701802dff91d93c6fd67fa5da03251c0d0c398b)
- Pin dependencies [`b60cb82`](https://github.com/scriptex/svg-symbol-sprite/commit/b60cb825192b62368f90b85c554c28b4b9bb08b1)
- Update package.json [`09900c7`](https://github.com/scriptex/svg-symbol-sprite/commit/09900c78c745ff498d3d6d0514c03d6663f2b7d7)