Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 3.63 KB

Changelog

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

0.0.3 (2024-01-15)

Features

  • Migrate to standalone components
  • Migrate to Angular 17
  • Add "Button with label" example to docs (2f167a0)
  • Add disable property to button component (00e42c0)
  • Add DuoTone gradient outline span tweak (b2840c9)
  • Add gradientDuoTone property to button component (0138ce4)
  • Add gradientMonochrome property to button component (60cd7ea)
  • Add outline classes to buttonColorClasses (ef4652c)
  • Add remain outline variants to buttonDuoToneColorClasses (492f43f)
  • Add remaining Button component docs (ad616d8)
  • Added Breadcrumb docs page (bb5bcb6)
  • Added Button docs page (f9ec405)
  • adds modal component (#10) (3fa31a3)
  • BadgeComponent: Added customStyle parameter (89bb9aa)
  • Created Breadcrumb main component (45bc743)
  • Created BreadcrumbItem Component (0df0839)
  • Started creating Button component (92cf87f)

Bug Fixes

  • Breadcrumb was overengineered (7a004f1)
  • Button sizes are now configured according to flowbite website (1e73a2e)
  • buttonPillClasses are now always injected (1ca9cdc)
  • Changed wrong selector (cc74cad)
  • Fixed gradient outline variants size issue (c616c03)

0.0.2 (2022-05-05)

Features