diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c43cf0a3..040ab2040c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add `FocusZone` to `renderComponent`, change `Menu` behavior to support arrow keys @tomasiser ([#116](https://github.com/stardust-ui/react/pull/116)) - Add `value`, `disabled`, `checked`, `defaultChecked` and `onChange` props to `Radio` component @mnajdova ([#206](https://github.com/stardust-ui/react/pull/206)) +### Performance +- Enable Webpack tree shaking for Webpack with `sideEffects: false` @levithomason ([#224](https://github.com/stardust-ui/react/pull/224)) + ## [v0.5.1](https://github.com/stardust-ui/react/tree/v0.5.1) (2018-09-11) [Compare changes](https://github.com/stardust-ui/react/compare/v0.5.0...v0.5.1) diff --git a/package.json b/package.json index 0a1715520e..cd17f950be 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "main": "dist/commonjs/index.js", "module": "dist/es/index.js", "types": "dist/es/index.d.ts", + "sideEffects": false, "files": [ "src", "dist"