Skip to content

Commit 840e432

Browse files
update bootstrap-table to 1.18.3 (#8)
1 parent 35c50bf commit 840e432

File tree

7 files changed

+30
-22
lines changed

7 files changed

+30
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**This Bundle provides *simple* [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) configuration for your Doctrine Entities.**
44

5-
Used bootstrap-table version 1.8.2.
5+
Used bootstrap-table version 1.18.3.
66

77
Inspired by [SgDatatablesBundle](https://github.com/stwe/DatatablesBundle).
88

assets/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ require('./css/styles.css');
77
require('bootstrap-table/dist/bootstrap-table.min');
88
require('bootstrap-table/dist/extensions/export/bootstrap-table-export.min');
99
require('bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.min');
10-
//require('bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min');
11-
require('./bootstrap-table-sticky-header');
10+
require('bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min');
1211
//require('bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.min');
1312
require('./bootstrap-table-toolbar');
1413
require("bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "encore production"
1212
},
1313
"dependencies": {
14-
"bootstrap-table": "^1.18.1",
14+
"bootstrap-table": "1.18.3",
1515
"tableexport.jquery.plugin": "^1.10.21"
1616
}
1717
}

src/Resources/public/bootstrap-table.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Resources/public/bootstrap-table.js

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Twig/BootstrapTableTwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class BootstrapTableTwigExtension extends AbstractExtension
1515
{
16-
const ASSET_VERSION = "0.3.4";
16+
const ASSET_VERSION = "0.4.0";
1717

1818
/**
1919
* {@inheritdoc}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,10 +1491,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
14911491
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
14921492
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
14931493

1494-
bootstrap-table@^1.18.1:
1495-
version "1.18.2"
1496-
resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.18.2.tgz#5b65fabe9d1462db193e9c844965da00aef5806c"
1497-
integrity sha512-BShrYY9bcadwxikP5Sd/+tZlbLcYqOBjYm5bdJLu3lRTgXEQ1p937ZNlcCMhIrRhvelUKlSl7EFORnEkSHR7gA==
1494+
bootstrap-table@1.18.3:
1495+
version "1.18.3"
1496+
resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.18.3.tgz#071173f8071235563a7361b5ce7f5ba613eb37b4"
1497+
integrity sha512-/eFLkldDlNFi37qC/d9THfRVxMUGD34E8fQBFtXJLDHLBOVKWDTq7BV+udoP7k3FfCEyhM1jWQnQ0rMQdBv//w==
14981498

14991499
brace-expansion@^1.1.7:
15001500
version "1.1.11"

0 commit comments

Comments
 (0)