Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wenzhixin/bootstrap-table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.0
Choose a base ref
...
head repository: wenzhixin/bootstrap-table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.24.1
Choose a head ref
Loading
Showing with 6,181 additions and 4,163 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/1_Bug_report.yaml
  2. +4 −6 .npmignore
  3. +12 −0 CHANGELOG.md
  4. +1 −1 _config.yml
  5. +1 −1 bootstrap-table.jquery.json
  6. +1,140 −1,038 dist/bootstrap-table-locale-all.js
  7. +2 −2 dist/bootstrap-table-locale-all.min.js
  8. +383 −392 dist/bootstrap-table-vue.js
  9. +5 −5 dist/bootstrap-table-vue.umd.js
  10. +1 −1 dist/bootstrap-table.css
  11. +121 −89 dist/bootstrap-table.js
  12. +1 −1 dist/bootstrap-table.min.css
  13. +2 −2 dist/bootstrap-table.min.js
  14. +1 −1 dist/extensions/addrbar/bootstrap-table-addrbar.min.js
  15. +55 −180 dist/extensions/auto-refresh/bootstrap-table-auto-refresh.js
  16. +2 −2 dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js
  17. +6 −5 dist/extensions/cookie/bootstrap-table-cookie.js
  18. +2 −2 dist/extensions/cookie/bootstrap-table-cookie.min.js
  19. +6 −7 dist/extensions/copy-rows/bootstrap-table-copy-rows.js
  20. +2 −2 dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js
  21. +13 −19 dist/extensions/custom-view/bootstrap-table-custom-view.js
  22. +2 −2 dist/extensions/custom-view/bootstrap-table-custom-view.min.js
  23. +1 −1 dist/extensions/defer-url/bootstrap-table-defer-url.min.js
  24. +1 −1 dist/extensions/editable/bootstrap-table-editable.min.js
  25. +6 −7 dist/extensions/export/bootstrap-table-export.js
  26. +2 −2 dist/extensions/export/bootstrap-table-export.min.js
  27. +11 −11 dist/extensions/filter-control/bootstrap-table-filter-control.js
  28. +1 −1 dist/extensions/filter-control/bootstrap-table-filter-control.min.css
  29. +2 −2 dist/extensions/filter-control/bootstrap-table-filter-control.min.js
  30. +2 −2 dist/extensions/filter-control/utils.min.js
  31. +1 −1 dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css
  32. +1 −1 dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js
  33. +11 −11 dist/extensions/group-by-v2/bootstrap-table-group-by.js
  34. +1 −1 dist/extensions/group-by-v2/bootstrap-table-group-by.min.css
  35. +2 −2 dist/extensions/group-by-v2/bootstrap-table-group-by.min.js
  36. +1 −1 dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js
  37. +1 −1 dist/extensions/key-events/bootstrap-table-key-events.min.js
  38. +1 −1 dist/extensions/mobile/bootstrap-table-mobile.min.js
  39. +20 −31 dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js
  40. +2 −2 dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js
  41. +1 −1 dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css
  42. +1 −1 dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js
  43. +1 −1 dist/extensions/pipeline/bootstrap-table-pipeline.min.js
  44. +6 −6 dist/extensions/print/bootstrap-table-print.js
  45. +2 −2 dist/extensions/print/bootstrap-table-print.min.js
  46. +1 −1 dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js
  47. +1 −1 dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css
  48. +1 −1 dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js
  49. +1 −1 dist/extensions/resizable/bootstrap-table-resizable.min.js
  50. +1 −1 dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css
  51. +1 −1 dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js
  52. +5 −23 dist/extensions/toolbar/bootstrap-table-toolbar.js
  53. +2 −2 dist/extensions/toolbar/bootstrap-table-toolbar.min.js
  54. +1 −1 dist/extensions/treegrid/bootstrap-table-treegrid.min.js
  55. +1 −1 dist/locale/bootstrap-table-af-ZA.min.js
  56. +1 −1 dist/locale/bootstrap-table-ar-SA.min.js
  57. +1 −1 dist/locale/bootstrap-table-bg-BG.min.js
  58. +1 −1 dist/locale/bootstrap-table-ca-ES.min.js
  59. +1 −1 dist/locale/bootstrap-table-cs-CZ.min.js
  60. +1 −1 dist/locale/bootstrap-table-da-DK.min.js
  61. +1 −1 dist/locale/bootstrap-table-de-DE.min.js
  62. +1 −1 dist/locale/bootstrap-table-el-GR.min.js
  63. +1 −1 dist/locale/bootstrap-table-en-US.min.js
  64. +1 −1 dist/locale/bootstrap-table-es-AR.min.js
  65. +1 −1 dist/locale/bootstrap-table-es-CL.min.js
  66. +1 −1 dist/locale/bootstrap-table-es-CR.min.js
  67. +1 −1 dist/locale/bootstrap-table-es-ES.min.js
  68. +1 −1 dist/locale/bootstrap-table-es-MX.min.js
  69. +1 −1 dist/locale/bootstrap-table-es-NI.min.js
  70. +1 −1 dist/locale/bootstrap-table-es-SP.min.js
  71. +1 −1 dist/locale/bootstrap-table-et-EE.min.js
  72. +1 −1 dist/locale/bootstrap-table-eu-EU.min.js
  73. +1 −1 dist/locale/bootstrap-table-fa-IR.min.js
  74. +1 −1 dist/locale/bootstrap-table-fi-FI.min.js
  75. +1 −1 dist/locale/bootstrap-table-fr-BE.min.js
  76. +1 −1 dist/locale/bootstrap-table-fr-CH.min.js
  77. +1 −1 dist/locale/bootstrap-table-fr-FR.min.js
  78. +1 −1 dist/locale/bootstrap-table-fr-LU.min.js
  79. +1 −1 dist/locale/bootstrap-table-he-IL.min.js
  80. +1 −1 dist/locale/bootstrap-table-hi-IN.min.js
  81. +1 −1 dist/locale/bootstrap-table-hr-HR.min.js
  82. +1 −1 dist/locale/bootstrap-table-hu-HU.min.js
  83. +1 −1 dist/locale/bootstrap-table-id-ID.min.js
  84. +1 −1 dist/locale/bootstrap-table-it-IT.min.js
  85. +1 −1 dist/locale/bootstrap-table-ja-JP.min.js
  86. +1 −1 dist/locale/bootstrap-table-ka-GE.min.js
  87. +1 −1 dist/locale/bootstrap-table-ko-KR.min.js
  88. +1 −1 dist/locale/bootstrap-table-lb-LU.min.js
  89. +2,037 −0 dist/locale/bootstrap-table-lt-LT.js
  90. +10 −0 dist/locale/bootstrap-table-lt-LT.min.js
  91. +1 −1 dist/locale/bootstrap-table-ms-MY.min.js
  92. +1 −1 dist/locale/bootstrap-table-nb-NO.min.js
  93. +1 −1 dist/locale/bootstrap-table-nl-BE.min.js
  94. +1 −1 dist/locale/bootstrap-table-nl-NL.min.js
  95. +1 −1 dist/locale/bootstrap-table-pl-PL.min.js
  96. +1 −1 dist/locale/bootstrap-table-pt-BR.min.js
  97. +1 −1 dist/locale/bootstrap-table-pt-PT.min.js
  98. +1 −1 dist/locale/bootstrap-table-ro-RO.min.js
  99. +1 −1 dist/locale/bootstrap-table-ru-RU.min.js
  100. +1 −1 dist/locale/bootstrap-table-sk-SK.min.js
  101. +1 −1 dist/locale/bootstrap-table-sl-SI.min.js
  102. +1 −1 dist/locale/bootstrap-table-sr-Cyrl-RS.min.js
  103. +1 −1 dist/locale/bootstrap-table-sr-Latn-RS.min.js
  104. +1 −1 dist/locale/bootstrap-table-sv-SE.min.js
  105. +1 −1 dist/locale/bootstrap-table-th-TH.min.js
  106. +1 −1 dist/locale/bootstrap-table-tr-TR.min.js
  107. +1 −1 dist/locale/bootstrap-table-uk-UA.min.js
  108. +1 −1 dist/locale/bootstrap-table-ur-PK.min.js
  109. +1 −1 dist/locale/bootstrap-table-uz-Latn-UZ.min.js
  110. +1 −1 dist/locale/bootstrap-table-vi-VN.min.js
  111. +1 −1 dist/locale/bootstrap-table-zh-CN.min.js
  112. +1 −1 dist/locale/bootstrap-table-zh-TW.min.js
  113. +1 −1 dist/themes/bootstrap-table/bootstrap-table.min.css
  114. +1 −1 dist/themes/bootstrap-table/bootstrap-table.min.js
  115. +1 −1 dist/themes/bulma/bootstrap-table-bulma.min.css
  116. +1 −1 dist/themes/bulma/bootstrap-table-bulma.min.js
  117. +1 −1 dist/themes/foundation/bootstrap-table-foundation.min.css
  118. +1 −1 dist/themes/foundation/bootstrap-table-foundation.min.js
  119. +1 −1 dist/themes/materialize/bootstrap-table-materialize.min.css
  120. +1 −1 dist/themes/materialize/bootstrap-table-materialize.min.js
  121. +1 −1 dist/themes/semantic/bootstrap-table-semantic.min.css
  122. +1 −1 dist/themes/semantic/bootstrap-table-semantic.min.js
  123. +4 −4 package.json
  124. +2 −0 site/docs/vuejs/component.md
  125. +14 −0 site/news.md
  126. +15 −6 src/bootstrap-table.js
  127. +1 −1 src/bootstrap-table.scss
  128. +71 −1 src/constants/index.js
  129. +14 −16 src/extensions/auto-refresh/bootstrap-table-auto-refresh.js
  130. +12 −19 src/extensions/cookie/bootstrap-table-cookie.js
  131. +6 −7 src/extensions/copy-rows/bootstrap-table-copy-rows.js
  132. +14 −19 src/extensions/custom-view/bootstrap-table-custom-view.js
  133. +6 −7 src/extensions/export/bootstrap-table-export.js
  134. +12 −11 src/extensions/filter-control/bootstrap-table-filter-control.js
  135. +12 −11 src/extensions/group-by-v2/bootstrap-table-group-by.js
  136. +22 −31 src/extensions/multiple-sort/bootstrap-table-multiple-sort.js
  137. +6 −6 src/extensions/print/bootstrap-table-print.js
  138. +5 −23 src/extensions/toolbar/bootstrap-table-toolbar.js
  139. +103 −0 src/locale/bootstrap-table-lt-LT.js
  140. +28 −69 src/utils/index.js
  141. +3 −0 src/vue/BootstrapTable.vue
  142. +1,863 −1,985 yarn.lock
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ body:
id: affected-versions
attributes:
label: Bootstraptable version(s) affected
placeholder: 1.24.0
placeholder: 1.24.1
validations:
required: true
- type: textarea
10 changes: 4 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -7,13 +7,11 @@ tools
tests
_config.yml
.browserslistrc
.eslintrc.js
.ncurc.json
.stylelintrc
.travis.yml
.cspell-words.txt
.cspell.json
.editorconfig
CONTRIBUTING.md
deploy_key.enc
deploy.sh
cypress.config.js
DONATORS.md
Gemfile
Gemfile.lock
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
ChangeLog
---------

### 1.24.1

#### Core

- **New:** Add `lt-LT` locale.
- **Update:** Fixed `filterBy` not working bug after using `filterAlgorithm` option.
- **Update:** Fixed cookie extension throws js error bug.
- **Update:** Fixed icons prefix bugs in extensions.
- **Update:** Fix bug where totalRows is not integer in formatter.
- **Update:** Fixed bug of table is not destroyed after vue component is unmounted.
- **Update:** Fixed high severity vulnerability issue using `npm-run-all2` instead.

### 1.24.0

#### Core
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ algolia:
index_name: bootstrap-table

# Custom variables
current_version: 1.24.0
current_version: 1.24.1
title: "Bootstrap Table"
description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
authors: "Zhixin Wen, and Bootstrap Table contributors"
2 changes: 1 addition & 1 deletion bootstrap-table.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
"version": "1.24.0",
"version": "1.24.1",
"title": "Bootstrap Table",
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
"author": {
Loading