Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .changeset/khaki-rooms-film.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/social-papayas-ring.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-flowbite-react

## 1.1.2

### Patch Changes

- [#1654](https://github.com/themesberg/flowbite-react/pull/1654) [`98852dc`](https://github.com/themesberg/flowbite-react/commit/98852dc661a6065d3666ed2d2bd40be9566c7b6c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Change bundler to `tsdown`

### Changes
- [x] migrate `tsup` to `tsdown`

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-flowbite-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "Quickly scaffold Flowbite React application",
"keywords": [
"create-flowbite-react",
Expand Down
19 changes: 19 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.12.17

### Patch Changes

- [#1654](https://github.com/themesberg/flowbite-react/pull/1654) [`98852dc`](https://github.com/themesberg/flowbite-react/commit/98852dc661a6065d3666ed2d2bd40be9566c7b6c) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Shrink final bundle size from `42 MB` to `8.38 MB`

### Changes
- [x] drop AST parsers in favor of `oxc-parser`
- [x] update packages
- [x] update `plugin/modernjs` to the new API

### before

<img width="310" height="186" alt="Screenshot 2026-02-05 at 12 02 11" src="https://github.com/user-attachments/assets/8990817f-3f71-45c4-9c0d-fdd8258c74dc" />

### after

<img width="316" height="188" alt="Screenshot 2026-02-05 at 12 02 03" src="https://github.com/user-attachments/assets/5bf94a07-d73f-43b7-8460-114505a3bbb5" />

## 0.12.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-react",
"version": "0.12.16",
"version": "0.12.17",
"description": "Official React components built for Flowbite and Tailwind CSS",
"keywords": [
"design-system",
Expand Down