Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

72 lines (50 loc) · 1.53 KB

CHANGELOGS:

Dev-develop

  • toolbar
    • new blueish style
    • options changes
  • services
    • New util and mediator service

2015/04/20 v0.11.0

  • update ckeditor:
    • version 4.4.7 update
    • add subscript and numbered list to ckeditor toolbar
    • add allow iframe and script tag option

2015/02/24 v0.10.0

This is not a complete feature list!

  • added start and destroy interface for ckeditor component
  • updated text block design in content-types
  • updated datagrid api: 'children' property is now 'hasChildren'
  • fixed indentation for datagrid code
  • fixed overlay cleanup method
  • updated aura version
  • added default icon for auto-complete list
  • fixed url-validation in husky-input
  • updated ckeditor link-dialog in extension

2014/10/08 v0.8.3

  • added default icon for autocomplete

  • fixed autocomplete margin in horizontal form

2014/10/06 v0.8.2

  • removed jekyll files

  • removed compass scss dependency

  • removed old unused images

2014/10/06 v0.8.1

  • autocomplete-list api change: 'autoCompleteIcon' is the input icon 'suggestionIcon' is the icon inside the typeahead suggestion dropdown

  • using template method through sandbox

  • fixed autocomplete rendering on multiline text (show ellipsis)

  • fixed autocomplete and autocomplete-list code indentation

  • added icon for auto complete input field

  • refactored autocomplete scss code

Version 0.1.0

  • Initial setup