|
| 1 | +<a name="0.12.4"></a> |
| 2 | +## <small>0.12.4 (2020-03-13)</small> |
| 3 | + |
| 4 | +* 🐛 Fixed parser plugin handling of top-level comment nodes ([96710ce](https://github.com/bustle/mobiledoc-kit/commit/96710ce)) |
| 5 | +* code style ([11d3c5e](https://github.com/bustle/mobiledoc-kit/commit/11d3c5e)) |
| 6 | +* code style ([a2cbc85](https://github.com/bustle/mobiledoc-kit/commit/a2cbc85)) |
| 7 | +* Fix link tooltips for any font ([c4a0b63](https://github.com/bustle/mobiledoc-kit/commit/c4a0b63)) |
| 8 | +* Fixed section parser handling of markup sections inside lists ([b13bebb](https://github.com/bustle/mobiledoc-kit/commit/b13bebb)) |
| 9 | +* Fixed spaces added by section parser from newlines in html ([ac5f673](https://github.com/bustle/mobiledoc-kit/commit/ac5f673)) |
| 10 | +* Improved section parser handling of blockquote>p ([6229b88](https://github.com/bustle/mobiledoc-kit/commit/6229b88)) |
| 11 | +* lint ([e18703b](https://github.com/bustle/mobiledoc-kit/commit/e18703b)) |
| 12 | +* Make text selection test asynchronous 🔥 ([192dcb6](https://github.com/bustle/mobiledoc-kit/commit/192dcb6)) |
| 13 | +* Restrict dom selector assertion to the qunit fixture element 🦨 ([2e2d60a](https://github.com/bustle/mobiledoc-kit/commit/2e2d60a)) |
| 14 | +* Shrink range to only include sections with non-zero selection when toggling sections 🐔 ([071a555](https://github.com/bustle/mobiledoc-kit/commit/071a555)) |
| 15 | +* updating model.post.trimTo && editor.post.toggleSection to ignor tail if not selected. Adding tests ([17433a0](https://github.com/bustle/mobiledoc-kit/commit/17433a0)) |
| 16 | +* Use wait helper instead of setTimeout in async tests ([b547d4d](https://github.com/bustle/mobiledoc-kit/commit/b547d4d)) |
| 17 | + |
| 18 | + |
| 19 | + |
1 | 20 | <a name="0.12.3"></a> |
2 | 21 | ## <small>0.12.3 (2020-01-28)</small> |
3 | 22 |
|
4 | 23 | * built website from 5fe628e863773b7681954646309d7a6edc5e0523 ([7b87e74](https://github.com/bustle/mobiledoc-kit/commit/7b87e74)) |
5 | 24 | * In the 0.3.2 renderer, omit empty section attribute arrays 🍭 ([c115337](https://github.com/bustle/mobiledoc-kit/commit/c115337)) |
| 25 | +* v0.12.3 ([2cad059](https://github.com/bustle/mobiledoc-kit/commit/2cad059)) |
6 | 26 |
|
7 | 27 |
|
8 | 28 |
|
|
65 | 85 | * Bump yarn deps ([f85346a](https://github.com/bustle/mobiledoc-kit/commit/f85346a)) |
66 | 86 | * do not group consecutive list sections of different types ([45e4d27](https://github.com/bustle/mobiledoc-kit/commit/45e4d27)) |
67 | 87 | * Drop Safari from the base testem ([f1486a6](https://github.com/bustle/mobiledoc-kit/commit/f1486a6)) |
| 88 | +* Ensure empty (clickable) section when no mobiledoc is given to Editor ([bcf4639](https://github.com/bustle/mobiledoc-kit/commit/bcf4639)) |
68 | 89 | * Export MOBILEDOC_VERSION & mobiledocRenderers from index ([acbb829](https://github.com/bustle/mobiledoc-kit/commit/acbb829)) |
69 | 90 | * failing test for #656 ([4bcbec6](https://github.com/bustle/mobiledoc-kit/commit/4bcbec6)), closes [#656](https://github.com/bustle/mobiledoc-kit/issues/656) [#656](https://github.com/bustle/mobiledoc-kit/issues/656) |
70 | 91 | * failing test for section parser handling consecutive lists of varying types ([66d2120](https://github.com/bustle/mobiledoc-kit/commit/66d2120)) |
|
581 | 602 | * Update changelog ([9e50f5b](https://github.com/bustle/mobiledoc-kit/commit/9e50f5b)) |
582 | 603 | * update demo to use ember-mobiledoc-dom-renderer ^0.4.0 ([a1e7cf4](https://github.com/bustle/mobiledoc-kit/commit/a1e7cf4)) |
583 | 604 | * update readme release instructions ([deb69f3](https://github.com/bustle/mobiledoc-kit/commit/deb69f3)) |
584 | | -* Update README.md ([60b0b4f](https://github.com/bustle/mobiledoc-kit/commit/60b0b4f)) |
585 | 605 | * Update README.md ([89a17ad](https://github.com/bustle/mobiledoc-kit/commit/89a17ad)) |
| 606 | +* Update README.md ([60b0b4f](https://github.com/bustle/mobiledoc-kit/commit/60b0b4f)) |
586 | 607 | * Use keypress event to enter text ([2701e71](https://github.com/bustle/mobiledoc-kit/commit/2701e71)) |
587 | 608 | * v0.9.0-beta.1 ([5768110](https://github.com/bustle/mobiledoc-kit/commit/5768110)) |
588 | 609 | * chore(package): update dependencies ([b9bb08d](https://github.com/bustle/mobiledoc-kit/commit/b9bb08d)) |
|
624 | 645 | * editor#serialize accepts version parameter ([e27bf9b](https://github.com/bustle/mobiledoc-kit/commit/e27bf9b)) |
625 | 646 | * https URLs for placeholder ([1d2b96d](https://github.com/bustle/mobiledoc-kit/commit/1d2b96d)) |
626 | 647 | * Migrate cursor API usage over to range ([b56aa16](https://github.com/bustle/mobiledoc-kit/commit/b56aa16)) |
627 | | -* Update changelog ([2667468](https://github.com/bustle/mobiledoc-kit/commit/2667468)) |
628 | 648 | * Update changelog ([4aeaedb](https://github.com/bustle/mobiledoc-kit/commit/4aeaedb)) |
| 649 | +* Update changelog ([2667468](https://github.com/bustle/mobiledoc-kit/commit/2667468)) |
629 | 650 | * Update README.md ([6e972dd](https://github.com/bustle/mobiledoc-kit/commit/6e972dd)) |
630 | 651 | * Update README.md ([94bb0a3](https://github.com/bustle/mobiledoc-kit/commit/94bb0a3)) |
631 | 652 | * Use `node.contains` instead of checking element.parentNode in mutations ([ea9c849](https://github.com/bustle/mobiledoc-kit/commit/ea9c849)) |
|
1405 | 1426 | * mucho trabajo ([2304dc3](https://github.com/bustle/mobiledoc-kit/commit/2304dc3)) |
1406 | 1427 | * new transpiler to remove amd ([874115f](https://github.com/bustle/mobiledoc-kit/commit/874115f)) |
1407 | 1428 | * Only reference runtime in demo ([1926c95](https://github.com/bustle/mobiledoc-kit/commit/1926c95)) |
1408 | | -* overhaul gulp build system. Include compiler in build ([5e39bb2](https://github.com/bustle/mobiledoc-kit/commit/5e39bb2)) |
1409 | 1429 | * overhaul gulp build system. Include compiler in build ([3105470](https://github.com/bustle/mobiledoc-kit/commit/3105470)) |
| 1430 | +* overhaul gulp build system. Include compiler in build ([5e39bb2](https://github.com/bustle/mobiledoc-kit/commit/5e39bb2)) |
1410 | 1431 | * parse dom node, not innerHTML ([e77c366](https://github.com/bustle/mobiledoc-kit/commit/e77c366)) |
1411 | 1432 | * Pass version number and sections payload on mobiledocs ([148735b](https://github.com/bustle/mobiledoc-kit/commit/148735b)) |
1412 | 1433 | * Post nodes no longer store closed and open, but all their markups ([0f69dc1](https://github.com/bustle/mobiledoc-kit/commit/0f69dc1)) |
|
1454 | 1475 | * Update LICENSE year, owners ([442740f](https://github.com/bustle/mobiledoc-kit/commit/442740f)) |
1455 | 1476 | * Update MOBILEDOC.md ([e9a5d42](https://github.com/bustle/mobiledoc-kit/commit/e9a5d42)) |
1456 | 1477 | * Update README ([9d417f0](https://github.com/bustle/mobiledoc-kit/commit/9d417f0)) |
1457 | | -* Update README.md ([504adbe](https://github.com/bustle/mobiledoc-kit/commit/504adbe)) |
1458 | 1478 | * Update README.md ([0b9222d](https://github.com/bustle/mobiledoc-kit/commit/0b9222d)) |
| 1479 | +* Update README.md ([504adbe](https://github.com/bustle/mobiledoc-kit/commit/504adbe)) |
1459 | 1480 | * Update renderers ([f775642](https://github.com/bustle/mobiledoc-kit/commit/f775642)) |
1460 | 1481 | * update server stuff ([3a01391](https://github.com/bustle/mobiledoc-kit/commit/3a01391)) |
1461 | 1482 | * update to work with broccoli multi builder 0.2.2, bring in loader.js to tests ([a0c5c56](https://github.com/bustle/mobiledoc-kit/commit/a0c5c56)) |
|
0 commit comments