Skip to content

Commit

Permalink
changes for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed May 25, 2021
1 parent fd7d82c commit 9e2ee90
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 55 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0](https://github.com/flarum/mentions/compare/v0.1.0-beta.16...v1.0.0)

### Changed
- Compatibility with Flarum v1.0.0.
- Eager load the mentionedBy relation as well to improve performance (https://github.com/flarum/mentions/pull/64)
- Introduced a new mentions format, decoupling mentions from usernames (https://github.com/flarum/mentions/pull/66)
- Rewrite mentioned filter (https://github.com/flarum/mentions/pull/67)
- User profile mentions page now uses the slug instead of the username

### Fixed
- Replies preview dropdown is awkwardly sized and rendered (https://github.com/flarum/mentions/pull/55)

## [0.1.0-beta.16](https://github.com/flarum/mentions/compare/v0.1.0-beta.15...v0.1.0-beta.16)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^1.0.0"
"flarum/core": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
140 changes: 86 additions & 54 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e2ee90

Please sign in to comment.