diff --git a/packages/webamp/.babelrc b/packages/webamp/.babelrc index 14680c800..fb3837a80 100644 --- a/packages/webamp/.babelrc +++ b/packages/webamp/.babelrc @@ -24,7 +24,6 @@ "plugins": [ "@babel/plugin-proposal-nullish-coalescing-operator", "@babel/plugin-proposal-optional-chaining", - "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-class-properties" ], "env": { diff --git a/packages/webamp/CHANGELOG.md b/packages/webamp/CHANGELOG.md index a1b4d498d..39c713117 100644 --- a/packages/webamp/CHANGELOG.md +++ b/packages/webamp/CHANGELOG.md @@ -1,6 +1,7 @@ ## Upcoming [UNRELEASED] (`webamp@next`) ### Features + - Allow a single mouse drag across the EQ to set all values [#1180](https://github.com/captbaritone/webamp/pull/1180) - Configure the initial layout of windows -- size, position, openness, shade mode -- when constructing a Webamp instance. - Configure if "double size mode" should be enabled when constructing a Webamp instance. @@ -10,6 +11,7 @@ - Upgrade to React 18, React Redux, 8 and Redux 4.1 - Bundle with Parcel instead of Webpack - Build public Typescript directly from source annotations. +- We no longer transform object spreads since they have broad support in browsers. ## 1.5.0 [CURRENT]