-
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
8cf0aec
commit 167650e
Showing
42 changed files
with
710 additions
and
276 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
## Version 17 | ||
|
||
<!-- [!include["Changes"](./_changes16.00.md)] --> | ||
[!include["Changes"](./_changes17.00.md)] | ||
|
||
<!-- [!include["Changes"](./_changes16.01.md)] --> |
24 changes: 24 additions & 0 deletions
24
2sxc Docs Generator/pages/abyss/releases/history/v17/_brc.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,24 @@ | ||
|
||
|
||
## Breaking Changes in EAV and 2sxc v17 | ||
|
||
We try to minimize breaking changes, and most breaking changes won't affect your work, because it's internal API. | ||
We're documenting it here to ensure you know what happened, in case you still run into this. | ||
|
||
### Summary | ||
|
||
TODO: | ||
|
||
#### v17.00 | ||
|
||
TODO: | ||
|
||
1. `ToSic.Eav.App.AppData` is renamed to `ToSic.Eav.Apps.DataSources.AppDataWithCrud` | ||
1. In Typed mode, the `App.Data` now has a different interface `ToSic.Sxc.Apps.IAppDataTyped` | ||
1. `AppState` changes... | ||
1. `App` object had a hidden `AppState` property which was never documented and is now removed. | ||
If you were using it, then probably to access `GetContentType(string)`. You can find a replacement on `App.Data.GetContentType(...)`. | ||
|
||
--- | ||
|
||
Shortlink: <https://go.2sxc.org/brc-17> |
2 changes: 1 addition & 1 deletion
2
2sxc Docs Generator/pages/abyss/releases/history/v17/_brc17-planned.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
22 changes: 22 additions & 0 deletions
22
2sxc Docs Generator/pages/abyss/releases/history/v17/_changes17.00.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,22 @@ | ||
|
||
### Changes in 2sxc 17.00 LTS (2023-12-23) | ||
|
||
|
||
1. ✅ DNN: Require CodeDome C# 7.3 to be installed | ||
1. ✅ Docs infrastructure can now be multi-versioned | ||
1. ✅ Show app icon in admin UI | ||
1. ✅ Ctrl+Click on toolbar buttons to open in new tab | ||
1. ✅ Completely refactor internal APIs to do advanced work and save data | ||
1. ✅ Change UI to use Angular 17 (from Angular 14) | ||
1. ✅ Get intellisense to work in VS Code | ||
1. ✅ Work out best way to do this in VS Code | ||
1. ✅ Work out best way to hide non-public APIs | ||
1. ✅ Work out best way to include docs (xml files, nuget, etc.) | ||
1. ✅ Support C# 7.3 in DNN with warning if not installed | ||
1. ✅ System Capabilities Framework for tagging apps which need certain technologies/features | ||
1. ✅ Crazy new compiled typed _shared_ code `/ThisApp/Code` - see [Hot App Code](xref:Guides.HotBuild.Index) | ||
1. ✅ New APIs on Typed Code | ||
1. `IsPublished` | ||
1. `Publishing` | ||
- `Publishing.HasPublished`, `Publishing.HasUnpublished`, `Publishing.HasBoth` | ||
- `Publishing.GetPublished()`, `Publishing.GetUnpublished()`, `Publishing.GetOpposite()` |
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
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.