Releases: 2sic/2sxc-content-app
Releases · 2sic/2sxc-content-app
12.04 Content Templates - Massive Enhancements
v12.04 with HUGE improvements - for Dnn and Oqtane
Version 12.04 is a big leap from previous versions, and now the official new version for Dnn and Oqtane. Here are some of the improvements we did:
- Reduced the amount of Razor files by 70% thanks to new features in 2sxc 12.04
- Also made the Razor files much simpler - most of them are now ca. 1/2 as long as before and much easier to read
- Added lots of comments to all files, so it's easier to make changes
- Completely dropped jQuery - yes, the content-templates don't need jQuery any more!
- All images are now resized using centralized settings which apply to all apps on the site
- All JS resources are now activated using the IPageService to ensure it's only ever loaded once and works on Oqtane as well
- Reorganized the file structure to prepare for Bootstrap5
- Massively improved GoogleMaps integration
- Massively improved the build process for CSS
- All js now uses turnOn to ensure it works perfectly
- 100% Hybrid - so it works on Dnn and Oqtane
- It's really best-practices for using and learning
Hybrid Content-Templates for Dnn and Oqtane
Merge pull request #25 from 2sic/v12 V12 Hybrid Content-Apps
Bugfix Localized Lat Lng, added Tristate Infos
- Fixed Bug with Lat Lng in Maps
- Added better descriptions for tristates
Bugfixes, Refactoring Video Template
- Bugfix missing bs3 templates
- Refactoring Video Template for better page speed
Fix critical Typo
Fixed a critical typo
Critical bugfix and build enhancment
- Fix critical bug
- Adjust webpack.config to only generate js files for the scripts.ts
Minor update using new tri-state feature
Using tristate boolean fields for default presentation settings
For 2sxc v11 - Reduce and simplify code in templates
- Delete Koi framework detection in template code - this is now handled with 2sxc Polymorphism Configuration
- Use Tags.SafeUrl(), so the templates consist of more HTML again
Updated to match requirements of 2sxc 10.25
- More video templates
- Assets now correctly say when they need jQuery
New refactored content package for 2sxc 10.24+
We refactored everything! Details in the upcoming blog.
Note that it requires 2sxc 10.24+ to use, since it uses all the latest best-practices.