Commit History

作者 SHA1 備註 提交日期
  Szymon Cofalik 95d71c441a Sorted methods in classes in document namespace. 10 年之前
  Piotr Jasiun 8077100f1d Renamed getAttrIterator to getAttrs. 10 年之前
  Piotrek Koszuliński b43bfab395 API docs corrections. 10 年之前
  Piotr Jasiun 50ebc2d68c Removed _getAttrCount() and replaced it with getIteratorCount( element.getAttrIterator() ). 10 年之前
  Piotr Jasiun 2b6ad7c87b Introduced split delta. 10 年之前
  Piotrek Koszuliński 5ecd6d8705 Use arrow functions. 10 年之前
  Piotrek Koszuliński b0aca27c96 Replaced var with let or const. 10 年之前
  Piotrek Koszuliński 6e09419b5b API docs... Ekhm. 10 年之前
  Piotr Jasiun 193e4efe83 Improved node-not-found-in-parent error. 10 年之前
  Piotr Jasiun 3de1e0f4c0 Changed Node.positionInParent to Node.getIndex(). 10 年之前
  Piotrek Koszuliński 330b5650ac Changed document.operations namespace to document.operation. 10 年之前
  Piotrek Koszuliński 0a871585c5 Typos, corrections and clarifications in the API docs. 10 年之前
  Szymon Cofalik b2d9c49d5d Corrected typos and documentation for Tree Model classes. 10 年之前
  Piotr Jasiun bcf019c705 Small fixes. 10 年之前
  Piotr Jasiun c2889d81f0 Use iterables instead of arrays. 10 年之前
  Piotr Jasiun 25436bed3d Renamed protected getAttrCount to _getAttrCount. 10 年之前
  Piotr Jasiun 44c73fc817 Use Set for nodes. 10 年之前
  Piotr Jasiun b507784d70 Docs and tests for Node.setAttr and Node.removeAttr. 10 年之前
  Piotr Jasiun 6e8e884b6b Node attributes are private now. 10 年之前
  Piotr Jasiun fcd746d600 element.children is now protected. 10 年之前
  Piotr Jasiun fb16c9c036 Added @constructor. 10 年之前
  Piotr Jasiun cb8faada49 Docs: update docs. 10 年之前
  Piotr Jasiun 6ee121fe42 makePositionFromParentAndOffset, makePositionBefore and makePositionAfter do not need root as a parameter. Added node.root getter property. 10 年之前
  Piotr Jasiun 3e96198449 Removed nodeList.push. Introduced element.insertChildren. Element can be created with children. Parent is added automatically when node is inserted. 10 年之前
  Piotr Jasiun 4a04fe28de Introduced NodeList class. 10 年之前
  Piotr Jasiun ed86d8d9f4 Use CKEditorError. 10 年之前
  Piotr Jasiun fc86063542 Change operation tests and bug fixes. 10 年之前
  Piotr Jasiun 843f29e545 Introduce operations. 10 年之前
  Piotr Jasiun 64139d67fe Use path to describe position instead of node + offset. Minor changes. 10 年之前
  Piotr Jasiun fcb91a5941 nextSibling and previousSibling use positionInParent. 10 年之前