Releases: kevquirk/simple.css
Releases · kevquirk/simple.css
v2.3.2
What's Changed
- fix (missing) margin collapses for sections by @Johann150 in #199
- Aria current tweak by @blakewatson in #201
New Contributors
- @Johann150 made their first contribution in #199
- @blakewatson made their first contribution in #201
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
What's Changed
- Use aria-current="page" to highlight the current page in the header nav by @pietvanzoen in #151
- Setup .button to match button styles by @pietvanzoen in #154
- Preventing sup/sub from affecting line-height by @djpeacher in #155
- Add NPM publish workflow. Fixes #150 by @lkhrs in #158
- Same styles for buttons and inputs by @AntoineFr in #161
- Add margin to header child when it has no siblings by @lkhrs in #169
- Add variable for button text color by @lkhrs in #180
- Have notice class match variable customization for border-radius by @rnmwmd in #181
- Change button hover state to use color instead of filter by @lkhrs in #184
- Make tables in a figure full width by @lkhrs in #186
New Contributors
- @djpeacher made their first contribution in #155
- @AntoineFr made their first contribution in #161
- @rnmwmd made their first contribution in #181
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
What's Changed
- Added classes for
.button
and.notice
https://simplecss.org/introducing-simple-classes - Fix summary margins when using nested details by @Danacus in #111
- Change dl grid-template-columns by @Denis5161 in #112
- [css] fix whitespace by @lkhrs in #114
- Update hr vertical margin from 1rem to 3rem by @binyomen in #116
- Change abbr css by @Denis5161 in #119
- [css] use min-content on toggleable inputs by @lkhrs in #122
- [css] >3:1 contrast on borders + better hr styling by @lkhrs in #117
- [css] inline sibling checkbox/radio labels by @lkhrs in #124
- Button focus and disabled improvements by @lkhrs in #130
- Update simple.css for validation purposes by @gdpittman in #132
- Fix table ignoring width by @farooqaaa in #104
New Contributors
- @Danacus made their first contribution in #111
- @Denis5161 made their first contribution in #112
- @binyomen made their first contribution in #116
- @gdpittman made their first contribution in #132
- @farooqaaa made their first contribution in #104
Full Changelog: v2.1.1...v.2.2.0
v2.1.1
What's Changed
- Change "radio" to
vertical-align: middle
by @qaqland in #85 - Style Progress Bar and a few minor tweaks by @FredHappyface in #82
- Fixing a typo in a comment by @Ivan-Kouznetsov in #91
- Add definition lists and fix Noto font by @HiKaDev in #90
- fix for #92 by @lkhrs in #93
- Fix for #94 by @lkhrs in #95
- Fix semantic nav and asides on mobile + other improvements by @lkhrs in #97
- Section boundaries by @Swiddis in #106
- Improve details and change background to background-color by @wahyuwiyoko in #110
New Contributors
- @qaqland made their first contribution in #85
- @FredHappyface made their first contribution in #82
- @Ivan-Kouznetsov made their first contribution in #91
- @HiKaDev made their first contribution in #90
- @lkhrs made their first contribution in #93
- @Swiddis made their first contribution in #106
- @wahyuwiyoko made their first contribution in #110
Full Changelog: v2.1.0...v2.1.1
v2.1.0
New features
- Added formatting for
aside
,article
andsection
tags - Changed
nav
so that only thenav
in the header is formatted
What's Changed
- Center the whole content inside figures, not just the caption by @alejandrohdezma in #56
- Change screenshot.png to a newer version. by @Naughty1029 in #63
- Add fix for last-child items in a
nav
by @ndegruchy in #70 - Increase left and right padding for 'kbd' element by @metbril in #74
- Remove duplicate properties by @ndegruchy in #72
- Navigation list items by @ndegruchy in #71
- Fixes Table Overflow by @splch in #78
New Contributors
- @alejandrohdezma made their first contribution in #56
- @Naughty1029 made their first contribution in #63
- @ndegruchy made their first contribution in #70
- @metbril made their first contribution in #74
- @splch made their first contribution in #78
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Simple.css now uses CSS Grid instead of the old school display:block; method - this improves responsiveness and stops the need for hacks when it comes to full width content
- I’ve gone through the entire stylesheet to both clean it up and simplify it
- Lots of small UI/UX tweaks that generally improve things
More here - https://simplecss.org/simple-css-version-2
1.1.2
What's Changed
- Fix for checkboxes (and radios) by @lukechapman in #9
- Fix name of
-apple-system
by @bobdenotter in #13 - Updating Font stack by @bobdenotter in #14
- Updating Header typography by @bobdenotter in #15
- Fix CSS shorthand in
main
🙈 by @bobdenotter in #19 - Set the cursor to
?
when hovering over an abbreviation by @bobdenotter in #18 - Updating
kbd
,mark
,code
andpre
by @bobdenotter in #20 - Limit
- do not show border around file selector form element by @fkooman in #23
- Issue 11 npm publishing by @thescientist13 in #21
- Update package.json to match npm name by @melissamcewen in #29
- Fixed checkboxes, radio buttons and drop-down selection by @vitSkalicky in #30
- Semi-colon missing in
table
by @Kikketer in #32 - Fix inconsistent use of spaces and tabs by @YarmoM in #33
- Header padding overflows viewport by @FrenzyYum in #34
- 'appearance' should be listed after '-webkit-appearance'. by @Slandais in #36
- Move padding to
summary
for larger tap target by @benaltair in #38 - Style elements as buttons with role=button by @jnv in #47
- Fix
simple.css
linting errors by @kcamcam in #51
New Contributors
- @lukechapman made their first contribution in #9
- @bobdenotter made their first contribution in #13
- @fkooman made their first contribution in #22
- @thescientist13 made their first contribution in #21
- @melissamcewen made their first contribution in #29
- @vitSkalicky made their first contribution in #30
- @Kikketer made their first contribution in #32
- @YarmoM made their first contribution in #33
- @FrenzyYum made their first contribution in #34
- @Slandais made their first contribution in #36
- @benaltair made their first contribution in #38
- @jnv made their first contribution in #47
- @kcamcam made their first contribution in #51
Full Changelog: https://github.com/kevquirk/simple.css/commits/v1.1.2