-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
148cd32
commit e57ddd1
Showing
5 changed files
with
61 additions
and
37 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
28 changes: 28 additions & 0 deletions
28
docs-src/pages/abyss/releases/history/v18/_changes18.02.md
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
### v18.02 (released 2024-10-09) | ||
|
||
[Release notes](https://github.com/2sic/2sxc/releases/tag/v18.02.00) | ||
|
||
1. ✅ Shared Field Configurations / Content-Type Composition | ||
1. ✅ Pickers stable | ||
1. ✅ Picker Source CSV | ||
1. ✅ Picker Source Custom List | ||
1. ✅ Picker Source Entity | ||
1. ✅ Picker Source Query | ||
1. ⌛ Picker Source CSS (BETA) | ||
1. ✅ Picker Data Type: Number now supported as well | ||
1. ✅ Picker Outputs | ||
1. ✅ Radio buttons | ||
1. ✅ Checkboxes | ||
1. ✅ Auto-Inline (which will take radio/checkboxes depending on your settings) | ||
1. ✅ Picker Previews | ||
1. ✅ Font-Icon preview | ||
1. ✅ SVG-Icon preview | ||
1. ⌛ Image preview (BETA) | ||
1. ✅ Finalize Content-Type Composition | ||
1. ✅ Ctrl + S (upper case) now works too | ||
1. ✅ Ctrl + Alt + s now saves and closes | ||
1. ✅ Host user now always sees the developer tool bar, but can unpin it for a while | ||
1. ✅ Edit UI: Update Angular 18, Material 3, and other JS dependencies, refactor to use signals. | ||
1. ✅ Edit UI: Massively improve pickers - ca. 90%, also with Number and CSS / SVG / Image icons | ||
1. ✅ HotBuild: Enhance to use SHA fingerprint for cache-busting |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
### v18.03 (2024-11-05) | ||
|
||
1. ✅ Clean up data model, remove unused table `ToSIC_EAV_AttributeGroups` (may be breaking) | ||
1. ✅ Pickers - Stabilize most features so final | ||
1. ✅ Tweak API for Image Service Settings, Img, Picture | ||
1. ✅ Tweak API for Typed Items `.Img(..., tweak: t => t.Alt(...)...)` and `.Picture(...)` | ||
1. ✅ Ongoing Angular refactoring (switching to signals, deduplicate code, ...) |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
### 18.04 (2024-11-24) | ||
|
||
1. 🐞 Bug with image generator when image was external (http) [#3500](https://github.com/2sic/2sxc/issues/3500) | ||
1. 🐞 Bug with LightSpeed [#3502](https://github.com/2sic/2sxc/issues/3502) | ||
1. ☢️ Search indexing bug [#3498](https://github.com/2sic/2sxc/issues/3489) | ||
1. 🩸 Minor bugfix to ensure it works on Oqtane 6 [#3501](https://github.com/2sic/2sxc/issues/3501) |
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