Skip to content

2sxc 08.08 With AngularJS, Publishing and Edit improvements

Choose a tag to compare

@iJungleboy iJungleboy released this 08 Dec 10:32
· 8785 commits to master since this release

AngularJS Improvements

2sxc already has strong features to run AngularJS apps. Here are the improvements:

  1. new directive called sxcToolbar allows you to easily create edit-toolbars in your angularJS apps
  2. enhancement to the query service which also allows you to query the current template in addition to querying named queries (from the visual designer)

Publication Improvements

2sxc is very good at handling data in published/unpublished. This was improved in v8.8:

  1. you can now publish items directly from the toolbar, which come from a data-context (instead of from the current module-list) - read more about data vs. content.
  2. fixed various smal bugs related to published / unpublished and demo-data

Item-Table Improvements

  1. The admin list showing all items of a type (like "All Registrations") can now receive filter parameters when opening. This allows you to open the list showing only "Registrations for Course #7503" and similar things, improving the edit experience.
  2. The toolbar-command contentitems now supports passing these parameters to the item-table - allowing you to create buttons all over your UI for the editor to view only data with this filter, making it easier to create lean admin-UIs
  3. The content-item list now also offers an export button, which passes the IDs of currently filtered items to the export - allowing the admin to export only these items

Edit Customization Improvements

  1. Added Razor commands @Edit.Attribute(name, value) to more easily add edit-only html-attributes, which are needed to provide the edit-ui with context-data

Better Debug-Support

To improve the debug-experience it's often important to know the 2sxc-version. This is now shown when mousing over the pi-symbol which shows the debug-state.

Various Improvements and Bug Fixes

Many other improvements and bug fixes were applied, see the full list.