Skip to content

Releases: Yohn/PicoCSS

2.2.10

06 Feb 09:38
Compare
Choose a tag to compare

Closes:
#52 data-theme for the switch toggle color modes
#53 Accordion arrow overlapping text, or falling below text when text is long. Now arrow will stay at the top and not overlap text.

Added padding and margin classes to the docs basic.css file, to have 0 spacing, half the default spacing, or 1.5 the spacing added to any element with the assigned class name. If you like it, feel free to use it or adjust to your liking.

Full Changelog: 2.2.9...2.2.10

2.2.9

24 Jan 20:31
Compare
Choose a tag to compare

Full Changelog: 2.2.8...2.2.9

Closes Hamburger Menu show part of menu below #49
Fixes Accordion chevron padding picocss#653

Demo has been updated with new hamburger nav example.

2.2.8

22 Jan 23:44
Compare
Choose a tag to compare

What's Changed

  • FileValidator's bubbling by @Yohn in #46
  • Textarea floating labels by @Yohn in #48
  • Modified the floating labels to be more consistent
  • Edited the striped table code again cause it was failing in some builds.

Full Changelog: 2.2.7...2.2.8

Version 2.2.7

19 Jan 00:42
Compare
Choose a tag to compare

What's Changed

  • Modal sizes and styling with form child by @Yohn in #45
  • Updated the clean-css ignore for striped table rows to not add an empty ruleset.

Full Changelog: 2.2.6...2.2.7

Version 2.2.6

17 Jan 10:31
Compare
Choose a tag to compare

Another css minify quick fix, adding /* clean-css ignore:start */ and /* clean-css ignore:end */ around lines that were getting messed up.

Version 2.2.5

17 Jan 10:03
Compare
Choose a tag to compare

Fixes and Closes [BUG] Striped table does not work on minified pico css version #42
Fixes and Closes [BUG] Broken burger navbar with dropdown subnav #37

Version 2.2.4

14 Jan 02:07
Compare
Choose a tag to compare

Tooltip:

  • Set width: max-content which will width with the max-width: 250px and if the tooltip content is less than 250px wide it will not force the tooltip to be 250px wide. And it ensures if the element the tooltip is assigned to is, lets say 100px, the tooltip will be able to extend that width to the max-width of 250px.

Ghost Buttons

  • #29 has been added to the _buttons.scss and the docs.

2.2.3

11 Jan 09:45
Compare
Choose a tag to compare

What's Changed

  • Fix RTL margin handling in group component by @remohammadi in #25
  • Added a toggle / switch for light and dark modes
  • Improved Tabs for multiple tabs on a page, and nested tabs.
  • Added modal sizes small, medium, large, x-large, and fullscreen
  • Improved floating labels
  • Added the the arrow for the tooltip
  • Improved dropdown submenus

Full Changelog: 2.2.2...2.2.3

2.2.2

31 Dec 06:00
Compare
Choose a tag to compare

Updated role="group"

  • <legend> elements and the .dropdown component are now compatible with the group component.
  • fixed border on label element within groups

2.2.1 Release

21 Dec 11:18
Compare
Choose a tag to compare

What's Changed

  • Improve RTL support by @remohammadi in #18
  • Added Popovers - removed Notifications
  • Added a new Tab component Closes #20 - removed the old tab component (Old tab component did not work in Google Chrome)
    • Valid HTML, 100% accessible, with left and right arrows to navigate the tabs.
    • uses [role=tablist] [role=tab] and [role=tabpanel] attributes.
  • includes pico.fluid.classless.conditional.min.css picocss#645 file missing
  • Improved Dropdowns and Submenus picocss#543 component
  • Corrected dropdown and accordion arrows to function as expected
  • Corrected button colors for light and dark mode
  • Corrected Loading icon in contrast buttons picocss#643 for dark and light mode
  • Safari RTL dropdown picocss#634 text cut off bug corrected
  • Modal: card > form picocss#616 corrected cards to have a form tag before the header and footer and not lose the formatting.
  • Removed margin from last child picocss#557 in forms for better spacing.
  • increased font size for floating labels
  • other bug fixes

Full Changelog: 2.2.0...2.2.1

New Contributors