bootstrap-input-spinner 3.1.7 → 3.1.8

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 (3) hide show
  1. package/README.md +10 -6
  2. package/index.html +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -288,10 +288,14 @@ For older browsers (IE 9 or so), that doesn't support `Intl`, when you get an er
288
288
  **"Intl is not defined"** (See [issue #34](https://github.com/shaack/bootstrap-input-spinner/issues/34)), just use a
289
289
  shim or polyfill like [Intl.js](https://github.com/andyearnshaw/Intl.js), and it works.
290
290
 
291
- # Our further Bootstrap and HTML extensions
291
+ # You may want to check out my further Bootstrap and HTML extensions
292
+
293
+ - [bootstrap-input-spinner](https://shaack.com/projekte/bootstrap-input-spinner/) – Input numbers
294
+ - [bootstrap-show-modal](https://shaack.com/projekte/bootstrap-show-modal/) – Show dialogs, dynamically
295
+ - [bootstrap-show-notification](https://shaack.com/projekte/bootstrap-show-notification/) – Show notifications, dynamically
296
+ - [bootstrap-detect-breakpoint](https://www.npmjs.com/package/bootstrap-detect-breakpoint) – Read the curr. BS BP from JS
297
+ - [auto-resize-textarea](https://shaack.com/projekte/auto-resize-textarea/) – Auto resize textareas by its content
298
+ - [external-links-blank](https://www.npmjs.com/package/external-links-blank) – Open all external links `_blank`
299
+
300
+
292
301
 
293
- If you like this component, you may want to check out our other Bootstrap and HTML extensions
294
- [**bootstrap-show-modal**](https://shaack.com/en/open-source-components),
295
- [**bootstrap-detect-breakpoint**](https://shaack.com/en/open-source-components),
296
- [**auto-resize-textarea**](https://shaack.com/en/open-source-components) and
297
- [**external-links-blank**](https://shaack.com/en/open-source-components).
package/index.html CHANGED
@@ -477,7 +477,7 @@ $inputLoop.on("input", function(event) {
477
477
  </script>
478
478
 
479
479
  <div class="card my-5 border-info">
480
- <a href="https://shaack.com/en/open-source-components">
480
+ <a href="https://shaack.com/works">
481
481
  <div class="card-body">
482
482
  <h4 class="mb-2 mt-0">More Bootstrap components (from shaack.com)</h4>
483
483
  You may want to check out our further Bootstrap extensions,
@@ -496,4 +496,4 @@ $inputLoop.on("input", function(event) {
496
496
  $(".buttons-only").inputSpinner({buttonsOnly: true, autoInterval: undefined })
497
497
  </script>
498
498
  </body>
499
- </html>
499
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-input-spinner",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
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": {