Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed May 25, 2021
1 parent 8acb037 commit 6c50e40
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# v0.9.0 (Tue May 25 2021)

### Release Notes

#### modernize Babel config ([#1721](https://github.com/system-ui/theme-ui/pull/1721))

All Theme UI package became on average 34% lighter! 🪶 It's 9.5kB if you sum all of them!

The trade-off is, Babel config has changed and it no longer supports Internet Explorer 11.
If you need to support legacy browsers, you can transpile node_modules (e.g. with [next-transpile-modules](https://github.com/martpie/next-transpile-modules)).

- [See build raport with size comparison for each package.](https://github.com/system-ui/theme-ui/runs/2618450614)
- [See updated Babel config.](https://github.com/system-ui/theme-ui/blob/develop/babel.config.js)

---

#### 🚀 Enhancement

- `@theme-ui/preset-base`, `@theme-ui/preset-bootstrap`, `@theme-ui/sidenav`, `@theme-ui/typography`
- modernize Babel config [#1721](https://github.com/system-ui/theme-ui/pull/1721) ([@hasparus](https://github.com/hasparus))
- `gatsby-theme-style-guide`, `theme-ui`
- hotfix docs recipes [#1752](https://github.com/system-ui/theme-ui/pull/1752) ([@hasparus](https://github.com/hasparus))

#### 🐛 Bug Fix

- Stop dependabot from trying to run codechecks [#1753](https://github.com/system-ui/theme-ui/pull/1753) ([@hasparus](https://github.com/hasparus))
- `@theme-ui/components`
- fix(components): set Select's bgColor to "background" - fixes dark mode ([@hasparus](https://github.com/hasparus))

#### 👨‍💻 Minor changes

- docs(typescript): fix typo ([@hasparus](https://github.com/hasparus))

#### 📝 Documentation

- style DocSearch [#1714](https://github.com/system-ui/theme-ui/pull/1714) ([@atanasster](https://github.com/atanasster) [@hasparus](https://github.com/hasparus))

#### Authors: 2

- Atanas Stoyanov ([@atanasster](https://github.com/atanasster))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))

---

# v0.8.4 (Thu May 06 2021)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 6c50e40

Please sign in to comment.