@forter/icon
Advanced tools
Comparing version 8.3.5 to 16.0.0
@@ -6,2 +6,45 @@ # Change Log | ||
# 16.0.0 (2024-06-13) | ||
### Bug Fixes | ||
- ๐ add "change" event emitter method to combo box ([#137](https://github.com/forter/design-system/issues/137)) ([2b6a00f](https://github.com/forter/design-system/commit/2b6a00ffdb84f72264281641621ebe0a71288091)) | ||
- ๐ added index ([#42](https://github.com/forter/design-system/issues/42)) ([bd3f2a4](https://github.com/forter/design-system/commit/bd3f2a44d7d12ab0f1a3838b93c340fa5975469d)) | ||
- ๐ fix bell icon and add bell-slash icon ([#150](https://github.com/forter/design-system/issues/150)) ([42a973b](https://github.com/forter/design-system/commit/42a973b54b5888e6f75ce50336d7c838632f0bbe)) | ||
- ๐ fix filtered icon ([#109](https://github.com/forter/design-system/issues/109)) ([1fc7608](https://github.com/forter/design-system/commit/1fc7608c2d216ca7fb2d94a75d5b14c4642322e3)) | ||
- ๐ fix svg for bell icons ([#151](https://github.com/forter/design-system/issues/151)) ([b340877](https://github.com/forter/design-system/commit/b34087726ae3d800a82fb381346ae78ae8d4465d)) | ||
- ๐ fixed icon sizes ([#113](https://github.com/forter/design-system/issues/113)) ([de0e7c1](https://github.com/forter/design-system/commit/de0e7c1021d37ce2e03abc1837eb9867d4bc6afe)) | ||
- ๐ fixed icon sizes ([#114](https://github.com/forter/design-system/issues/114)) ([7a35267](https://github.com/forter/design-system/commit/7a35267b541035d11944c7ad598f620cf35385ae)) | ||
- ๐ fixed select icons ([#29](https://github.com/forter/design-system/issues/29)) ([4a695f7](https://github.com/forter/design-system/commit/4a695f77b343466c59cd693d1411efa23b0b2515)) | ||
- ๐ removed unexported enum ([#182](https://github.com/forter/design-system/issues/182)) ([4cbe50f](https://github.com/forter/design-system/commit/4cbe50f943c9798df1b04c8770583bccdb815207)) | ||
### Features | ||
- ๐ธ add bell and information icons ([#145](https://github.com/forter/design-system/issues/145)) ([338eb09](https://github.com/forter/design-system/commit/338eb0993e519f90404a5860e8b86918cac35f1d)) | ||
- ๐ธ added checkbox multi select ([#55](https://github.com/forter/design-system/issues/55)) ([bfd1600](https://github.com/forter/design-system/commit/bfd1600a9072e023c844ddf3302223d3123b8800)) | ||
- ๐ธ added close button to multi ([#41](https://github.com/forter/design-system/issues/41)) ([9e7bb71](https://github.com/forter/design-system/commit/9e7bb71a5ee9a9eb794131c2dcbcf5dc0ff7a3d4)) | ||
- ๐ธ implement forter-card-list ([#62](https://github.com/forter/design-system/issues/62)) ([0091bbe](https://github.com/forter/design-system/commit/0091bbed579b284fffcf2cd8cd07b9952cdde6a9)) | ||
- ๐ธ implement icon component in design system ([#22](https://github.com/forter/design-system/issues/22)) ([8a0132a](https://github.com/forter/design-system/commit/8a0132a7fc926e3eb9c46e4459ae8cd506cb4566)) | ||
- ๐ธ implement icon component in design system ([#24](https://github.com/forter/design-system/issues/24)) ([208eaa8](https://github.com/forter/design-system/commit/208eaa80b140af5843836020df9907e956ea8c75)) | ||
- ๐ธ migrate checkbox to ts ([#78](https://github.com/forter/design-system/issues/78)) ([52ca70f](https://github.com/forter/design-system/commit/52ca70ff37e567bed2a941dc27791e9bac74bd05)) | ||
- ๐ธ new icon package ([#154](https://github.com/forter/design-system/issues/154)) ([1ee7c69](https://github.com/forter/design-system/commit/1ee7c69e99db03c13471ff82fa35ab6126caadd0)) | ||
- like and dislike icons ([#146](https://github.com/forter/design-system/issues/146)) ([ea3bea8](https://github.com/forter/design-system/commit/ea3bea88762e1cfc2502e788d96da99d353842fe)) | ||
### BREAKING CHANGES | ||
- ๐งจ multi-select | ||
- Automated Change | ||
- refactor: ๐ก removed type | ||
- Automated Change | ||
- ๐งจ forter-multi-select | ||
- test: ๐ added fixed tests | ||
- ๐งจ @forter/icon | ||
- ๐งจ @forter/icon | ||
- chore: ๐ค add public access to icon | ||
## [8.3.5](https://github.com/forter/design-system/compare/@forter/icon@8.3.4...@forter/icon@8.3.5) (2024-06-09) | ||
@@ -8,0 +51,0 @@ |
{ | ||
"name": "@forter/icon", | ||
"version": "8.3.5", | ||
"version": "16.0.0", | ||
"description": "fc-icon from Forter Components", | ||
@@ -15,3 +15,3 @@ "main": "dist/bundle.js", | ||
"dependencies": { | ||
"@forter/component-base": "15.1.0", | ||
"@forter/component-base": "16.0.0", | ||
"lit": "2.7.2" | ||
@@ -22,3 +22,3 @@ }, | ||
}, | ||
"gitHead": "36ba3d49ff5635518b7d7cc45e88dcb396115583" | ||
"gitHead": "77d8c77edc101753efa0b03bced117f0f5509a0b" | ||
} |
643117
+ Added@forter/component-base@16.0.0(transitive)
- Removed@forter/component-base@15.1.0(transitive)