Releases: ThomasDev-de/bs-touchspin
Releases · ThomasDev-de/bs-touchspin
v1.0.4: Bump version to 1.0.4 and enhance bs-touchspin library:
- Updated `bs-touchspin.js` version to 1.0.4. - Introduced `namespace` for scoped event handling. - Added `inputMinWidth` configuration for adjustable input width. - Implemented dynamic width handling with `handleInputWidth` and width calculation logic. - Refined prefix and postfix handling with new `setPrefix` and `setPostfix` methods. - Enhanced event bindings with namespaced handlers for better isolation. - Added `destroy` method for proper instance cleanup and restoration.
v1.0.3.2: Bump version to 1.0.3.2 and update bs-touchspin library:
- Updated `composer.json` and `bs-touchspin.js` version to 1.0.3.2. - Adjusted button minimum width for better display consistency. - Refined demo HTML dependencies by uncommenting Bootstrap CSS link and commenting out redundant external stylesheet.
v1.0.3.1: Bump version to 1.0.3.1 and update bs-touchspin library:
- Updated `composer.json` and `bs-touchspin.js` version to 1.0.3.1. - Enhanced button rendering with improved spacing and dynamic min-width. - Adjusted demo HTML dependencies for streamlined functionality.
v1.0.3: Bump version to 1.0.3 and improve bs-touchspin library:
- Updated `composer.json` and `bs-touchspin.js` version to 1.0.3. - Removed redundant `step === "any"` condition for streamlined logic. - Added new input example in the demo for enhanced user interactions. - Refined logic to ensure proper button state handling and input readiness.
v1.0.2: Update bs-touchspin library:
- Bumped version to 1.0.2 in `composer.json`. - Refactored utility method `getDecimalPlaces` to `getDecimalBySteps` for improved clarity and consistency. - Introduced `decimals` configuration option for enhanced precision control. - Refined step calculation and value rounding logic. - Added `roave/security-advisories` as a development dependency.
v1.0.1: Enhance bs-touchspin library with new features and improvements:
- Added detailed documentation and namespace annotations. - Introduced advanced number formatter utilities (e.g., percentage, locale, currency). - Improved value formatting and display logic. - Enhanced configuration with min/max defaults and flexible formatter handling. - Refactored logic to support custom formatter functions.
v1.0.0
Enhance bs-touchspin: Add minified JS, update defaults, improve butto…