Skip to content

Commit 2bae1f1

Browse files
authored
Merge pull request #29 from olliethedev/docs/readme-1
docs: readme update
2 parents 6286845 + 1c8457b commit 2bae1f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ How it unlocks novel product features:
2121

2222
See the [docs site](https://uibuilder.app/) for more information.
2323

24-
![UI Builder Demo](./public/demo.png)
24+
![UI Builder Demo](./public/demo.gif)
2525

2626
---
2727

@@ -589,6 +589,10 @@ Separate content from structure, allowing non-technical users to update dynamic
589589

590590
## Breaking Changes
591591

592+
### v2.0.0
593+
- Internal structure of the editor directory has changed. When calling shadcn add, you will need to manually delete old files in /ui-builder and /lib/ui-builder directories.
594+
- Many components have been refactored to support drag and drop functionality and the new canvas.
595+
592596
### v1.0.0
593597
- Removed _page_ layer type in favor of using any component type (like `div`, `main`, or custom containers) as the root page layer. This enhances flexibility, enabling use cases like building react-email templates directly. You should migrate any layers stored in the database to use a standard component type as the root. The [migrateV2ToV3](lib/ui-builder/store/layer-utils.ts) function in `layer-utils.ts` can assist with this migration.
594598
- The `componentRegistry` is now passed as a prop to the `UIBuilder` component instead of being defined in a standalone file.

public/demo.gif

13.9 MB
Loading

0 commit comments

Comments
 (0)