Skip to content

Commit d1f751f

Browse files
authored
Merge pull request #25 from LindemannRock/release-please--branches--main
chore(main): release 1.10.0
2 parents 67c35d1 + 09e9ecd commit d1f751f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/LindemannRock/craft-icon-manager/compare/v1.9.0...v1.10.0) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* add viewLogs and editSettings permissions to Icon Manager ([a300cc9](https://github.com/LindemannRock/craft-icon-manager/commit/a300cc94f85c9aaa9ed2c9ab281ddec1fdc11a6d))
9+
* add WebFont support with proper font loading and icon type filtering ([ec1f9f2](https://github.com/LindemannRock/craft-icon-manager/commit/ec1f9f2a0b0077983b5b3cf4c244d38af61a7bd5))
10+
* implement Material Icons support with style filtering and performance optimizations ([0c58d7e](https://github.com/LindemannRock/craft-icon-manager/commit/0c58d7e1d1acf2fe9b45c68321e01c3b4c1c3b5c))
11+
* Implement robust SVG optimization with php-svg-optimizer library ([0d78f60](https://github.com/LindemannRock/craft-icon-manager/commit/0d78f60c136a04bfa56961dd9053f64069435143))
12+
* implement virtual scrolling for icon picker grid ([ed08ef7](https://github.com/LindemannRock/craft-icon-manager/commit/ed08ef727b88633005e75188e10843c103e101ca))
13+
* Improve SVGO optimization with smart issue detection and presets ([64a7f24](https://github.com/LindemannRock/craft-icon-manager/commit/64a7f24f436ab62bff754cf2cc8bc18da74b5a37))
14+
15+
16+
### Bug Fixes
17+
18+
* logging configuration to use correct log levels ([fa554a7](https://github.com/LindemannRock/craft-icon-manager/commit/fa554a7bbc832d51749042e12ef5487ab7a91f05))
19+
* replace inline icon embedding with single batch AJAX request ([58f7256](https://github.com/LindemannRock/craft-icon-manager/commit/58f72562574b8ac8eeb6010feee3db51df61603d))
20+
321
## [1.9.0](https://github.com/LindemannRock/craft-icon-manager/compare/v1.8.0...v1.9.0) (2025-10-02)
422

523

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lindemannrock/craft-icon-manager",
33
"description": "Comprehensive icon management field supporting SVG libraries and icon fonts for Craft CMS",
44
"type": "craft-plugin",
5-
"version": "1.9.0",
5+
"version": "1.10.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)