Skip to content

Commit

Permalink
Don't transform object spread
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed May 7, 2024
1 parent 6bfbcbc commit 143563d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webamp/.babelrc
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions 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.
Expand All @@ -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]

Expand Down

0 comments on commit 143563d

Please sign in to comment.