Skip to content

Releases: picocss/pico

v2.0.6

03 Mar 15:12
6dc6489
Compare
Choose a tag to compare

Fix:

  • Switch aspect ratio and border, spotted by @mpldr #467

Full changelog

v2.0.5

03 Mar 10:45
8d2a880
Compare
Choose a tag to compare

Fixes:

A huge thank you to the contributors ❀️

Full changelog

v2.0.4

03 Mar 05:18
d610bd3
Compare
Choose a tag to compare

Fixes

Chore

  • Update dependencies

A huge thank you to the contributors ❀️

Full changelog

v1.5.13

03 Mar 05:10
Compare
Choose a tag to compare

Documentation

Chore

  • Upgrade dependencies

A huge thank you to the contributors ❀️

Full changelog

v2.0.3

17 Feb 03:53
f714a51
Compare
Choose a tag to compare

Feature

Fixes

Chore

  • Update dependencies

A huge thank you to the contributors ❀️

Full changelog

v2.0.0

11 Feb 07:07
Compare
Choose a tag to compare

βœ¨πŸš€ Pico v2.0 features better accessibility, easier customization with SASS, a complete color palette, a new group component, and 20 precompiled color themes totaling over 100 combinations accessible via CDN.

😎 New look and feel

All colors have been carefully and manually redefined for a more contrasted, neutral (less bluish) look and feel.

The default color theme is much more accessible. Most colors now follow the WCAG 2.1 AAA standard, and some secondary muted colors follow the WCAG 2.1 AA standard.

Focus states have been improved for more consistency and contrast, and spacings have been reduced for a sleeker and more neutral style.

✨ Easier customization

We have refactored all .scss files to make it easier for you to compile your version of Pico with SASS. All modules can now be enabled or disabled using @use.

We added more CSS variables, now totaling over 130, to easily create a unique look and feel, enhancing design flexibility.

🎨 Color palette

Pico v2 comes with 380 manually crafted colors to help you personalize your brand design system. The colors can be imported into any .scss file, and a new stylesheet with all the color utilities is provided.

πŸ“ Better breakpoints

We have updated the breakpoints to follow the width of standard devices and added a new breakpoint for larger screens.

🧩 Group component

With group (role="group"), you can now stack forms elements and buttons horizontally.

πŸ–ŒοΈ Conditional Styling

Conditional Styling is a powerful feature that allows you to apply styles selectively by wrapping elements in .pico containers, which is ideal for mixed-style environments. This method restricts styling to designated sections, making it particularly useful for combining multiple stylesheets or components seamlessly.

🌈 Version picker

Play with the Version Picker, which offers 20 precompiled color themes accessible via CDN for all Pico versions. The total number of combinations is over 100.

⚠️ Breaking changes

CSS Vars

All CSS custom properties are prefixed with pico- to avoid collisions with other CSS frameworks or your vars. We also added new CSS variables and renamed some to follow a consistent pattern {component}-{state}-{property}.

SCSS files

We renamed and moved many .scss files. If you import Pico modules, you need to update your paths.

Buttons

Buttons are not width: 100%; by default anymore. Only form buttons are full-width to be consistent with other form elements.

Table

The .striped class is now used for the striped table’s style.

Dropdowns

While accordions are still classless, dropdowns now use .dropdown. We also removed the experimental syntax that allowed dropdowns in the nav using nested lists.

Grid

Grid columns now collapse on small devices (<768px).

Figure

We removed the overflow-x: auto; from <figure> and introduced a new utility class, .overflow-auto, to enable horizontal scrolling on any element.

A huge thank you to all the contributors ❀️

Full changelog

v1.5.12

11 Feb 06:32
Compare
Choose a tag to compare

Documentation

Chore

  • Upgrade dependencies

Full changelog

v2.0.0-rc4

28 Jan 13:57
Compare
Choose a tag to compare
v2.0.0-rc4 Pre-release
Pre-release

Features

  • Conditional styling option, which applies Pico CSS styles selectively by wrapping elements in a .pico container (customizable via SASS)
  • Built all 20 color themes variants to make them available via CDN, without the need to use SASS
  • New .overflow-auto utility class πŸ˜‰ to replace the very hacky overflow-x: auto on <figure>

Styles

  • Update the system font stack #436, by @pauloxnet
  • Small tweaks for <input type="checkbox" role="switch" />, .dropdown, [aria-busy]

Fixes

  • Checked style for the disabled <input type="checkbox" />

Chores

  • Update dependencies
  • Build script to automatically generate all Pico variants

A huge thank you to the contributors ❀️

Full changelog

πŸ“£ This is most likely the last release candidate version before the official Pico v2 release.

v2.0.0-rc3

27 Jan 07:27
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

Styles

  • Reduced spacings for header, main, footer, section, article

Fixes

  • Label color when color scheme is forced
  • .outline button border-color
  • Semantic container horizontal spacings
  • Class-less reset form button
  • Helper input text with fieldset
  • Removed link classes on the class-less version

Chores

  • Update dependencies

Full changelog

v1.5.11

27 Jan 07:27
Compare
Choose a tag to compare

Feature

  • Include the close icon styles in the classless version, by @asbjornu
    #400

Fix

Documentation

Chore

  • Upgrade dependencies

Full changelog

A huge thank you to all the contributors ❀️