We are currently in alpha version.

Please expect changes. If you find any issues, please report them on our github.

Changelog

May 8, 2025

0.0.0-alpha.9.5

  • Feature: Required indicator added for form fields, can be disabled via `indicator` property
  • Fix: Global dialog button configuration now behaves as expected
  • Fix: Dropdown expression change issue resolved
  • Fix: Date picker `size` property now works as expected
  • Enhanced: Inputs and Outputs updated to use Angular signals
  • Enhanced: Form fields require `id` property (was previously just a warning)
  • Breaking: Dropped support for Angular 16 and 17 — minimum supported is Angular 18
May 1, 2025

0.0.0-alpha.9.4

  • Fix: Checkbox `checked` property bug resolved
April 28, 2025

0.0.0-alpha.9.3

  • Feature: Checkbox now supports `checked` property
April 24, 2025

0.0.0-alpha.9.2

  • Enhanced: Circular dependency fixed in Accordion component
  • Feature: Global configuration added for form `error` messages
April 20, 2025

0.0.0-alpha.9.1

  • Updated: Default theme naming changed for premium extensions
April 16, 2025

0.0.0-alpha.9

  • New: Dropdown component added
  • Feature: Accessibility improvements across components
  • Feature: Button supports `focusColor` in global config
  • Feature: Alert, Chip, Modal, Dialog support `dismissFocusColor`
  • Fix: Outlined chip color issue resolved when dismissible
  • Enhanced: Accordion supports `focusColor`
  • Enhanced: Select component supports `optionFocusColor`
  • Enhanced: `dp-calendar` and `dp-calendar-select` support focus styles
  • Enhanced: Toast component supports `btnFocusColor`
  • Changed: Checkbox `borderFocusColor` renamed to `focusColor`
  • Removed: Checkbox `bgFocusColor` property removed
  • Enhanced: Toggle supports `focusColor`
  • Feature: Console warning added if form field `id` is missing
  • Fix: Dialog and Modal dismiss font config removed, width/height added
  • Enhanced: Focus state improved across all components
  • Fix: Date picker select range styling issue resolved
  • Updated: CDK positioning added for major components (install with `npm i @angular/cdk`)
March 25, 2024

0.0.0-alpha.8
Latest

  • Fix: Checkbox shape and size now work correctly
  • Fix: Input help text global styling fixed
  • Fix: Tooltip element removed from DOM until hovered
  • Fix: Global padding styles corrected across components
  • Feature: Checkbox `id` made required, warning if missing
  • Feature: Added accessibility support (`role`, `aria`, `aria-label`) to Checkbox
  • Enhanced: Accordion accessibility improved with `role`, `aria`, `aria-labels`
March 20, 2024

0.0.0-alpha.7

  • Fix: Tooltip position adjustment, removed enforced wrapping
  • Fix: Global styles now apply correctly
  • Enhanced: Valid size check added in `getSizeVariables`
  • Fix: Compact select now works with icon, chip padding adjusted
  • Fix: Scroll area now works in date picker calendar
March 12, 2024

0.0.0-alpha.6

  • Latest release of alpha version
  • Fixed: Swipe is disabled for component only toast elements
  • Enhanced: Removed padding and marging from title and text elements of toast component
March 11, 2024

0.0.0-alpha.5

  • Fixed: Maximum width of `18.75rem` used for toast text element starting from screen size sm
  • Fixed: Minimum width of `25rem` used for toast component starting from screen size sm
  • New: Added support for custom `duration` of the toast component
March 11, 2024

0.0.0-alpha.4

  • Fixed: Resolved console error related to Angular Control Value Accessor implementation
  • Fixed: Resolved Tailwind plugin configuration issues in demo application
  • Enhanced: Added customization support for dialog component's close and confirm button text
  • New: Introduced toast component with notification functionality
  • New: Toast service added with animated notification functionality. Currently implemented for toast components, with plans to extend to alerts in future releases
March 6, 2024

0.0.0-alpha.3

  • Latest release of alpha version
March 5, 2024

0.0.0-alpha.2

  • Fixed issue with `tailwind` base plugin not being able to find the css
March 4, 2024

0.0.0-alpha.1

  • Alpha release