Releases: allejo/bzflagPluginStarter3
Releases · allejo/bzflagPluginStarter3
Version 3.1.0
New
- Add support for generating plugins that make URL jobs
Updates
- Ported most components away from class-based React components to function-based components
- Upgraded to React 18
- Upgraded to Bootstrap 5
- Moved to immer for state updates
- Updated
react-scripts
to v5
Version 3.0.3
Fixes
- Generated calls to
bz_removeCustomMapObject
will now keep a consistent uppercase object name (@allejo/bzf-plugin-gen@v1.0.4) - Fixed support for handling multiple map objects (@allejo/bzf-plugin-gen@v1.0.5)
- Add support for events that are documented in the BZFlag.org repo that have
_extends
in the FrontMatter - Event names are always alphabetized
Version 3.0.2
Version 3.0.1
New
- Add support for generating the following:
- Flags
- BZDB settings
- Poll types
Fixes
- Default "proprietary" license now persists across plug-in changes
FormRepeater
component can now accept nested<div>
structures- Callbacks and slash commands can no longer be blank
Version 3.0.0
Initial stable release after the sunsetting of version 2 of this project. This project makes use of bzfPluginGen and aclovis to generate the plug-in source.