Releases: kshetline/tubular_ng-widgets
Releases · kshetline/tubular_ng-widgets
v2.2.4
- Fix issues with sometimes difficult entry of range-limited year. Fix bug with view-only digits not activating on-screen keyboard after view-only mode it turned off. Make demo better handling custom ISO date/time.
- Update dependencies to fix iOS keyboard input bug.
- Angular 14 compatibility.
- Fix clipboard copy bug.
- Fix directionality of calendar day grid for right-to-left languages.
- Fix i18n of day-of-week headers. Update Angular and other dependencies.
- Update to 2024b.
v2.2.0
- Fix issues with sometimes difficult entry of range-limited year.
- Fix bug with view-only digits not activating on-screen keyboard after view-only mode it turned off.
- Make demo better handling custom ISO date/time.
- Fix iOS keyboard input bug.
- Update demo to Angular 14.
- Fix clipboard copy bug.
- Fix directionality of calendar day grid for right-to-left languages.
- Fix i18n of day-of-week headers.
v1.4.3
- Fix issues with sometimes difficult entry of range-limited year.
- Fix bug with view-only digits not activating on-screen keyboard after view-only mode it turned off.
- Make demo better handling custom ISO date/time.
- Fix iOS keyboard input bug.
- Fix clipboard copy bug.
- Fix directionality of calendar day grid for right-to-left languages.
- Fix i18n of day-of-week headers.
v2.1.0
v2.0.3
- Change how faded digits are handled to make styling more flexible.
- Expose TimeEditorLimit to public API.
- Fix editing of milliseconds when only 1 or 2 millis digits are displayed.
- Center digits when floating palette is wider than all digits.
- Export MixedTimeEditorOptions type.
- Add component.
- Improve handling of time-only mode of TimeEditor.
- Add blinking cursor, with option for non-blinking cursor or changing blink rate.
- Fix iOS 15 issues with keyboard input not working.
- Fix Safari calendar widget bug.
- Improved TAI/UTC conversion handling to ensure proper handling of millisecond-precision time input.
- Update CSS with
flex-start
instead ofstart
.