mirror of
https://github.com/flarum/framework.git
synced 2025-01-31 18:19:28 +08:00
Release v1.1.0
This commit is contained in:
parent
66065a33e8
commit
126b457604
|
@ -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
|
||||
|
|
1203
extensions/emoji/js/package-lock.json
generated
1203
extensions/emoji/js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user