Skip to content

v4.0

Compare
Choose a tag to compare
@ashryanbeats ashryanbeats released this 12 Dec 19:02
· 13 commits to master since this release
5fd0396

New feature: bootstrap

any of the following:

xdpm bootstrap                        # Bootstrap a headless plugin
xdpm bootstrap my-panel               # Bootstrap a headless plugin in dir ./my-panel
xdpm bootstrap panel                  # Bootstrap a panel plugin
xdpm bootstrap panel my-panel         # Bootstrap a panel plugin in dir ./my-panel

Plugin type options:

  • headless (default)
  • panel
  • modal
  • react

Bug fixes

  • Xdpm now exits with non-zero code (1) when xdpm validate manifest validation fails (thanks for the report @halfbloodman)
  • Improved validation for latest requirements

Thanks for contributing!

@kerrishotts @pklaschka @yoshikinoko