-
    +
    • 1

    • 2

    • @@ -52,7 +52,7 @@

      Wookmark Simple Example


      -
        +
        • 16

        • 17

        • 18

        • @@ -83,22 +83,14 @@

          Wookmark Simple Example

          From bd8b732f6a6ac41dd66170b4f9ff58e465b7322f Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Thu, 10 Mar 2016 10:57:18 +0700 Subject: [PATCH 08/25] [TASK] Add install with npm to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d9fe26..ee830dc 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Installation bower install wookmark-jquery +### Install with npm + + npm install wookmark + ### jQuery is optional and is used in some of the examples to simplify the code a bit * [jQuery](http://www.jquery.com) - 1.5.3 or better From c9124706a75edeb4156eade4cad32392ea022073 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Thu, 10 Mar 2016 11:04:55 +0700 Subject: [PATCH 09/25] Release 2.1.0 --- .travis.yml | 2 +- CHANGELOG.md | 10 ++ bower.json | 3 +- doc/wookmark.html | 413 ++++++++++++++++++++++++++-------------------- package.json | 2 +- wookmark.js | 6 +- wookmark.min.js | 8 +- 7 files changed, 250 insertions(+), 194 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c3e064..3d46be5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ env: - secure: "Cg+r3iiCOSrghMNfcvFaZBbK0ZLT9mbIlVEYr7cW7P/PjWr3hid51hkEzJcoHxbB/UAqWGh09IBmfmFh4XN9iySj8LyUeFqI/ner9JDQYSnm+dWtxU9TZgA8MRXL4k+/fRYWmUnwOJB211F+fsevfGuKCbqQcl0axBiI+xTsfpQ=" install: 'npm install' after_success: - - 'grunt deploy' + - 'npm run update && npm run deploy' diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ea889..3d17048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changes +## 2.1.0 + +* FIX: Simple example didn't work properly +* FIX: Reduce flickering on loading +* FIX: Only enable transition after wookmark has initialized +* FIX: Defined dev only scripts in package.json +* FIX: layout call didn't trigger item height recomputation +* ADD: Add initialised state after first layout +* CHG: Updated readme + ## 2.0.1 * CHG: !!! We start to rename the plugin to `wookmark` instead of `wookmark-jquery`. Also the repository moved to https://github.com/germanysbestkeptsecret/Wookmark-jQuery. diff --git a/bower.json b/bower.json index 1bedad7..4269fd8 100644 --- a/bower.json +++ b/bower.json @@ -36,6 +36,5 @@ "name": "Sebastian Helzle", "email": "sebastian@helzle.it" } - ], - "main": "wookmark.js" + ] } diff --git a/doc/wookmark.html b/doc/wookmark.html index 7fbcaf6..7196f2e 100644 --- a/doc/wookmark.html +++ b/doc/wookmark.html @@ -35,10 +35,10 @@

          wookmark.js

          @name wookmark.js @author Christoph Ono (chri@sto.ph or @gbks) @author Sebastian Helzle (sebastian@helzle.net or @sebobo) - @version 2.0.1 - @date 06/16/2015 + @version 2.1.0 + @date 03/10/2016 @category jQuery plugin - @copyright (c) 2009-2015 Christoph Ono (www.wookmark.com) + @copyright (c) 2009-2016 Christoph Ono (www.wookmark.com) @license Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. */ /*global define, window, jQuery*/ @@ -193,12 +193,29 @@

          Helper functions