Skip to content

Releases: allejo/bzflagPluginStarter3

Version 3.1.0

14 Aug 08:02
fe19531
Compare
Choose a tag to compare

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

20 Jun 22:42
19e3e8d
Compare
Choose a tag to compare

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

28 Nov 08:10
901c2ad
Compare
Choose a tag to compare

New

  • Adds an editor for creating custom map objects for plug-ins (#2)

Fixes

  • Standardize using FontAwesome SVG icons instead of a mix of CSS and SVG (this fixes missing icons)

Development

  • Migrate from npm to Yarn (#2)

Version 3.0.1

04 Nov 04:36
b6dbea2
Compare
Choose a tag to compare

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

04 Nov 04:37
f198cee
Compare
Choose a tag to compare

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.