Skip to content

Releases: themesberg/flowbite-angular

flowbite-angular@v1.3.0

19 Dec 15:43
Compare
Choose a tag to compare

1.3.0 (2024-12-19)

Bug Fixes

  • add standalone property on components (cae1779)

Features

  • badge: add bordered badge (c4cf8b7)
  • badge: add dismissable badge (3ba45e7)

flowbite-angular@v1.2.0

18 Dec 16:12
Compare
Choose a tag to compare

1.2.0 (2024-12-18)

Features

  • accordion: add custom icon support (5b184dd)
  • scroll-top: add support for icon customisation (bc3a60f)

flowbite-angular@v1.1.1

11 Dec 14:33
Compare
Choose a tag to compare

1.1.1 (2024-12-11)

Bug Fixes

  • navbar: isFixed theme was missing fixed class (2408269)

flowbite-angular@v1.1.0

11 Dec 10:02
Compare
Choose a tag to compare

1.1.0 (2024-12-11)

Bug Fixes

  • dropdown: set container's min-width (a9e19d5)

Features

  • accordion: add animation (7e92417)
  • accordion: provide injection token for default input value #80 (04f4d54)
  • alert: add animation (84d0c53)
  • alert: provide injection token for default input value #80 (da3ff4a)
  • badge: provide injection token for default input value #80 (f7337d6)
  • breadcrumb: provide injection token for default input value #80 (f8b0f20)
  • button: provide injection token for default input value #80 (9d8d700)
  • dark-theme-toggle: provide injection token for default input value #80 (f4c5854)
  • dropdown: provide injection token for default input value #80 (bbda81d)
  • dropdown: use viewChield(), remove position calculation (5394931)
  • dropdown: use viewChield(), remove position calculation (114c9d1)
  • dropdown: use tailwind classes instead of @floating-ui/dom (1d4c0dc)
  • dropdown: use tailwind classes instead of @floating-ui/dom (1f0b871)
  • indicator: provide injection token for default input value #80 (cbaca0f)
  • indicator: provide injection token for default input value #80 (cdbb78c)
  • modal: provide injection token for default input value #80 (4463716)
  • navbar: add animation (5df1c2d)
  • navbar: provide injection token for default input value #80 (fab0fbb)
  • scroll-top: provide injection token for default input value #80 (02b9e21)
  • sidebar: provide injection token for default input value #80 (6d57117)
  • theme: add clean api to access and modify the current application theme #82 (906a894)
  • theme: add signal based accessor to current theme #82 (90807d3)

flowbite-angular@v1.0.0

11 Nov 17:03
Compare
Choose a tag to compare

1.0.0 (2024-11-11)

Bug Fixes

  • accordion: classes for border (8f4b81e)
  • assets while building library (b02ae48)
  • Breadcrumb was overengineered (7a004f1)
  • Button sizes are now configured according to flowbite website (1e73a2e)
  • buttonPillClasses are now always injected (1ca9cdc)
  • ci install (7bc93ee)
  • circular import & component import (04668c4)
  • Fixed gradient outline variants size issue (c616c03)
  • multiple typo (96343bb)
  • tailwind config file and import codeblock in quickstart (781069c)

Features

  • add Alert component (e9d792b)
  • add Badge component (b327538)
  • 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 secondary entrypoints (35628a3)
  • add viewEncapsulation and changeDetection (b80f78d)
  • adds modal component (#10) (3fa31a3)
  • alert: add entrypoint (8631420)
  • badge: add entrypoint (1c7a33c)
  • BadgeComponent: Added customStyle parameter (89bb9aa)
  • breadcrumb: add entrypoint (ea5eb0a)
  • button: add entrypoint (19e8fed)
  • common: add entrypoint (a5d50cc)
  • Created Breadcrumb main component (45bc743)
  • Created BreadcrumbItem Component (0df0839)
  • dark-theme-toggle: add entrypoint (9ee8ca3)
  • docs: adding server_side_generation (#31) (c4ebb24)
  • dropdown: add entrypoint (22ce79d)
  • icon: add entrypoint (d5ee496)
  • indicator: add entrypoint (f12a373)
  • modal: add entrypoint (36da9f1)
  • navbar: add entrypoint (ecfef64)
  • remove every storeServices (2dc68ed)
  • router-link: add entrypoint (3886be7)
  • scroll-top: add entrypoint (57b1358)
  • sidebar: add entrypoint (b94ac5a)
  • Started creating Button component (92cf87f)
  • utils: add entrypoint (67bf1da)

flowbite-angular@v1.0.0-beta.1

04 Nov 14:30
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.1 (2024-11-04)

Bug Fixes

  • assets while building library (b02ae48)
  • Breadcrumb was overengineered (7a004f1)
  • Button sizes are now configured according to flowbite website (1e73a2e)
  • buttonPillClasses are now always injected (1ca9cdc)
  • ci install (7bc93ee)
  • circular import & component import (04668c4)
  • Fixed gradient outline variants size issue (c616c03)
  • multiple typo (96343bb)
  • tailwind config file and import codeblock in quickstart (781069c)

Features

  • add Alert component (e9d792b)
  • add Badge component (b327538)
  • 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 secondary entrypoints (35628a3)
  • add viewEncapsulation and changeDetection (b80f78d)
  • adds modal component (#10) (3fa31a3)
  • alert: add entrypoint (8631420)
  • badge: add entrypoint (1c7a33c)
  • BadgeComponent: Added customStyle parameter (89bb9aa)
  • breadcrumb: add entrypoint (ea5eb0a)
  • button: add entrypoint (19e8fed)
  • common: add entrypoint (a5d50cc)
  • Created Breadcrumb main component (45bc743)
  • Created BreadcrumbItem Component (0df0839)
  • dark-theme-toggle: add entrypoint (9ee8ca3)
  • docs: adding server_side_generation (#31) (c4ebb24)
  • dropdown: add entrypoint (22ce79d)
  • icon: add entrypoint (d5ee496)
  • indicator: add entrypoint (f12a373)
  • modal: add entrypoint (36da9f1)
  • navbar: add entrypoint (ecfef64)
  • remove every storeServices (2dc68ed)
  • router-link: add entrypoint (3886be7)
  • scroll-top: add entrypoint (57b1358)
  • sidebar: add entrypoint (b94ac5a)
  • Started creating Button component (92cf87f)
  • utils: add entrypoint (67bf1da)

flowbite-angular@v1.0.0-alpha.6

31 Oct 16:09
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.6 (2024-10-31)

Bug Fixes

  • ci install (7bc93ee)
  • tailwind config file and import codeblock in quickstart (781069c)

flowbite-angular@v1.0.0-alpha.5

31 Oct 14:58
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.5 (2024-10-31)

Bug Fixes

flowbite-angular@v1.0.0-alpha.4

27 Oct 17:34
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.4 (2024-10-27)

Bug Fixes

  • assets while building library (b02ae48)

flowbite-angular@v1.0.0-alpha.3

27 Oct 16:52
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.3 (2024-10-27)

Bug Fixes

  • circular import & component import (04668c4)

Features

  • add secondary entrypoints (35628a3)
  • add viewEncapsulation and changeDetection (b80f78d)
  • alert: add entrypoint (8631420)
  • badge: add entrypoint (1c7a33c)
  • breadcrumb: add entrypoint (ea5eb0a)
  • button: add entrypoint (19e8fed)
  • common: add entrypoint (a5d50cc)
  • dark-theme-toggle: add entrypoint (9ee8ca3)
  • dropdown: add entrypoint (22ce79d)
  • icon: add entrypoint (d5ee496)
  • indicator: add entrypoint (f12a373)
  • modal: add entrypoint (36da9f1)
  • navbar: add entrypoint (ecfef64)
  • router-link: add entrypoint (3886be7)
  • scroll-top: add entrypoint (57b1358)
  • sidebar: add entrypoint (b94ac5a)
  • utils: add entrypoint (67bf1da)