Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mobiledoc-kit

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobiledoc-kit - npm Package Versions

13
9

0.13.1-pre.0

Diff

Changelog

Source

<small>0.13.1-pre.0 (2020-05-18)</small>

  • Add del tag as valid markup (610eb75)
  • Add compiled website assets to gitignore 🎅 (19181ad)
  • Adds link editing 🦜 (093305a)
  • built website from 0b4496ba250f0e3d169ab76ff6b5c61ae5fa72d2 (43a2f34)
  • built website from e91884741ed5f63b372485546d5dae3ffd5b5bf9 (0b4496b)
  • Cleanup + test + documentation 👣👣 (e918847)
  • Fix positionElementCenteredBelow to center tooltip correctly 🧛‍♂️ (8c914a5)
  • Fix/build docs 🍔 (41a7f92)
  • Remove extra styles 🧊 (2ab79f3)
  • v0.13.1-pre.0 (e1d066c)
zeejab
published 0.13.0 •

Changelog

Source

0.13.0 (2020-03-27)

  • Correct CHANGELOG for 0.13.0-pre.1 🩸 (2adc9be)
  • Update README w/ correct path 🚣‍♀️ (1425b87)
  • Update to latest conventional-changelog-cli 👺 (2ee356b)
  • Update website assets 🤸‍♀️ (67e7bc4)
  • v0.13.0 (529e66d)
zeejab
published 0.13.0-pre.1 •

Changelog

Source

0.13.0-pre.1 (2020-03-22)

  • [WIP] Use Rollup 🍣 for build (48f5689)
  • Add debug page to README (33d5033)
  • Build + Server website 🦊 (6c8462b)
  • built website from 8cbf2aac75e12ea7f24332dfc1542eb0b132946d (f68c315)
  • built website from b9a86afaf1a268957ca7ff2e517c6a09aee0aba8 (c5288be)
  • built website from f68c3152be5f44ad87c3c17ca2f300d627e70d6c (6910fbd)
  • Cleanup 🚴‍♀️ (43ab0f1)
  • Okay add back connectVersion but newer (a344910)
  • Refactor debug.js to remove jQuery 🦺 (b9a86af)
  • Remove bower.json (2e940a4)
  • Remove global 🦺 (451bd47)
  • Remove IE11 from tested browsers (57dd1d1)
  • Remove jquery from website 🍪 (8cbf2aa)
  • Remove Saucie connectVersion (49c5a7c)
  • Upgrade to rollup v2 (5bd0c4c)
  • Use Node 12 on Travis (f1c3829)
  • Use Safari latest (1ff9ea4)
  • v0.13.0-pre.1 (9994a56)
  • WIP cleanup ⛑ (f7a1042)
zeejab
published 0.12.4 •

Changelog

Source

<small>0.12.4 (2020-03-13)</small>

  • 🐛 Fixed parser plugin handling of top-level comment nodes (96710ce)
  • code style (11d3c5e)
  • code style (a2cbc85)
  • Ensure empty (clickable) section when no mobiledoc is given to Editor (bcf4639)
  • Fix link tooltips for any font (c4a0b63)
  • Fixed section parser handling of markup sections inside lists (b13bebb)
  • Fixed spaces added by section parser from newlines in html (ac5f673)
  • Improved section parser handling of blockquote>p (6229b88)
  • lint (e18703b)
  • Make text selection test asynchronous 🔥 (192dcb6)
  • Restrict dom selector assertion to the qunit fixture element 🦨 (2e2d60a)
  • Shrink range to only include sections with non-zero selection when toggling sections 🐔 (071a555)
  • updating model.post.trimTo && editor.post.toggleSection to ignor tail if not selected. Adding tests (17433a0)
  • Use wait helper instead of setTimeout in async tests (b547d4d)
  • v0.12.4 (da89e08)
zeejab
published 0.12.3 •

Changelog

Source

<small>0.12.3 (2020-01-28)</small>

  • built website from 5fe628e863773b7681954646309d7a6edc5e0523 (7b87e74)
  • In the 0.3.2 renderer, omit empty section attribute arrays 🍭 (c115337)
  • v0.12.3 (2cad059)
zeejab
published 0.12.2 •

Changelog

Source

<small>0.12.2 (2020-01-10)</small>

  • Add Editor#removeAttribute to remove section attributes 🕯 (3b4677a)
  • Fix demo toolbars (56f9929)
  • v0.12.2 (5fe628e)
zeejab
published 0.12.1 •

Changelog

Source

<small>0.12.1 (2019-09-20)</small>

  • Add button in demo to toggle blockquote (4005732)
  • Add Editor#activeSectionAttributes to support toolbar state for new section attributes in mobiledoc (0f65798)
  • Fix #689 (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)
  • Set default range for 'setAttribute' in PostEditor (53b36d7)
  • Specify Sauce Connect version 🐾 (654943d)
  • Update testem/sauce labs dependencies 🐄 (105f62b)
  • v0.12.1 (d112ec3)
mixonic
published 0.12.0-0 •

Changelog

Source

0.12.0-0 (2019-07-16)

  • 🐛 Fixed atoms with no text value being removed when parsing top-level markerables (4828dd6)
  • 🐛 Fixed range#expandByMarker not expanding to beginning/end of section (#677) (0000d1d), closes #677
  • Bump spec to 0.3.2, optional section attributes (#681) (0449e15), closes #681
  • Copy update in demo (77de471)
  • Fix sectionParser obliterating plain text content in certain circumstances (#685) (e5f877f), closes #685
  • Implement Mobiledoc 0.3.2 (text alignment attribute) (continued) (#688) (9d842fb), closes #688
  • Remove node_modules/ path from scripts in package.json (#687) (00a1c46), closes #687
  • Uncomment "FIXME" Google Docs nested uls test (#678) (358cd9d), closes #678
  • v0.12.0-0 (35ef6de)
mixonic
published 0.11.2 •

Changelog

Source

<small>0.11.2 (2019-03-31)</small>

  • 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)
mixonic
published 0.11.1 •

Changelog

Source

<small>0.11.1 (2018-06-21)</small>

  • 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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc