Releases: imballinst/markdownclap
Releases · imballinst/markdownclap
v0.6.2
v0.6.0
What's Changed
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #26
- feat: implement link modal by @imballinst in #27
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
What's Changed
- feat: disable left area when inspecting, parse table from paste event by @imballinst in #24
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- fix: fix table cursor not going to the end of the pasted table by @imballinst in #22
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix: fix pasting not working for invalid tables and fix pasting table when there is a trailing newline by @imballinst in #20
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add meta tags by @imballinst in #17
- feat: allow pasting from other sheet sources (e.g. Google Sheets) by @imballinst in #18
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix: fix alert not styled and not hidden after few seconds by @imballinst in #13
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feature: add toolbar for headings by @imballinst in #8
- feat: allow extra actions for tables by @imballinst in #9
- feat: allow importing CSV for tables by @imballinst in #11
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Features included:
- Add toolbar for buttons in bold and italic
- Add shortcuts for bold and italic, as well as heading 1-6
- Some refactors and fixes, e.g. selecting via keyboard doesn't trigger Inspect Element button check
Also includes unit tests.