Skip to content

Commit

Permalink
Merge pull request #542 from rebassjs/v3-release
Browse files Browse the repository at this point in the history
Updates for v3 release
  • Loading branch information
jxnblk authored Dec 1, 2018
2 parents bda3edc + 99d78ed commit cd19792
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@

## Unreleased

## [3.0.0] 2018-12-01

- Reduced package size
- Reduced number of components to 8
- Updated for Styled Components v4 and Emotion v10
- Reduced dependencies
- Removed default theme and colors
- Removed Provider component
- Added variant theme support for Button and Card components
- Removed `is` prop in favor of Styled Components' and Emotion's `as` prop
- Uses Box component as base for all other components
- Removed `css` prop in favor of Styled Components' and Emotion's implementations

## [3.0.0-12] 2018-11-29

- Removes `css` prop in favor of babel-plugin-styled-components
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ https://rebassjs.org
[coverage]: https://codecov.io/github/rebassjs/rebass

[downloads-badge]: https://flat.badgen.net/npm/dw/rebass
[version-badge]: https://flat.badgen.net/npm/v/rebass/next
[version-badge]: https://flat.badgen.net/npm/v/rebass
[license-badge]: https://flat.badgen.net/badge/license/MIT/blue
[npm]: https://npmjs.com/package/rebass

```sh
npm i rebass@next
npm i rebass
```

**Note:** Rebass v3 is intended for use with styled-components v4. Some features may not work with previous versions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"docs": "mdx-go build docs -d site",
"cover": "jest --coverage && npx codecov",
"test": "jest",
"size": "bundlesize"
"size": "npx bundlesize"
},
"keywords": [
"components",
Expand Down

1 comment on commit cd19792

@vercel
Copy link

@vercel vercel bot commented on cd19792 Dec 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aliasing failed with the following error:

Error! The alias rebass.now.sh is a deployment URL or it's in use by a different team.

Please sign in to comment.