Skip to content

Commit f42710b

Browse files
authored
Create CHANGELOG.md
1 parent caaf596 commit f42710b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v2.0.0
2+
- Accordion
3+
- changed mechanism of working from using :target selector to using inputs type radio/checkbox and :checked selector
4+
- added possibility to collapse one or multiple accordions
5+
- Dropdown
6+
- changed mechanism of working from using :hover selector to using inputs type checkbox and :checked selector
7+
- new two type of dropdowns
8+
- new four directions of dropdown appearing
9+
- added nested dropdowns
10+
- Modalbox
11+
- changed mechanism of working from using :target selector to using input type checkbox and :checked selector
12+
- new four types of dialogs
13+
- Slider
14+
- added four various positions of slider pills
15+
- added navigation arrows
16+
- Separated raw styles from theme styles
17+
- Gulp commands
18+
19+
# v1.0.0
20+
Initial commit

0 commit comments

Comments
 (0)