Skip to content

Releases: 2sic/2sxc-content-app

12.04 Content Templates - Massive Enhancements

02 Sep 20:59
Compare
Choose a tag to compare

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:

  1. Reduced the amount of Razor files by 70% thanks to new features in 2sxc 12.04
  2. Also made the Razor files much simpler - most of them are now ca. 1/2 as long as before and much easier to read
  3. Added lots of comments to all files, so it's easier to make changes
  4. Completely dropped jQuery - yes, the content-templates don't need jQuery any more!
  5. All images are now resized using centralized settings which apply to all apps on the site
  6. All JS resources are now activated using the IPageService to ensure it's only ever loaded once and works on Oqtane as well
  7. Reorganized the file structure to prepare for Bootstrap5
  8. Massively improved GoogleMaps integration
  9. Massively improved the build process for CSS
  10. All js now uses turnOn to ensure it works perfectly
  11. 100% Hybrid - so it works on Dnn and Oqtane
  12. It's really best-practices for using and learning

Hybrid Content-Templates for Dnn and Oqtane

04 May 17:06
43efec0
Compare
Choose a tag to compare
Merge pull request #25 from 2sic/v12

V12 Hybrid Content-Apps

Bugfix Localized Lat Lng, added Tristate Infos

18 Feb 14:38
Compare
Choose a tag to compare
  • Fixed Bug with Lat Lng in Maps
  • Added better descriptions for tristates

Bugfixes, Refactoring Video Template

04 Nov 13:28
Compare
Choose a tag to compare
  • Bugfix missing bs3 templates
  • Refactoring Video Template for better page speed

Fix critical Typo

15 May 07:38
Compare
Choose a tag to compare

Fixed a critical typo

Critical bugfix and build enhancment

15 May 07:22
Compare
Choose a tag to compare
  1. Fix critical bug
  2. Adjust webpack.config to only generate js files for the scripts.ts

Minor update using new tri-state feature

04 May 17:14
Compare
Choose a tag to compare

Using tristate boolean fields for default presentation settings

For 2sxc v11 - Reduce and simplify code in templates

04 May 12:23
Compare
Choose a tag to compare
  1. Delete Koi framework detection in template code - this is now handled with 2sxc Polymorphism Configuration
  2. Use Tags.SafeUrl(), so the templates consist of more HTML again

Updated to match requirements of 2sxc 10.25

08 Jan 12:00
Compare
Choose a tag to compare
  1. More video templates
  2. Assets now correctly say when they need jQuery

New refactored content package for 2sxc 10.24+

17 Dec 22:52
Compare
Choose a tag to compare

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.