Releases: jadjoubran/webdash
Releases · jadjoubran/webdash
v1.5
- Add
--no-open
flag - Added foundation for "Add plugin" installation dialog
- Remove analytics
- Disable workbox logs
- Simplify npm scripts
- Fix meta theme color
v1.4
- make it possible to work by having a global installation
- Add service worker support for faster subsequent loads
- log webdash-core version to analytics
- Added a plugin generator that makes it easier to create your own webdash plugin
webdash config
command that generates a webdash.json config file for when webdash is used globally
v1.3
- Automatically open url when running
webdash serve
- Webdash serve warns when running an unsupported version of Node
- New plugin: webdash-readme-preview
- You can now reload a plugin from the dropdown menu
- Added support for serverScripts in webdash-npm-scripts
- Consistent empty state through
<empty-state-webdash>
Upgrade guide from 1.x
Add the following to your webdash.json
configuration file:
"serverScripts": [
"start",
"dev",
"serve",
"server",
"watch"
]
v1.3.0-beta.1
1.3.0-beta.1
v1.2
- Bind webdash to hostname using
--host
- Add
engines
inpackage.json
to warn when node is not >= 8 - Setup live demo: demo.webdash.xyz
- z-index issue for
v1.0
First public release 🎉