Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@christianalfoni christianalfoni released this 13 Mar 17:39
· 48 commits to master since this release
  • LIVE sessions are now kept alive when idling. They timed out quite quickly
  • Added JSON loader to vendors bundle so NPM packages loading JSON files will do so
  • Deleting a file now shows the correct content when switching file
  • Moved Babel "stage-0" preset as the last preset
  • Nested entrypoints, like lodash/array, redux-saga/effects etc. are now supported. Note that NPM packages that has nested entrypoints in subdirectories, like angular2/platform/browser and lodash/fp/add requires configuration. This is handled by WebpackBin for now and hopefully I can encourage lib authors to add this small configuration into their package.json files to avoid maintenance
  • Download project is disabled until a BIN is actually created. The downloaded zip was missing content
  • Vue JS boilerplate added
  • Fixed bug with wrong content in README.md in project zip file
  • Added Angular boilerplate
  • Added Angular2 boilerplate
  • Changed some text in NPM popup
  • Added Jade loader
  • Cleaned up logs to identify errors better
  • NPM popup now correctly covers the editor if editor has scrollbar
  • Added DB index on bins and bundles
  • Handlebars loader added
  • Turned off fadeout styling of buttons when saving BIN (It was a bit annoying to see it blink)
  • Log can now be shown half/half with preview window
  • JSX Pragma loader added
  • CTRL-z now restores only on selected file, not across files

Check all issues here: https://github.com/christianalfoni/webpack-bin/issues?q=milestone%3A%22Release+9%22+is%3Aclosed

Note

All vendor bundles has been removed. That means WebpackBin might need to install the NPM packages on your bin again. This only happens once though