All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.4 (2025-03-02)
- replace lodash with native structuredClone for deep cloning (8c2d55b)
2.1.3 (2025-03-02)
- reorder README badges and title (8123ab4)
- simplify property initialization with default values (d140e23)
- standardize event naming and improve type safety across components (42e9c53)
2.1.2 (2025-03-01)
- update icon handling and improve component styling (c6e3bff)
- Fixed Ivy compilation mode for library publication by setting
compilationModetopartial
- Syntax highlighting support with ngx-highlightjs integration
- Code example component for documentation
- Improved component selectors using attribute selectors
- Updated component selectors from element selectors to attribute selectors
- Restructured documentation pages for better user experience
- Enhanced home and demo pages with more comprehensive examples and explanations
- Fixed linting errors in the codebase
- Updated selector patterns to match Angular style guidelines
- Corrected CI badge path in README to use main branch instead of master
- Initial stable release with core functionality