diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c04cc..274408c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Roux Changelog +## 0.3.0 + +- Add new component styles ([#17](https://github.com/thoughtbot/roux/pull/17)) +- Add new 11ty docs site running in GitHub Pages () ([#17](https://github.com/thoughtbot/roux/pull/17)) +- Fix range input label spacing ([#20](https://github.com/thoughtbot/roux/pull/20)) +- Progressively enhance modals with animation ([#24](https://github.com/thoughtbot/roux/pull/24)) +- Use a larger font for disclosure summaries ([#23](https://github.com/thoughtbot/roux/pull/23)) + ## 0.2.2 -- WE DON'T NEED BORDER-BOX! Removed `box-sizing: border-box` from normalize. This resulted in form inputs being extra wide. We resolve this by removing `width: 100%;` from inputs. Because we're using flexbox layout, the 100% was unnecessary. +- WE DON'T NEED BORDER-BOX! Remove `box-sizing: border-box` from normalize. This results in form inputs being extra wide. We resolve this by removing `width: 100%;` from inputs. Because we're using flexbox layout, the 100% is unnecessary. ([#18](https://github.com/thoughtbot/roux/pull/18)) - Refer to [Kevin Powell's video on box-sizing](https://www.youtube.com/watch?v=PtAcpV6TAGM) for an explanation of why this change is a good idea ## 0.2.1 diff --git a/package-lock.json b/package-lock.json index 6d8a60f..bae8717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roux", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roux", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "dependencies": { "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2" diff --git a/package.json b/package.json index c5f6e3e..ce4d8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roux", - "version": "0.2.2", + "version": "0.3.0", "description": "A boilerplate of pre-defined native CSS styling & HTML components", "type": "module", "homepage": "https://github.com/thoughtbot/roux",