framework/extensions/emoji/CHANGELOG.md

60 lines
2.0 KiB
Markdown
Raw Normal View History

2019-09-15 22:44:30 +02:00
# Changelog
2022-01-20 12:34:19 +01:00
## [1.2.0](https://github.com/flarum/emoji/compare/v1.1.1...v1.2.0)
No changes.
2021-11-16 18:54:54 +00:00
## [1.1.1](https://github.com/flarum/emoji/compare/v1.1.0...v1.1.1)
### Fixed
* fix: errors with composer reuse by @davwheat in https://github.com/flarum/emoji/pull/42
2021-10-11 21:05:20 -04:00
## [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)
2021-05-25 15:31:57 +02:00
## [1.0.0](https://github.com/flarum/emoji/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
2021-03-15 11:21:14 +01:00
## [0.1.0-beta.16](https://github.com/flarum/emoji/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Updated admin category from discussion to feature (https://github.com/flarum/emoji/pull/35)
- Moved locale files from translation pack to extension (https://github.com/flarum/emoji/pull/32)
- Editor Driver Abstractions (https://github.com/flarum/emoji/pull/34)
### Fixes
- Dropdown going off screen ([259b934](https://github.com/flarum/emoji/commit/259b934af706e1d8763b8efc8d0e67bbf92cf45f))
2020-12-14 22:14:09 +01:00
## [0.1.0-beta.15](https://github.com/flarum/emoji/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed
- Updated composer.json for new admin area.
2020-10-15 11:17:59 +02:00
## [0.1.0-beta.14](https://github.com/flarum/emoji/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
2020-10-15 20:02:03 -04:00
- Implemented lazy loading for images
- Change CDN to jsDelivr
2020-10-15 11:17:59 +02:00
2020-05-01 13:08:44 +02:00
## [0.1.0-beta.13](https://github.com/flarum/emoji/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Use different CDN for loading Twemoji assets (#24)
- Updated JS dependencies
2019-09-15 22:44:30 +02:00
## [0.1.0-beta.10](https://github.com/flarum/emoji/compare/v0.1.0-beta.8...v0.1.0-beta.10)
### Added
- Latest and greatest emojis with Twemoji 12 (#20)