1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

Release v1.1.0

This commit is contained in:
Alexander Skvortsov
2021-10-11 21:18:24 -04:00
parent ebe0f74618
commit 022e480084
3 changed files with 1190 additions and 6126 deletions

View File

@@ -1,5 +1,23 @@
# Changelog
## [1.1.0](https://github.com/flarum/tags/compare/v1.0.3...v1.1.0)
### Added
- Custom colorising with CSS Custom Properties (https://github.com/flarum/tags/pulls/139)
### Changed
- Update nojs view to use slug driver (https://github.com/flarum/tags/pulls/142)
- Pass filter params (https://github.com/flarum/tags/pulls/141)
- Eager load actor tag states (https://github.com/flarum/tags/pulls/143)
- Export `getSelectableTags` util (https://github.com/flarum/tags/pulls/144)
### Fixed
- Broken side nav tag listing (https://github.com/flarum/tags/pulls/137)
- Discussions hidden from all users including admins (https://github.com/flarum/tags/pulls/140)
- Unauthorized view of restricted tags (https://github.com/flarum/tags/pulls/145)
- Make clicking edit tag button easier on mobile (https://github.com/flarum/core/issues/3098)
## [1.0.3](https://github.com/flarum/tags/compare/v1.0.2...v1.0.3)
### Fixed

File diff suppressed because it is too large Load Diff

View File

@@ -4,8 +4,8 @@
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.10",
"sortablejs": "^1.10.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"scripts": {
"dev": "webpack --mode development --watch",