Commit History

Author SHA1 Message Date
  Aleksander Nowodzinski 504cf0f0e6 Code refactoring: Cleared up how template bindings are created and discovered. 9 years ago
  Aleksander Nowodzinski b37c35144b Allowed ui.View instances among ui.TemplateDefinition#children. 9 years ago
  Szymon Cofalik 5caf799e71 Tests: changed problematic test (see #85). 9 years ago
  Aleksander Nowodzinski f7e71e64f0 Merge branch 'master' into t/70 9 years ago
  Aleksander Nowodzinski dcdea1d8dc Code refactoring in Template class. Switched to property–oriented templates (previously definition–based) and allowed easier extension of the children through a collection. 9 years ago
  Maksymilian Barnaś 247f9d700a Updated path to normalizeHtml util. 9 years ago
  Maksymilian Barnaś 780785c351 Updated tests to use `normalizeHtml`. 9 years ago
  Maksymilian Barnaś 871330f99a Highlighted problematic places. 9 years ago
  Maksymilian Barnaś d29eed00ee Revert "Merge pull request #65 from ckeditor/t/64" 9 years ago
  Maksymilian Barnaś 8da3cd98bc Update tests with `throwCKEditorError` check. 9 years ago
  Szymon Cofalik 19a7844027 Turn JSHint browser setting to false. 9 years ago
  Szymon Kupś 8ff14a7eac Changed paths and docs to use ckeditor5-core package. 9 years ago
  Aleksander Nowodzinski 658e6d3d0f Tests: Updated Template test with new approach to falsy values. 9 years ago
  Piotrek Koszuliński 97aabe3b73 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 years ago
  Aleksander Nowodzinski ba5cd9fa28 Tests: Added more tests for Template style attribute rendering. 9 years ago
  Aleksander Nowodzinski cf66951200 Tests: Refactoring in Template tests. Added new style attribute rendering tests. 9 years ago
  Oskar Wrobel e413bb2143 Fixed failing test. 9 years ago
  Oskar Wrobel 3c3cf802b2 Refactored renderign of style attribute. 9 years ago
  Oskar Wrobel d898bf66d6 Added validation for style attribute value. 9 years ago
  Oskar Wrobel 0c259003a9 Added possibility to bing whole style attribute. 9 years ago
  Oskar Wrobel 9299a3cd76 Improved binding styles to view model properties. 9 years ago
  Aleksander Nowodzinski 62cfc903aa Code refactoring in Template class. 9 years ago
  Aleksander Nowodzinski e890a6bf71 Fixed: Template normalization modifies original definition. 9 years ago
  Aleksander Nowodzinski d6ed73af4f Template#apply() takes over View#applyTemplateToElement(). 9 years ago
  Aleksander Nowodzinski 7a4cc51359 Used Object.create instead of lodash extend when possible. 9 years ago
  Aleksander Nowodzinski 8e074d4617 Code refactroing, removed dead code branches. 9 years ago
  Aleksander Nowodzinski 3923e847ab Throw when extending a template but the number of children does not match. 9 years ago
  Aleksander Nowodzinski e81bf46b97 Made Template#extend() a static method. 9 years ago
  Piotrek Koszuliński d10070545a Minor comments and API docs changes. 9 years ago
  Aleksander Nowodzinski 7fa2f5941a Tests: Additional test to increase code coverage. 9 years ago