Skip to content

Commit

Permalink
Merge pull request #11 from phucbm/v2.0.3
Browse files Browse the repository at this point in the history
release v2.0.3
  • Loading branch information
phucbm authored Jan 13, 2023
2 parents a115389 + 687db09 commit 58996ea
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v2.0.3 - 2023-01-13

- Validate wrapAround option

### v2.0.2 - 2022-11-18

- Fix bug detect first/last slide to disable prev/next button.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {FlickityResponsive} from "flickity-responsive";

```html

<script src="https://cdn.jsdelivr.net/gh/phucbm/[email protected].2/flickity-responsive.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/phucbm/[email protected].3/flickity-responsive.min.js"></script>
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@ <h2>Custom arrows</h2>
<footer class="footer ta-center mb">
<hr class="mb bold">
<p>
<a href="https://github.com/viivue/easy-tab-accordion" target="_blank">
<svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32"
<a href="https://github.com/phucbm/flickity-responsive" target="_blank">
<svg height="32" aria-hidden="true" viewBox="0 0 16 16" width="32"
data-view-component="true"
class="octicon octicon-mark-github v-align-middle">
<path fill-rule="evenodd"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
</a>
</p>
<p>Copyright (c) 2022 Phuc Bui</p>
<p>Copyright (c) 2023 <a href="https://github.com/phucbm" target="_blank">Phuc Bui</a></p>
</footer>

</div>
Expand Down
2 changes: 1 addition & 1 deletion dev/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const packageInfo = require('../package.json');
*/
// update title
const title = `${packageInfo.prettyName} v${packageInfo.version}`;
document.title = `[DEV] ${title} - ${packageInfo.description}`;
document.title = `${title} - ${packageInfo.description}`;
document.querySelector('[data-title]').innerHTML = title;
document.querySelector('[data-description]').innerHTML = packageInfo.description;

Expand Down
8 changes: 4 additions & 4 deletions dist/flickity-responsive.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58996ea

Please sign in to comment.