Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoryak committed Jan 26, 2017
1 parent 0406c96 commit 814c302
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 1,438 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 2.0.0

Breaking changes:
- slim version no longer provided. Will use underscore, or shim the things we need
- removed allowing deprecated options from 1.3.x
- moved development version into /src dir and no longer use grunt here

nothing big and exciting in version 2, just semvar and breaking changes.

bug fixes:
- #348 - headers Stay stuck after reposition
- commonjs support works now, i promise

### 1.4.5

- #334 - fix memory leaks from print events
Expand Down
71 changes: 0 additions & 71 deletions Gruntfile.coffee

This file was deleted.

19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jquery.floatThead 1.4.5
jquery.floatThead 2.0.0
=================
[![woot](http://giant.gfycat.com/AnyGloriousAlpaca.gif "or just click")](http://mkoryak.github.io/floatThead/)

Expand All @@ -20,11 +20,11 @@ npm install floatthead
bower install floatThead
```
#### Download code
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/1.4.5.zip)
[Latest Release (zip)](https://github.com/mkoryak/floatThead/archive/2.0.0.zip)

#### Via CDN
[http://cdnjs.com/libraries/floatthead/](http://cdnjs.com/libraries/floatthead/)
[http://www.jsdelivr.com/#!jquery.floatthead](http://www.jsdelivr.com/#!jquery.floatthead)
[http://cdnjs.com/libraries/floatthead/](http://cdnjs.com/libraries/floatthead/)
[http://www.jsdelivr.com/#!jquery.floatthead](http://www.jsdelivr.com/#!jquery.floatthead)
[https://unpkg.com/floatthead](https://unpkg.com/floatthead)

#### For java people
Expand Down Expand Up @@ -80,7 +80,7 @@ Change Log

## Who is using floatThead ?

### [around 20K hits on guthub cod search](https://github.com/search?q=floatThead&ref=reposearch&type=Code&utf8=%E2%9C%93)
### [around 45K hits on guthub cod search](https://github.com/search?q=floatThead&ref=reposearch&type=Code&utf8=%E2%9C%93)

### [http://kangax.github.io/compat-table/](http://kangax.github.io/compat-table/es6/)

Expand All @@ -96,15 +96,6 @@ Change Log
- https://github.com/epantry/django-sql-explorer/commit/34ae345325a1e07ff952800fcd6dc5bddac5e3f2-


# You are still reading this?

Like clicking on things? Check out these great domains:

- http://guthib.com
- http://soundbutt.com
- http://guthub.com
- http://programmingdrunk.com

License
-------
MIT
10 changes: 3 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,19 @@
"main": [
"dist/jquery.floatThead.js",
"dist/jquery.floatThead.min.js"
],
],
"browser": [
"dist/jquery.floatThead.min.js"
],
],
"keywords": [
"float table header", "locked header", "table header", "table", "sticky header", "floatThead", "scrolling table", "fixed header"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"demo",
"Gruntfile.coffee",
"jquery.floatThead._.js",
"jquery.floatThead.js",
"package.json",
".gitignore"
],
Expand Down
Loading

0 comments on commit 814c302

Please sign in to comment.