Skip to content

Commit

Permalink
chore: v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jan 17, 2025
1 parent 48ec73f commit ac6133a
Show file tree
Hide file tree
Showing 23 changed files with 48 additions and 24 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion extensions/akismet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1",
"flarum/core": "^2.0.0-beta.2",
"flarum/approval": "^2.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/approval/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1",
"flarum/core": "^2.0.0-beta.2",
"flarum/flags": "^2.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/bbcode/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/embed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/emoji/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/flags/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/lang-english/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "MIT",
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/likes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/lock/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/markdown/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/mentions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/messages/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/nicknames/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/package-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/pusher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/statistics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/sticky/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/subscriptions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/suspend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/tags/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"flarum/core": "^2.0.0-beta.1"
"flarum/core": "^2.0.0-beta.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion framework/core/src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac6133a

Please sign in to comment.