Releases: Yohn/PicoCSS
2.2.10
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
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
Version 2.2.7
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
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
Version 2.2.4
Tooltip:
- Set
width: max-content
which will width with themax-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
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
2.2.1 Release
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
- @remohammadi made their first contribution in #18