Skip to content

Releases: picocss/pico

v1.5.3

13 Jun 02:32
4e9ac75
Compare
Choose a tag to compare

Fixes

  • Fix a bug in the cards (<article>) sections introduced in 1.5.0 by removing overflow: hidden;, spotted by @GerdonAbbink
    #210 #199
  • Fix Github discussion links on contributing guidelines page, by @atoaugustyn
    #206
  • Clean unnecessary vertical-align, by @DavidSouther
    #204

Styles

  • Layered cards box-shadows
    #207

Full changelog

A huge thank you to all the contributors ❤️

v1.5.2

24 May 03:00
e88e135
Compare
Choose a tag to compare

Fix

Full changelog

v1.5.1

22 May 04:48
161dfa8
Compare
Choose a tag to compare

Fixes

Documentation

Chores

  • Update dependencies + fix Minimist (<=1.2.5) vulnerable to Prototype Pollution
    45d9a4f #186
  • Add composer.json by @vardumper
    #147

Full changelog

A huge thank you to all the contributors ❤️

v1.5.0

13 Mar 17:07
f9e97c0
Compare
Choose a tag to compare

Feature

Improvements

Fix

Accessibility

Styles

Documentation

Notes

(1): CSS files are about 8% smaller with these improvements

(2): Even if it is debatable, we considered that this visual change did not constitute a breaking change.
That is why we publish this change as a MINOR release (vs. MAJOR release).
To bring back the old style, you can override the CSS vars as follows:

:root {
  --nav-link-spacing-vertical: 1rem;
}

Full changelog

A huge thank you to all the contributors ❤️

v1.4.4

16 Jan 08:06
a018211
Compare
Choose a tag to compare

Improvements

Fixes

Documentation

Update dependencies #130

Full changelog

A huge thank you to all the contributors ❤️

v1.4.3

01 Jan 08:58
6b05b16
Compare
Choose a tag to compare

Improvements

Fixes

Docs and Readme

Full changelog

A huge thank you to all the contributors ❤️

v1.4.2

19 Dec 07:05
c5d85ae
Compare
Choose a tag to compare

Feature:

Improvements:

  • Add focus for aria-invalid form elements 0b3f165
  • Order scss properties on build c719108

Bug fixes:

  • Scripts: Resolve nodemon infinite loop a36d9ad
  • Styles: Remove tooltip animation on touch screens 1b1c13b

Docs:

  • Separation into different pages
  • Fix typo in <hgroup> example code 2565a68 #59
  • Fix Typo in RTL (right-to-left) #57

v1.4.1

25 Oct 04:43
aca3ce1
Compare
Choose a tag to compare
  • Fix: checkbox and radio aria-invalid checkbox invalid state #44
  • Update dev dependencies
  • Docs: Move most-visible as external JavaScript

v1.4.0

24 Oct 09:20
Compare
Choose a tag to compare

Features:

  • Builds scripts to compile with Dart Sass
  • Experimental support for right-to-left text (RTL) #34.
    [aria-busy], [aria-invalid], blockquote, details, input, li, ol, select, table has been adapted

Improvements:

  • Better browser support for [type="file"] #37
  • Enhance SCSS code
  • Disable <pre> as a <footer> inside <article> and adapt the docs #36
  • Prettify code

Bug fixes:

  • Fix Dart Sass warnings
  • Fix Input hidden #38
  • Fix input[aria-invalid] as the text overlaps the icon #35

Documentation:

  • Fix typos
  • Add RTL

v1.3.3

25 Jul 09:58
a1147fe
Compare
Choose a tag to compare
  • Clean <textarea> reset
  • Update README.md (video, image, third party licenses, texts)
  • Docs: Import Most Visible library
  • Docs: Uses Horizontal Ellipsis
  • Fix <td> selector #22