Skip to content

Commit

Permalink
version number changed to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Nov 5, 2018
1 parent 7d8bdb1 commit 007ac14
Show file tree
Hide file tree
Showing 88 changed files with 90 additions and 90 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Full documentation & demos can be found at: [http://tabulator.info](http://tabul

NPM Package Changed
================================
jQuery was removed as a dependency in this release, so Tabulator has moved in NPM from the old [jquery.tabulator](https://www.npmjs.com/package/jquery.tabulator) package to the new [tabulator-tables](https://www.npmjs.com/package/tabulator-tables) package.
jQuery was removed as a dependency in the 4.0 release, so Tabulator has moved in NPM from the old [jquery.tabulator](https://www.npmjs.com/package/jquery.tabulator) package to the new [tabulator-tables](https://www.npmjs.com/package/tabulator-tables) package.


Features
Expand Down Expand Up @@ -66,8 +66,8 @@ npm install tabulator-tables --save
### CDN - UNPKG
To access Tabulator directly from the UNPKG CDN servers, include the following two lines at the start of your project, instead of the localy hosted versions:
```html
<link href="https://unpkg.com/tabulator-tables@4.1.0/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/tabulator-tables@4.1.0/dist/js/tabulator.min.js"></script>
<link href="https://unpkg.com/tabulator-tables@4.1.1/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/tabulator-tables@4.1.1/dist/js/tabulator.min.js"></script>
```

Coming Soon
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "tabulator",
"main": "dist/js/tabulator.js",
"version": "4.1.0",
"version": "4.1.1",
"description": "Interactive table generation JavaScript library",
"keywords": [
"table",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap.css
@@ -1,4 +1,4 @@
/* Tabulator v4.1.0 (c) Oliver Folkerd */
/* Tabulator v4.1.1 (c) Oliver Folkerd */
.tabulator {
position: relative;
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap4.css
@@ -1,4 +1,4 @@
/* Tabulator v4.1.0 (c) Oliver Folkerd */
/* Tabulator v4.1.1 (c) Oliver Folkerd */
.tabulator {
position: relative;
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap4.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap4.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/semantic-ui/tabulator_semantic-ui.css
@@ -1,4 +1,4 @@
/* Tabulator v4.1.0 (c) Oliver Folkerd */
/* Tabulator v4.1.1 (c) Oliver Folkerd */
/*******************************
Site Settings
*******************************/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/semantic-ui/tabulator_semantic-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/semantic-ui/tabulator_semantic-ui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator.css
@@ -1,4 +1,4 @@
/* Tabulator v4.1.0 (c) Oliver Folkerd */
/* Tabulator v4.1.1 (c) Oliver Folkerd */
.tabulator {
position: relative;
border: 1px solid #999;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/tabulator.min.css

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

2 changes: 1 addition & 1 deletion dist/css/tabulator.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator_midnight.css
@@ -1,4 +1,4 @@
/* Tabulator v4.1.0 (c) Oliver Folkerd */
/* Tabulator v4.1.1 (c) Oliver Folkerd */
.tabulator {
position: relative;
border: 1px solid #333;
Expand Down

0 comments on commit 007ac14

Please sign in to comment.