All Versions
109
Latest Version
Avg Release Cycle
74 days
Latest Release
1273 days ago

Changelog History
Page 2

  • v0.12.2 Changes

    January 10, 2020
    • โž• Add Editor#removeAttribute to remove section attributes ๐Ÿ•ฏ (3b4677a)
    • ๐Ÿ›  Fix demo toolbars (56f9929)

    v0.12.1-0...v0.12.2

  • v0.12.1 Changes

    September 20, 2019

    ๐Ÿš€ Note: The previous version was released as v0.12.0-0 (a prerelease version) due to an issue with the CI infrastructure. v0.12.1 supersedes v0.12.0-0 and there is no v0.12.0 release.

    • โž• Add button in demo to toggle blockquote (4005732)
    • โž• Add Editor#activeSectionAttributes to support toolbar state for new section attributes in mobiledoc (0f65798)
    • ๐Ÿ›  Fix #689: Original range should be remembered after toggleSection (95146e0), closes #689
    • ๐Ÿ›  Fix #694: Alignment of a section is removed when pressing "Enter" (4fadc60), closes #694
    • โœ‚ Remove redundant CSS from demo.css (020dee3)
    • ๐Ÿฑ Replace Array.find with detect utility function ๐Ÿฆˆ (ea54c6b)
    • ๐Ÿฑ Replace Array.includes with utility function for IE11 compat ๐Ÿฒ (5535e08)
    • ๐Ÿฑ Replace for..of with forEach ๐Ÿฅ“ (529478f)
    • ๐Ÿฑ Replace Object.entries with utility function ๐Ÿฅด (ebed97a)
    • 0๏ธโƒฃ Set default range for 'setAttribute' in PostEditor (53b36d7)
    • ๐Ÿฑ Specify Sauce Connect version ๐Ÿพ (654943d)
    • โšก๏ธ Update testem/sauce labs dependencies ๐Ÿ„ (105f62b)

    v0.12.0-0...v0.12.1

  • v0.12.0-0 Changes

    July 16, 2019
    • โœ‚ Remove node_modules/ path from scripts in package.json (#687) 00a1c46
    • Implement Mobiledoc 0.3.2 (text alignment attribute) (continued) (#688) 9d842fb
    • โฌ†๏ธ Bump spec to 0.3.2, optional section attributes (#681) 0449e15
    • ๐Ÿ›  Fix sectionParser obliterating plain text content in certain circumstances (#685) e5f877f
    • โšก๏ธ Merge pull request #684 from bustle/dalia/demo-copy-update c73613a
    • โšก๏ธ Copy update in demo 77de471
    • ๐Ÿฑ ๐Ÿ› Fixed range#expandByMarker not expanding to beginning/end of section (#677) 0000d1d
    • ๐Ÿ”€ Merge pull request #679 from kevinansfield/fix-missing-top-level-atoms 9e5f064
    • ๐Ÿฑ ๐Ÿ› Fixed atoms with no text value being removed when parsing top-level markerables 4828dd6
    • โœ… Uncomment "FIXME" Google Docs nested uls test (#678) 358cd9d

    v0.11.2...v0.12.0-0

  • v0.11.2 Changes

    March 31, 2019
    • โž• add failing test for #642 (18d53a1), closes #642
    • โž• add failing test for #648 (29ff9e7), closes #648
    • โž• add failing test for list-items being appended as top-level sections (548fcbf)
    • โž• add failing test for nested lists (40ddff3)
    • โž• add failing test for nested lists of different types (c88d6b8)
    • โž• Add some docs re: the newline in matchers (7e11dfd)
    • โž• add test for paragraph in list item parsing behaviour (be9f27b)
    • โž• add tests for dom and section parser ignoring blank markup sections (100c5fb)
    • โž• Added more failing tests for 648 (2eed96e)
    • โฌ†๏ธ Bump travis to Node 8 (ac8b89f)
    • โฌ†๏ธ Bump yarn deps (f85346a)
    • do not group consecutive list sections of different types (45e4d27)
    • โฌ‡๏ธ Drop Safari from the base testem (f1486a6)
    • Export MOBILEDOC_VERSION & mobiledocRenderers from index (acbb829)
    • โœ… failing test for #656 (4bcbec6), closes #656 #656
    • โœ… failing test for section parser handling consecutive lists of varying types (66d2120)
    • ๐Ÿ›  fix error parsing list sections containing text nodes from indented HTML (002f0d6)
    • ๐Ÿ›  Fix format readme missing word (27b4588)
    • ๐Ÿ›  fix grouping of nested lists into single top-level list (a5353ff)
    • ๐Ÿ›  fix handling of nested list sections of different types (2019c94)
    • ๐Ÿ›  Fix issue #592 (d318a2b), closes #592
    • ๐Ÿ›  Fix json format issue in card description (f095bb6)
    • ๐Ÿ›  fix list-items being added as top-level sections when breaking out of lists (821bf2e)
    • ๐Ÿ›  Fix website typo (#652) (1f115a0), closes #652
    • ๐Ÿ›  Fixed copy/paste of card section following a list section (5a171e1)
    • ๐Ÿ›  Fixed Ctrl+Backspace word delete on Linux (c523c92), closes #634
    • ๐Ÿ›  fixed SectionParser handling of paragraph following a list (892b66a)
    • ๐Ÿ›  fixed SectionParser handling of paragraph following single-marker markup section (c6ad8cd)
    • ๐Ÿ›  Fixed word movements stopping on accented/non-latin chars (a192cdb), closes #628
    • โœ… Further improvements to tests (83356fa)
    • ๐Ÿ“œ handle nested section-creating elements correctly in SectionParser (dfcadc3)
    • ๐Ÿ“œ handle parsing of lists when wrapped with indented html (ca8c6c5)
    • trigger handlers without inserting newline (71c438c)
    • ๐Ÿ“œ trim leading/trailing whitespace from sections that can occur when parsing indented HTML (333c293)
    • v0.11.2 (2104893)
  • v0.11.1 Changes

    June 21, 2018
    • ๐Ÿ”Œ Avoid running top-level text nodes through parserPlugins twice (9de4405)
    • โœ… Failing tests for #494 (be446f6), closes #494
    • ๐Ÿ”Œ Run parser plugins for top-level unknown elements (daf2fe0)
    • v0.11.1 (9cbb2ba)
  • v0.11.0 Changes

    June 21, 2018
    • โž• Add react renderer to readme (04e20ae)
    • Be more patient for Safari getting focus (c82acfe)
    • ๐Ÿ”’ Bump yarn.lock (215e755)
    • ๐Ÿ›  Fix error when pasting HTML that parses to a blank doc (cd7fa1d), closes #619
    • ๐Ÿ›  Fix sticky modifier keys for word deletion (fce2d90)
    • ๐Ÿ›  Fix typo in README.md (1abaf40)
    • ๐Ÿ“ฆ Scope package.json scripts (7111f85)
    • v0.11.0 (79b074d)
    • โช chore(tests): Revert sauce connect addon (#612) (2bcafaf), closes #612
    • โฌ†๏ธ chore(upgrade): yarn upgrade (#614) (e363b9b), closes #614
    • โฌ†๏ธ chore(upgrade): Yoran brondsema yarn upgrade (#613) (2e79133), closes #613
  • v0.10.21 Changes

    March 02, 2018
    • ๐Ÿ›  Fix bug #600 (#601) (f57215f), closes #600 #601
    • v0.10.21 (f12c57c)
    • ๐Ÿ“„ docs(readme): Add travis-ci badge to readme (#607) (9e27e9a), closes #607
    • feat(toolips): Editor link tooltips can be disabled (#602) (7da84f8), closes #602
    • chore(ci): Fix CI: Sauce Connect, ChromeHeadless, and MS Edge (#604) (5cc0112), closes #604 #603 #595
    • ๐Ÿ— chore(ci): Improve CI builds (#605) (ce378e2), closes #605
  • v0.10.20 Changes

    November 10, 2017
    • โž• Add more detail to format documentation (#585) (2d85ea1), closes #585
    • ๐Ÿ›  Fix broken link in README (#586) (1d4796b), closes #586
    • Prefer KeyboardEvent.key over KeyboardEvent.keyCode (#587) (42d8735), closes #587
    • v0.10.20 (8ae4d6b)
    • ๐Ÿ›  fix(docs): incorrect Marker definition signature (#588) (6a6940a), closes #588
    • ๐Ÿ“ฆ chore(scripts): Clean up package.json test:ci script (#580) (00528be), closes #580
  • v0.10.19 Changes

    August 31, 2017
    • v0.10.19 (766fba5)
    • โฌ†๏ธ chore: upgrade deps (#579) (1a379e9), closes #579
    • chore(ci): use chrome at travis (#577) (c33b804), closes #577
    • chore(ci): use travis sauce_connect addon (#578) (2338b25), closes #578
    • ๐Ÿ›  fix: Fix non-printable keys in firefox (#575) (b47f6d9), closes #575
  • v0.10.18 Changes

    August 17, 2017
    • v0.10.18 (4a56c90)
    • ๐Ÿ›  fix(disableEditing): Disable event manager when editing is disabled (#573) (64c7f6c), closes #573 #572