bootstrap-input-spinner 4.0.2 → 4.0.4

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.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,20 +1,25 @@
1
1
  # bootstrap-input-spinner
2
2
 
3
- A Bootstrap / jQuery plugin to create input spinner elements for number input.
3
+ A Bootstrap extension to create input spinner elements for number input.
4
4
 
5
- > Note: bootstrap-input-spinner is now a ES6 module. You find the old ES5 version under es5-deprecated. The ES5 version is not maintained anymore and will be removed in the future.
6
-
7
- **[Demo page with examples](http://shaack.com/projekte/bootstrap-input-spinner/)**
5
+ > Note: bootstrap-input-spinner is now a ES6 module. You find the old ES5 version in the folder `es5-deprecated`. The ES5 version is not maintained anymore and will be removed in the future.
8
6
 
9
7
  ![bootstrap-input-spinner](https://shaack.com/projekte/assets/img/bootstrap-input-spinner-floatingpoint-and-i18n.png)
10
8
  *Examples with floating-point and german localization*
11
9
 
12
- > This version is compatible with **Bootstrap 5**, but we remain a Bootstrap 4 compatible version with the branch
10
+ ## References
11
+
12
+ - [Demo page with usage examples](http://shaack.com/projekte/bootstrap-input-spinner/)
13
+ - [GitHub repository](https://github.com/shaack/bootstrap-input-spinner/)
14
+ - [npm package](https://www.npmjs.com/package/bootstrap-input-spinner)
15
+
16
+ ### Older version, Bootstrap 4 compatible
17
+
18
+ > The current is compatible with **Bootstrap 5**, but we remain a Bootstrap 4 compatible version with the branch
13
19
  > <a href="https://github.com/shaack/bootstrap-input-spinner/tree/bootstrap4-compatible">bootstrap4-compatible</a>.
14
20
  > npm package versions 3.x are Bootstrap 5 compatible, versions 2.x Bootstrap 4 compatible.
15
21
 
16
- - **[Current, Bootstrap 5 compatible npm package](https://www.npmjs.com/package/bootstrap-input-spinner)**
17
- - **[Bootstrap 4 compatible npm package](https://www.npmjs.com/package/bootstrap-input-spinner/v/2.1.2)**
22
+ - [Bootstrap 4 compatible npm package](https://www.npmjs.com/package/bootstrap-input-spinner/v/2.1.2)
18
23
 
19
24
  ## Features
20
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-input-spinner",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "A Bootstrap 5 / jQuery plugin to create input spinner elements for number input.",
5
5
  "browser": "./src/bootstrap-input-spinner.js",
6
6
  "scripts": {