-
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
441fe0a
commit f74917a
Showing
18 changed files
with
946 additions
and
70 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
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
31 changes: 31 additions & 0 deletions
31
2sxc Docs Generator/pages/abyss/releases/history/v17/_changes17.04.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,31 @@ | ||
|
||
### Changes in 2sxc 17.04 (2024-03-11) | ||
|
||
## Improvements | ||
|
||
1. `MyView.Resources` added to complement existing `MyView.Settings` #3315 | ||
2. `ITypedItem.Img(...)` added to complement exitsing `ITypedItem.Picture(...)` #3324 | ||
3. Dnn improve Roslyn build performance in many cases from ca. 2.5 seconds to 0.5 seconds #3322 | ||
4. Query: Improve `$select` OData parameter | ||
5. REST API - add `$select` OData Parameter #3319 | ||
6. Razor / Typed Code: add a `Customize` helper ojbect #3316 | ||
7. Admin UI - Data Scopes now show count | ||
8. Add Razor compile code help for more common problem such as accessing typed-items dynamically | ||
9. Improve razor compile help - show errors before warnings | ||
10. **Picker** - auto extract additional fields to retrieve based on placeholders in Label / Help texts etc. | ||
|
||
## Generate Data Models Improvements | ||
|
||
1. Include Scope name | ||
2. Include content-types in `Configuration` scope | ||
3. `CustomItem` - implement `==` and `!=` operators to use wrapper equality | ||
4. Lots of docs for [custom data](https://docs.2sxc.org/net-code/strongly-typed-code/index.html) | ||
5. `app.json` editions configuration, add `isDefault` | ||
|
||
|
||
## Bugfixes | ||
|
||
1. UI Date Picker - fix but with UTC offset #3321 | ||
2. UI Page Picker - fix, was broken in 17.03.00 #3320 | ||
3. Calling Query using JS missed the `Id` property #3325 | ||
4. Admin: state of the DateTime Show-Time toggle didn't properly get persisted #3318 |
25 changes: 25 additions & 0 deletions
25
2sxc Docs Generator/pages/abyss/releases/history/v17/_changes17.05.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,25 @@ | ||
|
||
### Changes in 2sxc 17.05 (2024-03-25) | ||
|
||
> We believe this is stable, but ask the community to do in-depth testing so we can release an LTS | ||
## Highlights | ||
|
||
1. Improved Code-Generator to be in a standalone DLL `ToSic.Sxc.Code.Generate` | ||
2. Improved Code-Generator to generate Razor, Code and WebApi base classes | ||
|
||
## Enhancements | ||
|
||
1. Impove image-resize tooltip #3329 | ||
2. $2sxc JS used in modules which are rendered into Dnn themes #3333 | ||
3. Improve logging of parameters of DataSources (eg. Value-Filter DS) | ||
4. Prepare for Oqtane 5 SSR | ||
5. Improve architecture for generating App-objects in the background | ||
|
||
## Bugs fixed | ||
|
||
1. various admin and replace-operations on inner-content #3299 | ||
2. fix quickE when selecting content-blocks #3317 | ||
3. Token templates - fix some toolbars #3328 | ||
6. Fix issue with Oqtane urls | ||
7. Fix issue with Oqtane WebApis which affected Blog RSS feed |
27 changes: 27 additions & 0 deletions
27
2sxc Docs Generator/pages/abyss/releases/history/v17/_changes17.06.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,27 @@ | ||
|
||
### Changes in 2sxc 17.06 LTS (2024-03-28) | ||
|
||
The first LTS (Long-Term-Stable) Release of 2sxc 17. | ||
|
||
## Easter LTS Release | ||
|
||
1. ✅ Prepare for Oqtane SSR (Server-Side Rendering) | ||
1. ✅ Provide Code Generator for Content Types, Razor and Services | ||
1. ✅ Improve discoverability of REST APIs | ||
1. ✅ Document new ~~Pro~~ Typed mode | ||
1. ✅ Document new strong-typed mode | ||
1. ✅ Auto-Install more apps from catalog - even after some have already been installed - ca. 1d | ||
1. ✅ Feature to tell new auto-installer what apps are already installed | ||
1. ✅ App-Auto-Installer UI to add-install apps later on | ||
1. ✅ LTS | ||
|
||
## Bugfixes | ||
|
||
* When accessing an App through another app (eg first going to Apps-Management) it show the data of the original app | ||
* Opening features in Apps-Management didn't work reliably | ||
* Edit-UI Picker / Dropdown code was cleaned up | ||
* Copilot Razor Generator ready to use | ||
* Copilot Service generator ready to use | ||
* Copilot WebApi generator ready to use | ||
* Copilot previously failed if the `AppCode` folder was missing | ||
* Fix to a data-caching issue in 17.05 (this was important) |
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.