Release v1.1.0

This commit is contained in:
Alexander Skvortsov 2021-10-11 21:05:20 -04:00
parent 66065a33e8
commit 126b457604
3 changed files with 602 additions and 612 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## [1.1.0](https://github.com/flarum/emoji/compare/v1.0.0...v1.1.0)
### Changed
- Format with prettier, bump deps (https://github.com/flarum/markdown/pulls/37)
- Update JS imports to new namespaced style (https://github.com/flarum/markdown/pulls/39)
### Fixed
- Twemoji frontend broken rendering with image markdown syntax (https://github.com/flarum/markdown/pulls/40)
## [1.0.0](https://github.com/flarum/emoji/compare/v0.1.0-beta.16...v1.0.0)
### Changed

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"simple-emoji-map": "^0.4.1",
"twemoji": "^13.1.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.9.0"
},
"scripts": {
"dev": "webpack --mode development --watch",