framework/extensions/embed/CHANGELOG.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2019-02-15 07:30:49 +08:00
# Changelog
2021-05-25 21:28:08 +08:00
## [1.0.0](https://github.com/flarum/embed/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
2021-03-15 17:51:17 +08:00
## [0.1.0-beta.16](https://github.com/flarum/embed/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Replaced `app()` helper with `resolve()`.
2020-12-15 04:33:30 +08:00
## [0.1.0-beta.15](https://github.com/flarum/embed/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed
- Updated composer.json and admin javascript for new admin area.
2020-10-15 16:52:20 +08:00
## [0.1.0-beta.14](https://github.com/flarum/embed/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Updated JS dependencies
2020-05-01 16:42:50 +08:00
## [0.1.0-beta.13](https://github.com/flarum/embed/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
2019-09-16 04:43:36 +08:00
## [0.1.0-beta.10](https://github.com/flarum/embed/compare/v0.1.0-beta.9...v0.1.0-beta.10)
### Fixed
- JavaScript code was not compiled (#6)
- Icon was not updated for FontAwesome 5 (#6)
2019-06-24 18:44:10 +08:00
## [0.1.0-beta.9](https://github.com/flarum/embed/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:49 +08:00
### Fixed
- JS: Vulnerable lodash dependency ([1a1a724](https://github.com/flarum/embed/commit/1a1a72477bfa1eec5da3a09aaf70a5942616d65d))