mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 22:43:41 +08:00
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
# Changelog
|
|
|
|
## [1.2.0](https://github.com/flarum/embed/compare/v1.1.0...v1.2.0)
|
|
|
|
No changes.
|
|
|
|
## [1.1.0](https://github.com/flarum/embed/compare/v1.0.0...v1.1.0)
|
|
|
|
No changes.
|
|
|
|
## [1.0.0](https://github.com/flarum/embed/compare/v0.1.0-beta.16...v1.0.0)
|
|
|
|
### Changed
|
|
- Compatibility with Flarum v1.0.0.
|
|
|
|
## [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()`.
|
|
|
|
## [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.
|
|
|
|
## [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
|
|
|
|
## [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
|
|
|
|
## [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)
|
|
|
|
## [0.1.0-beta.9](https://github.com/flarum/embed/compare/v0.1.0-beta.8...v0.1.0-beta.9)
|
|
|
|
### Fixed
|
|
- JS: Vulnerable lodash dependency ([1a1a724](https://github.com/flarum/embed/commit/1a1a72477bfa1eec5da3a09aaf70a5942616d65d))
|
|
|