Release v1.1.0

This commit is contained in:
Alexander Skvortsov 2021-10-11 21:12:06 -04:00
parent 48b29b90db
commit 162784f611
3 changed files with 613 additions and 611 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [1.1.0](https://github.com/flarum/markdown/compare/v1.0.1...v1.1.0)
### Added
- Spoiler and strikethrough buttons (https://github.com/flarum/markdown/pulls/30)
### Fixed
- Browser/system shortcuts triggering when applying editor style from shortcut (https://github.com/flarum/markdown/pulls/32)
## [1.0.1](https://github.com/flarum/markdown/compare/v1.0.0...v1.0.1)
### Fixed

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"flarum-webpack-config": "0.1.0-beta.16.2",
"mdarea": "^2.0.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.9.0"
},
"scripts": {
"dev": "webpack --mode development --watch",