Ghost-Admin/lib/koenig-editor/addon/components
Kevin Ansfield 2e49c9b3f4 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs
refs https://github.com/TryGhost/Ghost/issues/9623
- switch to custom `mobiledoc-kit` build
  - fixes top-level elements not being run through parser plugins (https://github.com/bustle/mobiledoc-kit/pull/627)
  - fixes <kbd>Alt</kbd> getting stuck and causing <kbd>Backspace</kbd> to delete whole words (https://github.com/bustle/mobiledoc-kit/pull/626)
  - fixes error that can occur when a paste results in blank insert (https://github.com/bustle/mobiledoc-kit/pull/620)
- add new `figureToImageCard` parser
  - replaces hacky workaround to detect an image+figcaption inside the `imgToCard` parser plugin
- remove wrapping of html in a `<div>...</div>` when pasting
  - no longer necessary now that top-level elements are parsed
  - fixes rich-text pastes where multiple paragraphs would be collapsed into a single paragraph
2018-06-18 18:48:32 +01:00
..
koenig-caption-input.js Koenig - Extract card caption input into component 2018-06-12 18:10:23 +01:00
koenig-card-code.js Koenig - Fix card tests (missing action placeholders) 2018-05-23 11:59:20 +01:00
koenig-card-embed.js 🐛 Koenig - Fix embedding of multiple FB Videos 2018-06-13 17:13:33 +01:00
koenig-card-hr.js Koenig - Fix card tests (missing action placeholders) 2018-05-23 11:59:20 +01:00
koenig-card-html.js Koenig - Fix card tests (missing action placeholders) 2018-05-23 11:59:20 +01:00
koenig-card-image.js Koenig - Extract card caption input into component 2018-06-12 18:10:23 +01:00
koenig-card-markdown.js Koenig - Fix card tests (missing action placeholders) 2018-05-23 11:59:20 +01:00
koenig-card.js Koenig - Deselect cards when a click happens outside of the editor canvas 2018-06-14 12:21:22 +01:00
koenig-editor.js 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00
koenig-link-input.js Koenig - Switch `this.get` for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-link-toolbar.js Koenig - Switch `this.get` for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-menu-content.js Koenig - Embed card 2018-06-12 14:07:50 +01:00
koenig-plus-menu.js Koenig - Embed card 2018-06-12 14:07:50 +01:00
koenig-slash-menu.js Koenig - Embed card 2018-06-12 14:07:50 +01:00
koenig-toolbar.js Koenig - Fix misaligned toolbar arrow in Night Shift 2018-06-15 10:35:31 +01:00