Change Log
Latest Releasev9.0.315 June 2022
Bug Fixes
- textarea: resize causes a scroll to top of the page (#666)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
Current Devv9.0.3-dev.20220615123915 June 2022
Bug Fixes
- textarea: resize causes a scroll to top of the page (#666)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v9.0.21 June 2022
Bug Fixes
- numerictextbox: does not keep -0 value on focus (#662)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v9.0.19 May 2022
Bug Fixes
- formfield: aria-describedby is set when no errors are present (#655)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v9.0.020 April 2022
Features
- update to Angular v12 (#588)
- mark as compatible with Angular v14
- checkbox:
- introduce the
'none'
option for the rounded and size properties
- introduce the
- colorpicker:
- introduce the
'none'
option for the fillMode, gradientSettings and size properties
- introduce the
- maskedtextbox:
- introduce the
'none'
option for the fillMode, rounded and rules properties
- introduce the
- numerictextbox:
- introduce the
'none'
option for the fillMode, rounded and size properties
- introduce the
- radiobutton:
- introduce the
'none'
option for the size property
- introduce the
- switch:
- introduce the
'none'
option for the size, thumbRounded and trackRounded properties
- introduce the
- textarea:
- introduce the
'none'
option for the fillMode, rounded and size properties
- introduce the
- textbox:
- introduce the
'none'
option for the fillMode, rounded and size properties
- introduce the
Breaking Changes
- No longer compatible with Angular v8 - 11
- The rounded and size options of the CheckBox no longer support
null
. Please use'none'
instead. - The fillMode, gradientSettings and size options of the ColorPicker no longer support
null
. Please use'none'
instead. - The fillMode, rounded and rules options of the MaskedTextBox no longer support
null
. Please use'none'
instead. - The fillMode, rounded and size options of the NumericTextBox no longer support
null
. Please use'none'
instead. - The size option of the RadioButton no longer supports
null
. Please use'none'
instead. - The size, thumbRounded and trackRounded options of the Switch no longer support
null
. Please use'none'
instead. - The fillMode, rounded and size options of the TextArea no longer support
null
. Please use'none'
instead. - The fillMode, rounded and size options of the TextBox no longer support
null
. Please use'none'
instead.
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.925 March 2022
Bug Fixes
- maskedtextbox: literals not included in value initially
- rangeslider: dragging the handle fast creates discrepancies (#639)
- textbox: improve browser detection logic (#642)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.810 March 2022
Bug Fixes
- exclude rxjs/operators from CDN bundles (#637)
- textarea: resizable option discrepancies (#628)
- textbox: cursor jumps to the end of the input text on Safari (#636)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.72 March 2022
Bug Fixes
- error in cdn bundle
- cdn bundles global imports
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.625 February 2022
Bug Fixes
- flatcolorpicker: hue slider value is reset on alpha slider value change (#626)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.518 February 2022
Bug Fixes
- textarea: directive is missing styling classes
- textbox: directive is missing styling classes
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.416 February 2022
Bug Fixes
- colorpalette: initially selected cell is missing corresponding styles (#631)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.37 February 2022
Bug Fixes
- textarea: auto sizing behaves inconsistently (#625)
- textbox: success and error icons are not aligned (#627)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.225 January 2022
Bug Fixes
- colorpicker:
- buttons are missing correct type
- focusing the ColorGradient HEX input triggers error
- error on opening with ChangeDetectionStrategy OnPush (#620)
- textarea:
- vertical resize is not working
- setting size automatically is not working
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.120 January 2022
Bug Fixes
- export missing modules (#619)
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v8.0.019 January 2022
Bug Fixes
- bump themes dependencies to v5 (#617)
- colorgradient: the format option is ignored when set to hex
- colorpicker:
- deprecate the view option
- valueChange fired twice on color selection
- slider: update rendering
Features
- compatibility with kendo ui themes v5
- introduce FlatColorPicker component
- checkbox: add size and rounded options
- colorgradient: introduce contrast tool
- colorpicker:
- add size, rounded and fillMode options
- introduce the views array option
- introduce color preview
- introduce cancel event
- introduce contrast tool
- redesign component
- maskedtextbox: add size, rounded and fillMode options
- numerictextbox: add size, rounded and fillMode options
- radiobutton: add size option
- switch: add size, trackRounded and thumbRounded options
- textarea: add size, rounded and fillMode options
- textbox: add size, rounded and fillMode options
Breaking Changes
- The Kendo UI Inputs received major rendering changes, which require updating your kendo ui theme to v5 or newer
- the ColorPicker view option has been replaced by the newly introduced views option
- The ColorPicker component has received a major redesign which includes both rendering and API changes
- The kendo-textbox-container component has been removed. We recommend using the FloatingLabel component instead.
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v7.5.318 January 2022
Bug Fixes
- update slider and rangeslider rendering for themes v4 (#616)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.44.0
- @progress/kendo-theme-default: ^4.44.0
- @progress/kendo-theme-material: ^4.44.0
v7.5.222 November 2021
Bug Fixes
- textbox: value is duplicated when using Japanese IME in Safari (#601)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.42.0
- @progress/kendo-theme-default: ^4.42.0
- @progress/kendo-theme-material: ^4.42.0
v7.5.13 November 2021
Bug Fixes
- mark as compatible with Angular 13
- add support for RxJS 7
Supported themes
- @progress/kendo-theme-bootstrap: ^4.42.0
- @progress/kendo-theme-default: ^4.42.0
- @progress/kendo-theme-material: ^4.42.0
v7.5.028 October 2021
Bug Fixes
- bump theme versions (#597)
- numerictextbox: right clicking on the spin buttons changes the value (#595)
Features
- update colorgradient and colorpalette rendering (#587)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.42.0
- @progress/kendo-theme-default: ^4.42.0
- @progress/kendo-theme-material: ^4.42.0
v7.4.02 September 2021
Bug Fixes
- numerictextbox: spinners miss a role attribute
- textbox: unsubscribe issue on destroying component (#570)
Features
- numerictextbox: introduce changeValueOnScroll property
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.3.23 August 2021
Bug Fixes
- formfield: wrapping ngFor with radio buttons throws error (#564)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.3.120 July 2021
Bug Fixes
- switch: animation is triggered on initial rendering (#563)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.3.011 June 2021
Features
- add valueChange delay to GradientSettings
- colorgradient:
- improve keyboard navigation
- add localization messages
- colorpalette: add localization messages
- colorpicker:
- improve keyboard navigation
- add localization messages
- slider: accessibility enhancements (#554)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.2.225 May 2021
Bug Fixes
- Sliders are not disabled through form control with OnPush strategy
- ColorPickers are not disabled through form control with OnPush strategy
- maskedtextbox: not disabled through form control with OnPush strategy
- numerictextbox: not disabled through form control with OnPush strategy
- textarea: not disabled through form control with OnPush strategy
- textbox: not disabled through form control with OnPush strategy
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.2.15 May 2021
Bug Fixes
- update ng-add schema
- mark as compatible with Angular v12
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.2.019 March 2021
Bug Fixes
- formfield: set aria-describedby only when hint or error is present (#535)
Features
- numerictextbox: add maxlength option
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.1.211 February 2021
Bug Fixes
- textarea: focusing the component programmatically triggers an error
- textbox: focusing the component programmatically triggers an error
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.1.14 February 2021
Bug Fixes
- textbox: label association via template reference (#531)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.1.019 January 2021
Bug Fixes
- bump theme dependencies
- formfield: error for aria attributes when projecting Kendo components
- textarea: aot compilation error (#521)
- textbox:
- clearButton does not show when value changed programmatically
- component emits null, when value cleared via clearButton
Features
- textarea component (#504)
- textbox: introduce maxlength property
Supported themes
- @progress/kendo-theme-bootstrap: ^4.29.0
- @progress/kendo-theme-default: ^4.31.0
- @progress/kendo-theme-material: ^3.27.0
v7.0.016 December 2020
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.7.424 November 2020
Bug Fixes
- add homepage URL
- textbox: inconsistent focus style when tabbing (#499)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.7.311 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- textbox:
- selectOnFocus is not working when input is readonly (#490)
- clearButton is not visible when value is set through ngModel
- clearButton remains visible on space keydown
- set initial value of showSuccessIcon and showErrorIcon to false
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.7.221 September 2020
Bug Fixes
- textbox:
- focus handling on clearButton click
- selectOnFocus is not working when focused via click
- inputFocus is not triggered correctly
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.7.115 September 2020
Bug Fixes
- textbox: ngModelChange is fired twice (#480)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.7.015 September 2020
Bug Fixes
- showSuccessIcon issue when touched (#477)
- update examples (#475)
- update release notes (#471)
- numerictextbox: error state validators when min or max are null
- rangeslider: wrong selection position in rtl mode (#470)
Features
- TextBox Component (#461)
- rangeslider component (#465)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v6.6.011 May 2020
Bug Fixes
- form controls are not marked as touched on blur
Features
- formfield: add horizontal formfield support
- forms: add kendo-formfield, kendo-formhint and kendo-formerror component
v6.5.018 February 2020
Bug Fixes
- slider: ticks rendered correctly in vertical mode (#437)
Features
- slider: add animate configuration option (#439)
v6.4.24 February 2020
Bug Fixes
- maskedtextbox: consistent behavior on click and focus (#424)
- slider:
- dynamic changes to orientation and ticks options (#426)
- animation should not be triggered initially and on handle drag (#426)
v6.4.013 January 2020
Bug Fixes
- ticks rendering with angular 9
- mark as compatible with Angular 9.x
- errors with ivy
- inputs: incorrect floating label position
- kendotextarea: textarea floating label supports browser autofill (#421)
- textbox: floating label works properly with browser autofill
Features
- kendoCheckBox and kendoRadioButtons directives
v6.3.010 October 2019
Bug Fixes
- numerictextbox: validator change doesn't update the control's validity status
- textarea: textarea not resized when window is resized
Features
- numerictextbox: add selectOnFocus option
- textbox: add browser autofill floating label support
v6.2.012 September 2019
Bug Fixes
- colorpicker: empty string icon renders empty icon placeholder
Features
- colorpicker: add clear button (#384)
v6.1.024 July 2019
Bug Fixes
- colorpalette: swapped arrow keys navigation when in RTL
Features
- colorgradient: add rtl support
- colorpalette: add rtl support
- colorpicker:
- add combined view, both palette and gradient
- support popup rtl alignment
- add RTL support
v6.0.021 June 2019
Bug Fixes
- don't provide CldrIntlService by default
- slider: remove draghandle hardcoded text from slider template
Features
- support for using floating label without form control
- update to RxJS 6
- colorpicker: add format name and predefined name colors palettes
- numerictextbox: allow pasting of valid formatted values (#351)
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- New peer dependency @progress/kendo-angular-common.
- Angular 4 and 5 are no longer supported
v5.2.04 June 2019
Bug Fixes
- colorpalette: the focused cell is not updated on ngModel change
Features
- colorgradient: add forms support
v5.1.029 May 2019
Bug Fixes
- mark as compatible with Angular 8
- colorpicker: border click next to the icon opens the popup even if its prevented
Features
- colorpicker: add k-colorpicker-popup class to the popup element
v5.0.015 May 2019
Bug Fixes
- colorpicker:
- aot build failing
- add missing model imports
- setting hue to 360 via the slider yields wrong color result it seems 360 is the
- initial alpha value and values around the edges incorrect
- colorgradient limit color parsing to gradientHandle position
- fix draggable wrapper onclick
- HostBinding classes override custom ones
- focus triggered after the active-color-click event is raised
- programmatic focus change during valueChange handling is overridden
- add missing model exports
- numerictextbox: don't show exponent value in focused input
- slider: drag on touch devices
Features
- implement colorpicker and colorpalette components
- colorpalette:
- add readonly state
- add forms support
- colorpicker:
- make alpha slider visibility configurable
- add disabled and readonly state to the gradient
- add gradient view to colorpicker
- update gradient mark-up according to new rendering model
- add hex format input to the gradient
- add rgba numeric inputs to the gradient
- transparency slider background color change according to hue slider value
- add initial hue and opacitiy slider
- inital gradient logic
- add kendo icon input property the current config supports iconClass input proper
- add new peer dependencies of the package
- add activeColorClick event
- add more predefined palette presets
Breaking Changes
- add kendo-angular-popup and kendo-drawing as peer dependencies
v4.2.119 March 2019
Bug Fixes
- export aliases
- add support for wheel speed
- numerictextbox:
- consistent cross-browser behavior for mouse wheel
- decimals should not allow trailing zeros
v4.2.05 March 2019
Bug Fixes
- switch: on state in IE
Features
- numerictextbox: use mouse wheel to change component value (#309)
v4.1.021 February 2019
Bug Fixes
- maskedtextbox: throw menaingfull error if value is not string
- textarea: floating label
Features
- add flat ES module bundles
- kendoTextArea is now a ControlValueAccessor
v4.0.011 January 2019
Features
- switch: use CSS animations
Breaking Changes
- Due to changes in the rendering, the package now requires kendo-theme-default@^3.0.0, kendo-theme-material@^2.0.0 or kendo-theme-bootstrap@^3.0.0
v3.4.020 November 2018
Bug Fixes
- update resize sensor
- reduce style recalculations with multiple resizable components
- numerictextbox:
- reactive form validation with OnPush
- second update with updateOn blur
Features
- numerictextbox: expose method for updating the input value
v3.3.019 October 2018
Bug Fixes
- textbox-container: onFocus/onBlur are instances of EventEmitter (#281)
Features
- mark as compatible with Angular 7.x
v3.2.120 August 2018
Bug Fixes
- numerictextbox:
- readonly value on focus should be formatted
- don't trigger change detection on arrow press if value reaches min or max
- remove number of change detections triggered
- don't focus input when pressing the arrows on mobile devices
- slider:
- aot build
- reduce number of change detections triggered
- switch: reduce number of change detections triggered
- textarea:
- apply check for falsy textarea's values
- focus/blur events triggered twice
- textbox: blur/focus events triggered twice
- textboxcontainer: don't overlay input if its value is false
v3.2.09 July 2018
Bug Fixes
- stale dependencies in browser bundle
- switch: with material theme
Features
- textarea: add autoSize property
v3.1.36 June 2018
Bug Fixes
- slider triggers valueChange even if the value was not changed
- slider value can be out of range when dragging
- numeric: don't update the input value on changes if the current value is the same
v3.1.223 May 2018
Bug Fixes
- render unique id different than host id attr
- render unique id different than host id attr
- render unique id different than host id attr
- render unique id different than host id attr
v3.1.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
Features
- Schematics support (#234)
v3.0.025 April 2018
Bug Fixes
- skip valueChange if undefined value is set to minus (#224)
- slider: incorrect ticks due to rounding errors
- switch:
- additional change detection is triggered on initialization
- update classes on formcontrol changes with onpush
- swtich: is not updated when changing the checked input
Features
- add animations
- support for dynamic locale changes
- support for dynamic RTL switching
- slider: support for rendering large ticks and labels
Breaking Changes
- New peer dependency @angular/animations
- Requires v1.4.0 or above of the @progress/kendo-angular-intl package
v2.1.08 February 2018
Bug Fixes
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
- do not pack metadata
Features
- numerictextbox: support for setting string numbers for min, max, decimals and step
v2.0.026 January 2018
Features
- use pipeable operators from RxJS 5.5
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
v1.5.026 January 2018
Bug Fixes
- require rxjs <5.5 as peer; Upgrade to latest if using rxjs ^5.5; See https://goo.gl/uvvh8R
Features
- add kendoTextArea directive
v1.4.23 January 2018
Bug Fixes
- textbox:
- associate floating label with custom components
- render RTL attribute in RTL mode (#207)
v1.4.128 December 2017
Bug Fixes
- textbox: enable floatingLabel for all kendo-angular-inputs
- slider: prevent text selection when dragging the drag handle
v1.4.013 December 2017
Bug Fixes
- update resize sensor version
- do not restrict decimals if number is represented as exponent
- render a unique ID to the focusable element
- maskedtextbox:
- migrate away examples from deprecated Renderer
- migrate away from deprecated Renderer
- slider: arrows are not clickable on mobile devices
Features
- add lowercase tabindex support (#203)
v1.3.315 November 2017
Bug Fixes
- textbox:
- reset floating label after form reset
- render styles for invalid state
v1.3.226 October 2017
Bug Fixes
- accept Angular 5.x as a peer dependency
- textbox: floating label with OnPush change detection
v1.3.08 September 2017
Bug Fixes
- numerictextbox: throw error with meaningful message when non numeric value is set
- slider:
- drag handle and click precision
- increase/decrease value with fractional step
- textbox: remove redundant element from container
Features
- numerictextbox: replace numpad dot with decimal separator
v1.2.04 September 2017
Bug Fixes
- fire focus before valueChange
Features
- add textbox directive and component (#174)
v1.1.015 August 2017
Bug Fixes
- allow tabbing-out of the switch
- update kendo-inputs-common to 2.2.2
- reduce CD cycles triggered by the NumericTextBox
- add tabIndex to Switch component
- add focus/blur and tabIndex to Slider
- add focus/blur events and methods to Switch
- trigger valueChange after changing the value
- switch state is not updated
- numerictextbox: the autocomplete and autocorrect attributes should be disabled
- slider:
- buttons direction in rtl mode
- ticks rendering
- update visual state on value input changes
- tickPlacement before and after
Features
- localize Switch messages
- slider:
- update value when clicking on the wrapper
- support for localization
v1.0.46 June 2017
Bug Fixes
- combine i18n and l10n help topics (#140)
- docs: update slug in accessibility help topic
v1.0.219 May 2017
Bug Fixes
- slider: should not mark form as dirty on intial load
- switch: change event triggering. improve forms support
v0.23.53 May 2017
Bug Fixes
- pasting in MaskedTextBox component
- caret position when typing over literal symbol
v0.23.011 April 2017
Bug Fixes
- numeric:
- arrows should mark the component as touched
- set touched state
- numerictextbox:
- value should be selected on focus
- rangeValidation should not trigger error if value is null
- step rounding errors
- [WIP] trigger change on every input update
Features
- numerictextbox:
- support for setting placeholder
- support setting NumberFormatOptions for the format
- support holding down the spinners
- make restrictDecimals and round obsolete
- use @progress/kendo-angular-l10n for localization
- add focus/blur methods
v0.21.028 March 2017
Bug Fixes
- pasting mask length characters
- MaskedTextBox to behave like standart input when mask is not set
- disabled & focused component rendering
Features
- add focus/blur handlers and methods
- validate only when the compnent have mask and value
- implement valueChange event
v0.20.023 March 2017
Features
- add RTL support for the Slider
- add RTL support to NumericTextBox, MaskedTextBox and Switch
- add peer dependency on @progress/kendo-angular-l10n
v0.19.18 March 2017
Bug Fixes
- slider:
- resize when styles are not available initially
- resize when dimensions change
v0.18.013 January 2017
Bug Fixes
- reactive forms validation
- possible recursion in a rare case
- null value shows in input
- add k-textbox class
- configuration for aria-label
- expose elementref for rollup compatibility
- validation regex not correct #50
- selected range should not be cleared on invalid key
- address various issues
- paste/clear-related fixes
- fix paste in IE, tweak dev example
- fix caret position on paste; fix paste value with literals
Features
- option to auto toggle prompt characters on focus/blur
- masks customization
- add built-in mask/pattern validation
- disabled state
- expose promptChar and rawValue
- define exportAs in component as per #86
- rendering according to guideline in #34
- Basic paste support
- initial commit including basic implementation
v0.15.012 December 2016
Bug Fixes
- WAVE validation error
- correct the rendered attribute value
- universal support render initial vlaue
- form can not be submitted when numeric is present
- add numeric keyboard support for iOS
- min value was set as default value on blur
- keyboard navigation
- add node type
- broken build
- load the culture settings properly
- lint errors
Features
- add built-in validation
- add numerictextbox rendering
- add precision support
- add precision support
v0.11.010 October 2016
Bug Fixes
- slider: tab and shift-tab should focus out the slider
Features
- slider: add WAI-ARIA attributes #17