Skip to content

Commit

Permalink
⚡ v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Dec 21, 2022
1 parent a612405 commit ed329aa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### [2.1.2] - 2022-12-21

- Slide down function > fix a minor bug
- Fade animation missing position absolute
- Init ETA by data-attribute with JSON format

### [2.1.1] - 2022-12-09

- Minor bug of `slideDown` when initial
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import "@viivue/easy-tab-accordion";

```html
<!-- JS (10KB) -->
<script src="https://cdn.jsdelivr.net/gh/viivue/[email protected].1/dist/easy-tab-accordion.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/viivue/[email protected].2/dist/easy-tab-accordion.min.js"></script>
```

## Initialize
Expand Down
Loading

0 comments on commit ed329aa

Please sign in to comment.