Skip to content

Releases: jadjoubran/webdash

v1.5

09 Jul 08:02
Compare
Choose a tag to compare

Issues in 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

09 Apr 07:58
Compare
Choose a tag to compare

Issues in 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

01 Apr 13:20
Compare
Choose a tag to compare

Issues in 1.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

29 Mar 12:37
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release
1.3.0-beta.1

v1.2

27 Mar 16:36
Compare
Choose a tag to compare

Issues in 1.2

  • Bind webdash to hostname using --host
  • Add engines in package.json to warn when node is not >= 8
  • Setup live demo: demo.webdash.xyz
  • z-index issue for

v1.0

27 Mar 16:31
Compare
Choose a tag to compare

First public release 馃帀