-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into cb/issue-193-delete-icon-on-element
* main: Update DragMenuOption.svelte (#214) Update changelog v0.1.0-rc.1 Update changelog Shared event handlers (#195) v0.1.0-rc.1 changelog Issue 203: Disable dragLeave trigger on drag placeholder (#208)
- Loading branch information
Showing
15 changed files
with
453 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,3 +56,6 @@ npm-debug.log | |
|
||
# Ignore ssr build for svelte. | ||
/priv/svelte/ | ||
|
||
# `direnv` local environment config | ||
.envrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,37 @@ | ||
# Changelog | ||
|
||
## 0.1.0-rc.1 (2024-08-27) | ||
|
||
### Enhancements | ||
|
||
- [Event Handler] Added Event Handlers ([#195](https://github.com/BeaconCMS/beacon_live_admin/pull/195)) | ||
- [Visual Editor] Allow to reorder an element among its siblings with drag and drop ([#174](https://github.com/BeaconCMS/beacon_live_admin/pull/174)) | ||
|
||
### Fixes | ||
|
||
- [Visual Editor] Disable dragLeave trigger on drag placeholder ([#208](https://github.com/BeaconCMS/beacon_live_admin/pull/208)) | ||
- [Visual Editor] Reset drag states when dropping, even on invalid targets ([#206](https://github.com/BeaconCMS/beacon_live_admin/pull/206)) | ||
- [Visual Editor] Disable interacting with iframes ([#198](https://github.com/BeaconCMS/beacon_live_admin/pull/198)) | ||
- Remove defunct reference to agent assigns ([#200](https://github.com/BeaconCMS/beacon_live_admin/pull/200)) | ||
|
||
## 0.1.0-rc.0 (2024-08-02) | ||
|
||
### Enhancements | ||
* Media Library | ||
* Upload, preview, and display image location | ||
* Sorting and pagination | ||
* Error Page | ||
* Components | ||
* Sorting and pagination | ||
* Layouts | ||
* Sorting and pagination | ||
* Pages | ||
* Visual Editor with HEEx and 2-way sync support | ||
* Sorting and pagination | ||
* Live Data | ||
* Custom Pages | ||
* Router helper `~p` to generate paths with site prefixes | ||
* Content management through the `Beacon.Content` API | ||
* A/B Variants | ||
* TailwindCSS compiler | ||
|
||
- Media Library | ||
- Upload, preview, and display image location | ||
- Sorting and pagination | ||
- Error Page | ||
- Components | ||
- Sorting and pagination | ||
- Layouts | ||
- Sorting and pagination | ||
- Pages | ||
- Visual Editor with HEEx and 2-way sync support | ||
- Sorting and pagination | ||
- Live Data | ||
- Custom Pages | ||
- Router helper `~p` to generate paths with site prefixes | ||
- Content management through the `Beacon.Content` API | ||
- A/B Variants | ||
- TailwindCSS compiler |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.