Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2.13 KB

File metadata and controls

60 lines (32 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.4 (2025-03-02)

Code Refactoring

  • replace lodash with native structuredClone for deep cloning (8c2d55b)

2.1.3 (2025-03-02)

Documentation

  • reorder README badges and title (8123ab4)

Code Refactoring

  • simplify property initialization with default values (d140e23)
  • standardize event naming and improve type safety across components (42e9c53)

2.1.2 (2025-03-01)

Bug Fixes

  • update icon handling and improve component styling (c6e3bff)

[2.1.1] - 2024-03-01

Fixed

  • Fixed Ivy compilation mode for library publication by setting compilationMode to partial

[2.1.0] - 2024-03-01

Added

  • Syntax highlighting support with ngx-highlightjs integration
  • Code example component for documentation
  • Improved component selectors using attribute selectors

Changed

  • 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

  • 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

[2.0.0] - Initial Release

  • Initial stable release with core functionality