|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +### [0.4.2](https://github.com/StackExchange/Stacks-Editor/compare/v0.4.1...v0.4.2) (2022-03-04) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* add ability to pass custom validateLink method to parser ([124762a](https://github.com/StackExchange/Stacks-Editor/commit/124762a6b1025056793c12eb423b6a77a9a0bfe8)) |
| 11 | +* add deserialization support for reference links ([22e84dd](https://github.com/StackExchange/Stacks-Editor/commit/22e84dd43b1fb8f9779fe026529b574f1eba0779)), closes [#29](https://github.com/StackExchange/Stacks-Editor/issues/29) |
| 12 | +* add StacksEditor:image-uploader-show event ([a9ac79c](https://github.com/StackExchange/Stacks-Editor/commit/a9ac79ca632300ff613a1a3e97f4318cfea551bd)) |
| 13 | + |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* add aria-labels to icon-only buttons ([#98](https://github.com/StackExchange/Stacks-Editor/issues/98)) ([b69c3e0](https://github.com/StackExchange/Stacks-Editor/commit/b69c3e053d6085185c4b8fff5f8ddce5167583cc)) |
| 18 | +* add html render support for hard breaks/br tags ([a360b6d](https://github.com/StackExchange/Stacks-Editor/commit/a360b6dd064e1b86f9274a631a9a2ed72bee98bb)) |
| 19 | +* add missing import reference for _stacks-mixins ([#94](https://github.com/StackExchange/Stacks-Editor/issues/94)) ([af1c6c5](https://github.com/StackExchange/Stacks-Editor/commit/af1c6c51609d25ddbc7bf719e8e5df7977d2b74a)) |
| 20 | +* add not-allowed cursor to the disabled editor ([#100](https://github.com/StackExchange/Stacks-Editor/issues/100)) ([1933f6f](https://github.com/StackExchange/Stacks-Editor/commit/1933f6f9048539260693b5650c17246e155d4f0f)) |
| 21 | +* always add a paragraph to the end of the doc when inserting a block element at the end ([2df6573](https://github.com/StackExchange/Stacks-Editor/commit/2df657364742e6331157e909fb3bd19ec0570a1b)), closes [#18](https://github.com/StackExchange/Stacks-Editor/issues/18) |
| 22 | +* fix table insertion in the middle of text incorrectly adding trailing paragraph ([84fc550](https://github.com/StackExchange/Stacks-Editor/commit/84fc550b2d3073c7272a20beac3674990d1e80fb)) |
| 23 | +* fix table menu entry always manipulating the menu icon of the last initialized editor instance ([cc592c1](https://github.com/StackExchange/Stacks-Editor/commit/cc592c184106e19f8111264ce03bfebf9da71694)) |
| 24 | +* **markdown-parser:** do not autolink emails without the "mailto:" prefix ([#85](https://github.com/StackExchange/Stacks-Editor/issues/85)) ([1a8b6cc](https://github.com/StackExchange/Stacks-Editor/commit/1a8b6ccc1aba9fc264cae4d38bf6afc66bed18fd)) |
| 25 | +* add support for serializing node attributes to html ([0a00644](https://github.com/StackExchange/Stacks-Editor/commit/0a00644b246f6e3521517850fbe15a7ea6d0e9d0)) |
| 26 | +* render html versions of blockquote, p and header tags back to markdown ([746743e](https://github.com/StackExchange/Stacks-Editor/commit/746743e2f30d0b0f375dc1aa9de906546675a5fc)) |
| 27 | + |
5 | 28 | ### [0.4.1](https://github.com/StackExchange/Stacks-Editor/compare/v0.4.0...v0.4.1) (2021-07-14)
|
6 | 29 |
|
7 | 30 |
|
|
0 commit comments