v17.01.00 with better Intellisense
Major Improvements in HotBuild & IntelliSense
Important
Because we moved a lot of internal APIs to prevent them appearing in IntelliSense, there is a risk that you may have used them, in which case you would run into a problem. Best contact @iJungleboy for this.
Highlight 1: IntelliSense and HotBuild Improvements
- Moved almost all internal APIs in the ToSic.Sxc namespace to hidden locations #3189
- Marked a lot of internal APIs so that they won't appear in IntelliSense
- ♨️ HotBuild: Improved errors in Razor so the user can better find them #3246
- ♨️ HotBuild: Improved errors when compiling ThisApp #3247
- ♨️ HotBuild: Support Editions such as
liveandstagingwith auto-fallback #3248 - ♨️ Roslyn: Improve error if
@inheritsends in semicolon #3245 - ♨️ HotBuild: Show all compiled types in insights
- ♨️ HotBuild: Minimize exact pre-included namespaces
- ♨️ HotBuild: Performance Improvements
- 🟣 Toolbars: Show hover on
layoutbutton after a delay with module-infos #3251
New Features / Important Improvements
Kit.PageParametersnow has new commandsToggle(...),Remove(...)andFilter(...)see docs #3241 #3242 #3243- 🟣 Toolbars: Tweak Notes can now
delayandlinger#3250 docs - Create-New File now shows templates for
RazorTyped,CodeTypedandApiTyped - ✏️ App-Management UI now uses a left-menu (experimental)
- ✏️ Edit-UI: Boolean fields can now be toggled by clicking on the label
- 🖼️ Resizer: Improve handling of images in virtual-application folders
Bugfixes
ITypedItem.Equalsnow works #3213- Old Render APIs were broken, which affected News App 4.1.1 and others #3252
- Fix bug with
UniqueKeywhich affected HotSpots App - Various minor UI bugfixes related to the entity-picker and dropdowns
What's Changed
- Release v17.01 by @iJungleboy in #3253
Full Changelog: v17.00.00...v17.01.00