You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`v5.2.1` 2018-12-01 - Change \`index.d.ts\` to use \`export default Shuffle\` ([#214](https://github.com/Vestride/Shuffle/issues/214#issuecomment-441409237)). Upgrade dev dependencies.
16
+
-`v5.2.1` 2018-12-01 - Change \`index.d.ts\` to use \`export default Shuffle\` ([#214](https://github.com/glen-cheney/Shuffle/issues/214#issuecomment-441409237)). Upgrade dev dependencies.
17
17
-`v5.2.0` 2018-08-19 - Lazily test whether the browser's `getComputedStyle` includes padding. This allows the bundled file to be imported in node for server side rendering.
18
18
-`v5.1.2` 2018-03-26 - Fix misspelled `delimiter` option. Both "delimiter" and "delimeter" will continue to work for v5.
19
19
-`v5.1.1` 2018-03-02 - Fix new item animation when there is an active filter.
@@ -28,12 +28,12 @@ For a more detailed changelog, visit [the latest releases](https://github.com/Ve
-`v4.0.0` 2016-04-20 - Rewrite in ES6 with babel. Remove jQuery and Modernizr dependencies. Remove support for IE<11. Docs improvements. Switch to gulp build system with webpack.
31
-
-`v3.1.0` 2015-03-23 - Allow zero speed option ([#64](https://github.com/Vestride/Shuffle/issues/64)) and cancel previous animations instead of ignoring new ones ([#69](https://github.com/Vestride/Shuffle/issues/69)). Handle non-integer columns better ([#46](https://github.com/Vestride/Shuffle/issues/46))
31
+
-`v3.1.0` 2015-03-23 - Allow zero speed option ([#64](https://github.com/glen-cheney/Shuffle/issues/64)) and cancel previous animations instead of ignoring new ones ([#69](https://github.com/glen-cheney/Shuffle/issues/69)). Handle non-integer columns better ([#46](https://github.com/glen-cheney/Shuffle/issues/46))
32
32
-`v3.0.4` 2015-02-16 - Publish to NPM.
33
33
-`v3.0.2` 2015-01-21 - Remove from jQuery plugins directory.
34
34
-`v3.0.1` 2014-12-29 - Add CommonJS support.
35
35
-`v3.0.0` 2014-10-06 - Refactored with improvements, added unit tests, more documentation. Removed some triggered events.
36
-
-`v2.1.2` 2014-06-01 - Use `window.jQuery` instead of `window.$` to work better with noConflict. Fixed [#25](https://github.com/Vestride/Shuffle/issues/25).
36
+
-`v2.1.2` 2014-06-01 - Use `window.jQuery` instead of `window.$` to work better with noConflict. Fixed [#25](https://github.com/glen-cheney/Shuffle/issues/25).
37
37
-`v2.1.1` 2014-04-16 - Fix items with zero opacity overlapping visible ones in IE<10.
38
38
-`v2.1.0` 2014-04-12 - Register with bower as `shufflejs`.
Copy file name to clipboardExpand all lines: apps/website/docs/faqs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,6 @@ Bootstrap 4 uses flexbox for grids, so your main shuffle container element must
46
46
47
47
:::info Didn't find an answer?
48
48
49
-
Try browsing the [CodePen collection](https://codepen.io/collection/AWGLbd) or searching the issues [on GitHub](https://github.com/Vestride/Shuffle/issues).
49
+
Try browsing the [CodePen collection](https://codepen.io/collection/AWGLbd) or searching the issues [on GitHub](https://github.com/glen-cheney/Shuffle/issues).
0 commit comments