Skip to content

13.03 Major Release and Feature Notes

Choose a tag to compare

@iJungleboy iJungleboy released this 11 Mar 16:18
· 4737 commits to master since this release
b65789a

Highlights

  1. Ability to add notes and warnings to UI #2671
  2. Improve features management UI #2666
  3. Script-Extractor now also handles defer async and other custom attributes for both Dnn and Oqtane #2669
  4. Amazing new ImageService (docs will follow)
  5. Improve DI integration with the enhanced IRenderService and the new IDynamicCodeService
  6. New Abyss Docs
  7. New code samples and guide to integrate 2sxc/EAV into your own solutions
  8. JS API Improvements
  9. New IFeaturesService
  10. New IToolbarService (still WIP)

Minor

  1. Image resize can now also support quality of 0.75 or 75
  2. REST API for creating / updating data can now set PublishedState
  3. Link.To(...) has a new language parameter to link to a page in another language

Bugfixes

  1. Dnn Actions Menu was missing in v13.02 #2667
  2. Details-Page refresh didn't work properly in 13.02 #2670
  3. Editor users saw admin-menus #2672
  4. ValueFilter DataSource had issues with null-dates in edge cases #2673
  5. Settings Stack didn't properly use the custom settings from the Primary App #2677

Internal Improvements

  1. All system WebApi Controllers now use the Proxy/Real concept see list
  2. Consolidated more code
  3. More DI clean-up for data-building
  4. Many new unit tests