|
| 1 | +# Changelogs |
| 2 | + |
1 | 3 | ## 0.2.13 - 10-July-2022
|
| 4 | + |
2 | 5 | * Added shortcut Ctrl+B: Bold text
|
3 | 6 | * Added shortcut Ctrl+I: Italic text
|
4 | 7 |
|
5 | 8 | ## 0.2.12 - 30-June-2022
|
| 9 | + |
6 | 10 | * Added clear and reset buttons in toolbar
|
7 | 11 | * Added readOnly option in Split Markdown Field
|
8 | 12 |
|
9 | 13 | ## 0.2.11+1 - 10-June-2022
|
| 14 | + |
10 | 15 | * Minor fixes
|
11 | 16 |
|
12 | 17 | ## 0.2.11 - 10-June-2022
|
| 18 | + |
13 | 19 | * Breaking: MarkdownFormField is now MarkdownAutoPreview
|
14 | 20 | * Added SplittedMarkdown FormField
|
15 | 21 | * Example updated
|
16 | 22 | * Added tootips in markdown toolbar
|
17 | 23 |
|
18 | 24 | ## 0.2.10
|
| 25 | + |
19 | 26 | * Switch between markdown and textfield using focusNode reimplemented
|
20 | 27 | * Dependency upgrade
|
21 | 28 | * Using MarkdownBody instead of MarkdownParseBody in MarkdownFormField
|
22 | 29 |
|
23 | 30 | ## 0.2.9+1
|
| 31 | + |
24 | 32 | * Temparory fix for buttons not working in web
|
25 | 33 | * Shift to Parsed Markdown Body and Text Field will not work
|
26 | 34 |
|
27 | 35 | ## 0.2.9
|
| 36 | + |
28 | 37 | * added non-scrolling markdown parser
|
29 | 38 | * improved logic for min, max lines in markdownfield
|
30 | 39 |
|
31 | 40 | ## 0.2.8+1
|
| 41 | + |
32 | 42 | * removed validator
|
33 | 43 | * added min, max lines and expands parameters
|
34 | 44 |
|
35 | 45 | ## 0.2.8
|
| 46 | + |
36 | 47 | * Added validator and decoration parameters
|
37 | 48 |
|
38 | 49 | ## 0.2.7
|
| 50 | + |
39 | 51 | * refactor package to `markdown_editor_plus`
|
40 | 52 |
|
41 | 53 | ## 0.2.6
|
| 54 | + |
42 | 55 | * Updated meta, optional update
|
| 56 | + |
43 | 57 | ## 0.2.5
|
| 58 | + |
44 | 59 | * Added background color for expandable toolbar titles too
|
| 60 | + |
45 | 61 | ## 0.2.4
|
| 62 | + |
46 | 63 | * Fixed incorrect Implementation for toolbar widget
|
| 64 | + |
47 | 65 | ## 0.2.3
|
| 66 | + |
48 | 67 | * Refactor the package name to `simple_markdown_editor_plus`
|
49 | 68 |
|
50 | 69 | ## 0.2.2
|
51 | 70 |
|
52 | 71 | * Updated the badges, just meta data update, can be ignored.
|
| 72 | + |
53 | 73 | ## 0.2.1
|
54 | 74 |
|
55 | 75 | * Allow custom toolbar to be passed as named paramter.
|
| 76 | + |
56 | 77 | ## 0.2.0
|
57 | 78 |
|
58 | 79 | * Add features auto preview WYSIWYG if the editor unfocused [#4](https://github.com/zahniar88/simple_markdown_editor/issues/4).
|
|
118 | 139 |
|
119 | 140 | ## 0.1.0
|
120 | 141 |
|
121 |
| -* TODO: Describe initial release. |
| 142 | +* TODO: Describe initial release. |
0 commit comments