Thanks a lot for your work!
Flarum 1.0.0 Released
flarum/types still needs an update, hope that's coming soon.
Finally waiting for you
yeaaaaaaaaaaaaaaaaaaaah
- Edited
The plan at the moment is to deprecate that package.
You should use the new webpack config, and the new flarum-tsconfig package.
The tsconfig hasn't quite been completed yet, but should be done shortly. You can set it up for now, then try to get the typings working using...
{
"compilerOptions": {
"paths": {
"flarum/*": ["../../vendor/flarum/core/js/dist-typings/*"],
}
}
}
This is still being tested and we don't know if we will use this method instead of the types package.
- Edited
Awesome! Congrats to to the entire team
Huge congratulations to the team!!
[deleted]
Congratulations
after upgrading are we supposed to see Flarum core 0.1.0-beta.16
in our dashboard?
Hari no, you should se 1.0
- Edited
As @Justoverclock said, it should say 1.0.0
. That indicates that one or more extensions your forum use aren't compatible and that your forum hasn't been updated. Open a new discussion over here and we we'll try to help you with that.
Sure, once please go through this https://discuss.flarum.org/d/27198-how-to-upgrade-beta-13-to-16-latest/6
Looks like extiverse has some issues understanding that 1.0 is out; looking into it.
Happy to finally see a v1 release! Great work on this and looking forward to start using Flarum more in production projects.
[deleted]
luceos Any update on this ? Just checked mine, and it still thinks Beta 16 is the latest
[deleted]
- Edited
davwheat Step 3: Set the version constraint of flarum/core from 0.1.0 to 1.0.0, do the same for any flarum/ prefixed entry under require. Or run this command:
provide command..
Unable to understand what is this, Please help