mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
Release v1.1.0
This commit is contained in:
@@ -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
|
||||
|
7278
extensions/tags/js/package-lock.json
generated
7278
extensions/tags/js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
Reference in New Issue
Block a user