chore: v2.0.0-beta.2

This commit is contained in:
Sami Mazouz 2025-01-17 09:44:27 +01:00
parent 48ec73f86e
commit ac6133a768
No known key found for this signature in database
23 changed files with 48 additions and 24 deletions

View File

@ -1,5 +1,29 @@
# Changelog
## [v2.0.0-beta.2](https://github.com/flarum/framework/compare/v2.0.0-beta.1...v2.0.0-beta.2)
### Fixed
- (em) incorrect extension compatibility check [#4155]
- (webpack) produces incorrect ext namespace (a7d584f8e1ec650035dafd660a70586d1d0d6bb9)
- bad modal alert text alignment [#4152]
- beta.1 early bugs (a81d13e26c1c2191859493de2ad45a515ad07b90)
- code split fails with common module [#4151]
- composer no longer autofocusing [#4149]
- conditional renders 0 (1cd644d27feb4eeea5cbaedd009a3af2643af396)
- custom styles from 1.x can crash the app [#4159]
- discussion page renders before loading is finished [#4158]
- discussion posts not always properly loaded [#4156]
- fixed side nav missing top spacing [#4147]
- invisible dropdown text when header is colored (958dec594486cbc14cf8f922db324a8ffc0245e3)
- lazy module import always returns default module [#4148]
- mistakenly removed code (33121ed1cc260bf967f0b8c4d10ab5099410bac0)
- select input cuts off [#4157]
- tag selection icon alignment [#4153]
- unexpected subscription breaks rendering [#4150]
- use correct human time format key [#4154]
### Changed
- (mentions) only access related mentions if loaded (9fe17b3c24c5b9236e419a00c1230b2994b8c009)
- extensibility improvements (00426c85e38efc91554af33644b088e72b3b3c1b)
## [v2.0.0-beta.1](https://github.com/flarum/framework/compare/v1.8.9...v2.0.0-beta.1)
### Changed
- php 8.4 [#4103]

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1",
"flarum/core": "^2.0.0-beta.2",
"flarum/approval": "^2.0"
},
"autoload": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1",
"flarum/core": "^2.0.0-beta.2",
"flarum/flags": "^2.0"
},
"autoload": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"extra": {
"branch-alias": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -7,7 +7,7 @@
],
"license": "MIT",
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"extra": {
"branch-alias": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"extra": {
"branch-alias": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -7,7 +7,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"authors": [
{

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -22,7 +22,7 @@
"source": "https://github.com/flarum/extension-manager"
},
"require": {
"flarum/core": "^2.0.0-beta.1",
"flarum/core": "^2.0.0-beta.2",
"composer/composer": "^2.7"
},
"require-dev": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1",
"flarum/core": "^2.0.0-beta.2",
"pusher/pusher-php-server": "^7.2"
},
"require-dev": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {

View File

@ -25,7 +25,7 @@ class Application extends IlluminateContainer implements LaravelApplication
*
* @var string
*/
const VERSION = '2.0.0-beta.1';
const VERSION = '2.0.0-beta.2';
protected bool $booted = false;

View File

@ -3879,9 +3879,9 @@ ms@^2.1.3:
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
nanoid@^3.1.30:
version "3.3.7"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
version "3.3.8"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
integrity "sha1-sb4wML7jaq/xi6yzdeXM5SFoS68= sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w=="
natural-compare@^1.4.0:
version "1.4.0"