iPurpl3x

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.

    Awesome! Congrats to to the entire team 🚀

    davwheat I will try that, but maybe I will struggle a bit because when I'm developing I don't have the vendor directory locally, only in a docker container...

      • [deleted]

      Congratulations🎉

      iPurpl3x

      If you're developing extensions, and requiring core as you should, you should be able to run composer install in your ext's root to download and install core to your ext's vendor.

        Hari no it mentions 1.0.0; if not please open a new discussion and post the information we request in the OP.

        Hari

        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.

        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

            • Hari replied to this.