Skip to content

Commit 473b794

Browse files
author
parkerziegler
committed
Update CHANGELOG.
1 parent cf64905 commit 473b794

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/FormidableLabs/webpack-dashboard/releases) page.
5+
6+
## [2.1.0] - 2019-01-29
7+
8+
### Features
9+
- Added a few example setups to make the local development experience with `webpack-dashboard` a lot easier. Users can now clone the repo, `yarn`, and `yarn dev` to get running. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
10+
- Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
11+
- Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
12+
13+
### Tests
14+
- Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
15+
- Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
16+
17+
### Docs
18+
- Added a Local Development section to the README to make it easier to contribute to `webpack-dashboard`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
19+
20+
### Migration Instructions
21+
22+
No changes required to start using v2.1.0 🎉

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ declare module 'webpack-dashboard/plugin' {
2121
}
2222

2323
export = DashboardPlugin;
24-
}
24+
}

0 commit comments

Comments
 (0)