Skip to content

Commit f2ca6e5

Browse files
chore(flowbite-angular): 1.0.0-alpha.1 [skip cli]
# 1.0.0-alpha.1 (2024-10-26) ### Bug Fixes * Breadcrumb was overengineered ([7a004f1](https://github.com/themesberg/flowbite-angular//commit/7a004f11aca4f8d4d6c51833bc0327284b8da827)) * Button sizes are now configured according to flowbite website ([1e73a2e](https://github.com/themesberg/flowbite-angular//commit/1e73a2ed044cb604965377ba5d7d4f866306ca5d)) * buttonPillClasses are now always injected ([1ca9cdc](https://github.com/themesberg/flowbite-angular//commit/1ca9cdc09ce6f258d69689861e9fcc42115b0b95)) * Fixed gradient outline variants size issue ([c616c03](https://github.com/themesberg/flowbite-angular//commit/c616c037a1cda11b06adfcfcd9c3f0209ffeb9d7)) ### Features * add Alert component ([e9d792b](https://github.com/themesberg/flowbite-angular//commit/e9d792b4f4785052108e6ad6e3467c58d3a1d978)) * add Badge component ([b327538](https://github.com/themesberg/flowbite-angular//commit/b3275389d40c62003afff8dc9818b16664d4a618)) * Add disable property to button component ([00e42c0](https://github.com/themesberg/flowbite-angular//commit/00e42c05ff81f83e7ad61fb6a9a70aebf504f1ba)) * Add DuoTone gradient outline span tweak ([b2840c9](https://github.com/themesberg/flowbite-angular//commit/b2840c947e340a020eb4136f5d0342ebc3d6e099)) * Add gradientDuoTone property to button component ([0138ce4](https://github.com/themesberg/flowbite-angular//commit/0138ce408ec101e5da6ba4305d2e1107c0b07a78)) * Add gradientMonochrome property to button component ([60cd7ea](https://github.com/themesberg/flowbite-angular//commit/60cd7ea619c605271093436f2367510e318cf6d2)) * Add outline classes to buttonColorClasses ([ef4652c](https://github.com/themesberg/flowbite-angular//commit/ef4652c9f8111bc9ddf3d7416a120fc525cf8c5c)) * Add remain outline variants to buttonDuoToneColorClasses ([492f43f](https://github.com/themesberg/flowbite-angular//commit/492f43f3a546a94fa1cbb0b1008cafd99ec90458)) * adds modal component ([#10](https://github.com/themesberg/flowbite-angular//issues/10)) ([3fa31a3](https://github.com/themesberg/flowbite-angular//commit/3fa31a3808100825c7952b9126190fe487cd71c0)) * **BadgeComponent:** Added customStyle parameter ([89bb9aa](https://github.com/themesberg/flowbite-angular//commit/89bb9aa3189442cd8e826084a35f03069201928c)) * Created Breadcrumb main component ([45bc743](https://github.com/themesberg/flowbite-angular//commit/45bc74324ce8f157df5dc710451502d4875f626b)) * Created BreadcrumbItem Component ([0df0839](https://github.com/themesberg/flowbite-angular//commit/0df083920b320d07cc8da4ee0d89a3e1c0711772)) * **docs:** adding server_side_generation ([#31](https://github.com/themesberg/flowbite-angular//issues/31)) ([c4ebb24](https://github.com/themesberg/flowbite-angular//commit/c4ebb24e18aca55f187c107ea16c165a4924d01f)) * Started creating Button component ([92cf87f](https://github.com/themesberg/flowbite-angular//commit/92cf87f52435cfd69f961eba635ab4c4b982949e))
1 parent 3e681ff commit f2ca6e5

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

libs/flowbite-angular/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 1.0.0-alpha.1 (2024-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Breadcrumb was overengineered ([7a004f1](https://github.com/themesberg/flowbite-angular//commit/7a004f11aca4f8d4d6c51833bc0327284b8da827))
7+
* Button sizes are now configured according to flowbite website ([1e73a2e](https://github.com/themesberg/flowbite-angular//commit/1e73a2ed044cb604965377ba5d7d4f866306ca5d))
8+
* buttonPillClasses are now always injected ([1ca9cdc](https://github.com/themesberg/flowbite-angular//commit/1ca9cdc09ce6f258d69689861e9fcc42115b0b95))
9+
* Fixed gradient outline variants size issue ([c616c03](https://github.com/themesberg/flowbite-angular//commit/c616c037a1cda11b06adfcfcd9c3f0209ffeb9d7))
10+
11+
12+
### Features
13+
14+
* add Alert component ([e9d792b](https://github.com/themesberg/flowbite-angular//commit/e9d792b4f4785052108e6ad6e3467c58d3a1d978))
15+
* add Badge component ([b327538](https://github.com/themesberg/flowbite-angular//commit/b3275389d40c62003afff8dc9818b16664d4a618))
16+
* Add disable property to button component ([00e42c0](https://github.com/themesberg/flowbite-angular//commit/00e42c05ff81f83e7ad61fb6a9a70aebf504f1ba))
17+
* Add DuoTone gradient outline span tweak ([b2840c9](https://github.com/themesberg/flowbite-angular//commit/b2840c947e340a020eb4136f5d0342ebc3d6e099))
18+
* Add gradientDuoTone property to button component ([0138ce4](https://github.com/themesberg/flowbite-angular//commit/0138ce408ec101e5da6ba4305d2e1107c0b07a78))
19+
* Add gradientMonochrome property to button component ([60cd7ea](https://github.com/themesberg/flowbite-angular//commit/60cd7ea619c605271093436f2367510e318cf6d2))
20+
* Add outline classes to buttonColorClasses ([ef4652c](https://github.com/themesberg/flowbite-angular//commit/ef4652c9f8111bc9ddf3d7416a120fc525cf8c5c))
21+
* Add remain outline variants to buttonDuoToneColorClasses ([492f43f](https://github.com/themesberg/flowbite-angular//commit/492f43f3a546a94fa1cbb0b1008cafd99ec90458))
22+
* adds modal component ([#10](https://github.com/themesberg/flowbite-angular//issues/10)) ([3fa31a3](https://github.com/themesberg/flowbite-angular//commit/3fa31a3808100825c7952b9126190fe487cd71c0))
23+
* **BadgeComponent:** Added customStyle parameter ([89bb9aa](https://github.com/themesberg/flowbite-angular//commit/89bb9aa3189442cd8e826084a35f03069201928c))
24+
* Created Breadcrumb main component ([45bc743](https://github.com/themesberg/flowbite-angular//commit/45bc74324ce8f157df5dc710451502d4875f626b))
25+
* Created BreadcrumbItem Component ([0df0839](https://github.com/themesberg/flowbite-angular//commit/0df083920b320d07cc8da4ee0d89a3e1c0711772))
26+
* **docs:** adding server_side_generation ([#31](https://github.com/themesberg/flowbite-angular//issues/31)) ([c4ebb24](https://github.com/themesberg/flowbite-angular//commit/c4ebb24e18aca55f187c107ea16c165a4924d01f))
27+
* Started creating Button component ([92cf87f](https://github.com/themesberg/flowbite-angular//commit/92cf87f52435cfd69f961eba635ab4c4b982949e))

libs/flowbite-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowbite-angular",
3-
"version": "0.0.3",
3+
"version": "1.0.0-alpha.1",
44
"license": "MIT",
55
"private": false,
66
"homepage": "https://flowbite-angular.com",

0 commit comments

Comments
 (0)