Skip to content

0.3.0 (2017-05-22)

Compare
Choose a tag to compare
@colintucker colintucker released this 22 May 01:05
· 155 commits to master since this release

Full Changelog

Added

  • MediaComponent for adding rich content via Embed\Embed
  • ImageComponent now supports linking of images and lightbox popups (if available)
  • a Panel can now be added as a child of a regular page in the site tree, allowing the user to add components to an area (e.g. sidebar) for a particular page
  • MediaURLValidator, used with the MediaComponent to validate an entered URL via Embed\Embed

Fixed

  • number badge selector in JS
  • ImageComponent margins
  • permissions for components, which will now be hidden from the site tree if the user does not have component editing permission

Removed

  • component view permissions, too confusing and problematic - use edit permissions instead