Releases: picocss/pico
Releases · picocss/pico
v1.3.2
- NEW: Loading indicator with
aria-busy="true"
/scss
code and/docs
reorganization with anutilities
category- Disable
prefers-reduced-motion: reduce
foraria-busy="true"
- Disable
progress:indeterminate
animation ifprefers-reduced-motion: reduce
is enabled - Define
font-size
for<small>
,<td>
,<sub>
, and<sup>
withem
unit - Define sizes for
type="checkbox"
,type="radio"
, androle="switch"
withem
unit - Add
--form-element-disabled-opacity
CSS var - Change download link for
README.md
and/docs
- Delete 'Variations' category in
README.md
- Clean and Fixes (4fbeb33, 0e7894c, 67c60cf)
v1.3.1
v1.3.0
- CSS Vars refactoring for more customization
- Fixes:
<summary>
in nested<details>
input:focus
andbutton:focus
on Firefox:indeterminate
- Improvements
- Better
:focus
styles forsummary
,[type="range"]
,[type="file"]
- Icons have been differentiated between
light
anddark
schemes - More contrasts
- Updated way to the hide
<details>
marker - Responsive spacings simplification
color-scheme: dark;
andcolor-scheme: light;
have been added in the themes
- Better
- Docs updates
v1.2.1
v1.2.0
- Move SCSS vars for styles to CSS vars
- Docs: Add tables
- Add
<progress>
- Add tooltip animation
- Update examples
v1.1.0
- Clean and polish code and docs
- Consistent table borders in dark-mode
- Smaller list spacing
- Refactoring for Checkboxes and Radio buttons
- New form elements:
type=date
,type=datetime-local
,type=month
,type=time
,type=week
,type=range
,type=search
- CSS icons color dynamisation
- Bigger Checkboxes and Radio buttons
- Styles reordering for a better slim version
- Better alignement for checkboxes & radios
- Optional use of
!important
in variables - Add Bootstrap grid system and Form elements examples
v1.0.6
- Sanitize.css integration
- Better cross-browser styling
- Reset new elements (
audio
,canvas
,iframe
,img
,svg
,video
,aria-*
,dialog
) - Reduce Motion (
prefers-reduced-motion: reduce
)
- Better color management for CSS icons (
select
,input.valid
,input.invalid
,details
) - Better heading spacings after a typography block
- Badges integrations in README
- Polish docs/