Skip to content

v2.0.0

Compare
Choose a tag to compare
@pgalias pgalias released this 20 Sep 19:28
· 28 commits to master since this release
  • Accordion
    • changed mechanism of working from using :target selector to using inputs type radio/checkbox and :checked selector
    • added possibility to collapse one or multiple accordions
  • Dropdown
    • changed mechanism of working from using :hover selector to using inputs type checkbox and :checked selector
    • new two type of dropdowns
    • new four directions of dropdown appearing
    • added nested dropdowns
  • Modalbox
    • changed mechanism of working from using :target selector to using input type checkbox and :checked selector
    • new four types of dialogs
  • Slider
    • added four various positions of slider pills
    • added navigation arrows
  • Separated raw styles from theme styles
  • Gulp commands