Commit History

Author SHA1 Message Date
  Szymon Cofalik 61c970408b Feature: Introduced `conversion.Mapper#flushUnboundMarkers`. 6 years ago
  Szymon Cofalik 58b2d91d0c Internal: Introduced `Mapper#_unboundMarkers`. 6 years ago
  Szymon Cofalik 3f9a267658 Other: Replace `Mapper#unbindElementsFromMarkerName( markerName )` with `Mapper#unbindElementFromMarkerName( element, markerName )`. 6 years ago
  Kamil Piechaczek 35aba7b0d6 Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] 6 years ago
  Piotrek Koszuliński 21dd8bfdd9 Minor corrections. 6 years ago
  Szymon Cofalik 60aa13544f Added: `conversion.Mapper#findMappedViewAncestor`. 6 years ago
  Kamil Piechaczek c7953fd655 Internal: Bumped the year. [skip ci] 6 years ago
  Maciej Gołaszewski 29c5ce6be4 Docs: Update protected model factory methods in Position & Range. 7 years ago
  Maciej Gołaszewski 5f2f65a519 Changed: Make Range factory methods protected. Remove Range.createFromParentsAndOffsets(). 7 years ago
  Maciej Gołaszewski 4d500ac4d4 Changed: Make factory methods of model Position protected. 7 years ago
  Kamil Piechaczek c63c55c6e9 Renamed "_*Children()" name of functions to "_*Child()". 7 years ago
  Szymon Cofalik 0d50c718b5 Changed: Refactored how `view.Writer` stores cloned attribute elements groups and how `conversion.Mapper` uses this information. 7 years ago
  Szymon Cofalik abc0496315 Added: Introduced marker-name-to-elements mapping in `conversion.Mapper`. 7 years ago
  Kamil Piechaczek bfd5f00dc2 Changed public API to protected. 7 years ago
  Piotrek Koszuliński de22c255fc Internal: Bumped the year. [skip ci] 8 years ago
  Szymon Cofalik a8bc23ab58 Changed: Minor changes in code and many clarification comments. 8 years ago
  Szymon Cofalik a6ebe6a855 Added: Added `isPhantom` parameter to `conversion.Mapper#toViewPosition()`. 8 years ago
  Kamil Piechaczek 8e68177ec1 Fixed issues reported by ESLint in "tests/" directory. "no-confusing-arrow" is also fixed in "src/" directory. 8 years ago
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 years ago
  Szymon Cofalik 40d77687a0 Tests: fixed comment in tests. 8 years ago
  Szymon Cofalik bd8ea1acc6 Changed: make Mapper default position mapping functions callbacks attached with `low` priority. 8 years ago
  Szymon Cofalik ab4e688a59 Changed: conversion.Mapper recognizes view.UIElement and returns 0 as its model length. 8 years ago
  Piotrek Koszuliński d893eb58d9 Updated imports to use scoped packages. 9 years ago
  Piotrek Koszuliński c904325be6 Bump up the year. 9 years ago
  Piotrek Koszuliński 1e6d9a8380 Updated tests – removed bender tags and CSS links. 9 years ago
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 years ago
  Piotrek Koszuliński c7aa0d31cc Changed imports in automated tests to be compatible with Webpack. 9 years ago
  Szymon Cofalik 03c9b666c4 Added: Introduced Mapper#registerViewToModelLength. 9 years ago
  Szymon Cofalik f9d85fe799 Changed: Mapper position mapping callbacks parameter moved to data object. 9 years ago
  Szymon Cofalik 4050cb6d2a Tests: missing tests for Mapper + moved initialization from before() to beforeEach(). 9 years ago