Skip to content

2.2.1 Release

Compare
Choose a tag to compare
@Yohn Yohn released this 21 Dec 11:18
· 73 commits to main since this 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