2025.2
Last updated
Was this helpful?
Last updated
Was this helpful?
This version of Bit is in active development.
This changelog will become outdated very quickly.
This version of Bit adds a few extra functions, aiming to make interacting between plugins MUCH easier.
New Functions
plugins.is_active(id, version)
The is_active function can be used if a plugin is installed, and (optionally) whether it matches a specific version. This function should be used in conjunction with bits soft-requirements system to block parts of your code to users who may not have all the required plugins.
plugins.find(id)
plugins.find(id) is used to find a specific plugin and it's information.
If a plugin cannot be found within the plugins database, it'll return a status code of 404.
You can find more information about these new functions in
With bit now exporting the pluginLoader.js file (under "bit/plugins") and the functions within, we've officially deprecated the old core.plugin_count()
and core.plugin_list()
functions within Bit: Core.
You can find the documentation for bit/plugins in bit/plugins
Update plugins to Bit 2025.2:
Update Bit to Bit 2025.2: