react-bootstrap-table-ng 4.19.0 → 4.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,16 +1,58 @@
|
|
|
1
1
|
# react-bootstrap-table-ng
|
|
2
|
-
Maintance fork of [`react-bootstrap-table2`] (https://github.com/react-bootstrap-table/react-bootstrap-table2) created by Allen Fang
|
|
2
|
+
Maintance fork of [`react-bootstrap-table2`] (https://github.com/react-bootstrap-table/react-bootstrap-table2) / npm package [`react-bootstrap-table-next`] (https://www.npmjs.com/package/react-bootstrap-table-next) created by Allen Fang.
|
|
3
|
+
The goal of this fork is to provide stable version with react 18 and above, bootstrap 4 and above.
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
## Changes on top of [`react-bootstrap-table-next`]
|
|
5
6
|
- Support React 18 and React 19
|
|
6
|
-
- Support Bootstrap 3.4.1 and Bootstrap 4.6.2
|
|
7
|
-
- Upgraded Storybook to 10.2.
|
|
7
|
+
- Support Bootstrap 3x up to 3.4.1 and Bootstrap 4x up to 4.6.2
|
|
8
|
+
- Upgraded Storybook to 10.2.7
|
|
8
9
|
- Upgraded Yarn to 4.12.0
|
|
9
10
|
- Converted all test cases from Enzyme to React Testing Library (RTL), Removed Enzyme related dependencies
|
|
10
|
-
- Updated most
|
|
11
|
+
- Updated most dependencies to their latest stable versions to fix vulnerabilities
|
|
11
12
|
|
|
13
|
+
## Release Notes
|
|
14
|
+
https://github.com/jeff-k-zhou/react-bootstrap-table-ng/releases
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
## React and Bootstrap compatibility
|
|
17
|
+
See the below table on which version of react-bootstrap-table-ng you should be using in your project.
|
|
18
|
+
|
|
19
|
+
<table>
|
|
20
|
+
<thead>
|
|
21
|
+
<tr>
|
|
22
|
+
<th rowspan="2">react-bootstrap-table-ng</th>
|
|
23
|
+
<th colspan="3">Dependencies</th>
|
|
24
|
+
</tr>
|
|
25
|
+
<tr>
|
|
26
|
+
<th>react</th>
|
|
27
|
+
<th>bootstrap</th>
|
|
28
|
+
<th>react-bootstrap</th>
|
|
29
|
+
</tr>
|
|
30
|
+
</thead>
|
|
31
|
+
<tbody>
|
|
32
|
+
<tr>
|
|
33
|
+
<td rowspan="2">4.19.x</td>
|
|
34
|
+
<td rowspan="2">18.x - 19.x</td>
|
|
35
|
+
<td>3.x</td>
|
|
36
|
+
<td>0.33.x</td>
|
|
37
|
+
</tr>
|
|
38
|
+
<tr>
|
|
39
|
+
<td>4.x</td>
|
|
40
|
+
<td>1.x</td>
|
|
41
|
+
</tr>
|
|
42
|
+
<tr>
|
|
43
|
+
<td rowspan="2">4.18.x</td>
|
|
44
|
+
<td rowspan="2">18.x</td>
|
|
45
|
+
<td>3.x</td>
|
|
46
|
+
<td>0.33.x</td>
|
|
47
|
+
</tr>
|
|
48
|
+
<tr>
|
|
49
|
+
<td>4.x</td>
|
|
50
|
+
<td>1.x</td>
|
|
51
|
+
</tr>
|
|
52
|
+
</tbody>
|
|
53
|
+
</table>
|
|
54
|
+
|
|
55
|
+
**[Live Demo](https://jeff-k-zhou.github.io/react-bootstrap-table-ng/storybook/index.html)**
|
|
14
56
|
|
|
15
57
|
## Usage
|
|
16
58
|
|