Releases: coreui/coreui-icons-vue
Releases · coreui/coreui-icons-vue
1.3.5
fix: 1.3.5 release - fix toCamelCase function
1.3.3
fix: 1.3.3 version release: fix styles and update packages
1.3.2
fix: fix converting to camel case
1.3.1
Dependencies update release
1.3.0
1.3.0
feat: add warnings if the user calls wrong icon name
1.2.0
1.2.0
Changes
feat: CIcon component - add 'use' prop, update typings
fix: give 'size' prop precedence over height and width attributes, add 'custom' as a valid value of 'size' prop
refactor: remove code duplication in CIcon component
1.1.2
v1.1.2
This release removes functionality of generating <title> tags based on icon name, as it might be misleading for users. Now 'title' prop must be passed to generate the title.
This version also adds role="img" to svg element, for accessibility.