New to Kendo UI for AngularStart a free 30-day trial

Inputs (Archive)

10.1.2

2022-11-17

Bug Fixes

  • mark as compatible with Angular v15

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.9.0
  • @progress/kendo-theme-default: ^5.9.0
  • @progress/kendo-theme-material: ^5.9.0
  • @progress/kendo-theme-fluent: ^5.9.0

10.1.1

2022-10-25

Bug Fixes

  • add fluent theme to supported themes list
  • colorpickers a11y compliance
  • rangeslider: a11y compliance
  • signature: a11y compliance
  • slider: a11y compliance

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.9.0
  • @progress/kendo-theme-default: ^5.9.0
  • @progress/kendo-theme-material: ^5.9.0
  • @progress/kendo-theme-fluent: ^5.9.0

10.1.0

2022-09-26

Bug Fixes

  • colorpicker: association with kendo-label throws an error
  • rangeslider: zIndex of the draghandles increases indefinitely
  • signature:
    • read color and background color from theme
    • use correct minimize icon
    • remove unsupported rounded: 'full' option

Features

  • signature: close dialog on Esc

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

10.0.0

2022-09-12

Features

  • Signature component

Breaking Changes

  • New peer dependencies, @progress/kendo-angular-dialog

and @progress/kendo-angular-buttons

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.5

2022-09-12

Bug Fixes

  • improve accessibility compliance

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.4

2022-08-02

Bug Fixes

  • update state-related classes
  • flatcolorpicker: readonly does not work with palette view

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.3

2022-06-15

Bug Fixes

  • textarea: resize causes a scroll to top of the page

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.2

2022-06-01

Bug Fixes

  • numerictextbox: does not keep -0 value on focus

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.1

2022-05-09

Bug Fixes

  • formfield: aria-describedby is set when no errors are present

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

9.0.0

2022-04-20

Features

  • update to Angular v12
  • mark as compatible with Angular v14
  • checkbox:
    • introduce the 'none' option for the rounded and size properties
  • colorpicker:
    • introduce the 'none' option for the fillMode, gradientSettings and size properties
  • maskedtextbox:
    • introduce the 'none' option for the fillMode, rounded and rules properties
  • numerictextbox:
    • introduce the 'none' option for the fillMode, rounded and size properties
  • radiobutton:
    • introduce the 'none' option for the size property
  • switch:
    • introduce the 'none' option for the size, thumbRounded and trackRounded properties
  • textarea:
    • introduce the 'none' option for the fillMode, rounded and size properties
  • textbox:
    • introduce the 'none' option for the fillMode, rounded and size properties

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

8.0.9

2022-03-25

Bug Fixes

  • maskedtextbox: literals not included in value initially
  • rangeslider: dragging the handle fast creates discrepancies
  • textbox: improve browser detection logic

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.8

2022-03-10

Bug Fixes

  • exclude rxjs/operators from CDN bundles
  • textarea: resizable option discrepancies
  • textbox: cursor jumps to the end of the input text on Safari

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.7

2022-03-02

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

8.0.6

2022-02-25

Bug Fixes

  • flatcolorpicker: hue slider value is reset on alpha slider value change

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.5

2022-02-18

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

8.0.4

2022-02-16

Bug Fixes

  • colorpalette: initially selected cell is missing corresponding styles

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.3

2022-02-07

Bug Fixes

  • textarea: auto sizing behaves inconsistently
  • textbox: success and error icons are not aligned

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.2

2022-01-25

Bug Fixes

  • colorpicker:
    • buttons are missing correct type
    • focusing the ColorGradient HEX input triggers error
    • error on opening with ChangeDetectionStrategy OnPush
  • 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

8.0.1

2022-01-20

Bug Fixes

  • export missing modules

Supported themes

  • @progress/kendo-theme-bootstrap: ^5.0.0
  • @progress/kendo-theme-default: ^5.0.0
  • @progress/kendo-theme-material: ^5.0.0

8.0.0

2022-01-19

Bug Fixes

  • bump themes dependencies to v5
  • 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

7.5.3

2022-01-18

Bug Fixes

  • update slider and rangeslider rendering for themes v4

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.44.0
  • @progress/kendo-theme-default: ^4.44.0
  • @progress/kendo-theme-material: ^4.44.0

7.5.2

2021-11-22

Bug Fixes

  • textbox: value is duplicated when using Japanese IME in Safari

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.42.0
  • @progress/kendo-theme-default: ^4.42.0
  • @progress/kendo-theme-material: ^4.42.0

7.5.1

2021-11-03

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

7.5.0

2021-10-28

Bug Fixes

  • bump theme versions
  • numerictextbox: right clicking on the spin buttons changes the value

Features

  • update colorgradient and colorpalette rendering

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.42.0
  • @progress/kendo-theme-default: ^4.42.0
  • @progress/kendo-theme-material: ^4.42.0

7.4.0

2021-09-02

Bug Fixes

  • numerictextbox: spinners miss a role attribute
  • textbox: unsubscribe issue on destroying component

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

7.3.2

2021-08-03

Bug Fixes

  • formfield: wrapping ngFor with radio buttons throws error

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.29.0
  • @progress/kendo-theme-default: ^4.31.0
  • @progress/kendo-theme-material: ^3.27.0

7.3.1

2021-07-20

Bug Fixes

  • switch: animation is triggered on initial rendering

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.29.0
  • @progress/kendo-theme-default: ^4.31.0
  • @progress/kendo-theme-material: ^3.27.0

7.3.0

2021-06-11

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

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.29.0
  • @progress/kendo-theme-default: ^4.31.0
  • @progress/kendo-theme-material: ^3.27.0

7.2.2

2021-05-25

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

7.2.1

2021-05-05

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

7.2.0

2021-03-19

Bug Fixes

  • formfield: set aria-describedby only when hint or error is present

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

7.1.2

2021-02-11

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

7.1.1

2021-02-04

Bug Fixes

  • textbox: label association via template reference

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.29.0
  • @progress/kendo-theme-default: ^4.31.0
  • @progress/kendo-theme-material: ^3.27.0

7.1.0

2021-01-19

Bug Fixes

  • bump theme dependencies
  • formfield: error for aria attributes when projecting Kendo components
  • textarea: aot compilation error
  • textbox:
    • clearButton does not show when value changed programmatically
    • component emits null, when value cleared via clearButton

Features

  • textarea component
  • 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

7.0.0

2020-12-16

Features

  • drop support for Angular 6 and 7
  • enable licensing

Breaking Changes

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

6.7.4

2020-11-24

Bug Fixes

  • add homepage URL
  • textbox: inconsistent focus style when tabbing

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

6.7.3

2020-11-11

Bug Fixes

  • add Angular 11 to peer dependencies
  • textbox:
    • selectOnFocus is not working when input is readonly
    • 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

6.7.2

2020-09-21

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

6.7.1

2020-09-15

Bug Fixes

  • textbox: ngModelChange is fired twice

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

6.7.0

2020-09-15

Bug Fixes

  • showSuccessIcon issue when touched
  • update examples
  • update release notes
  • numerictextbox: error state validators when min or max are null
  • rangeslider: wrong selection position in rtl mode

Features

  • TextBox Component
  • rangeslider component

Supported themes

  • @progress/kendo-theme-bootstrap: ^4.19.0
  • @progress/kendo-theme-default: ^4.21.0
  • @progress/kendo-theme-material: ^3.18.0

6.6.1

2020-06-25

Bug Fixes

  • mark as compatible with Angular 10

6.6.0

2020-05-11

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

6.5.1

2020-04-17

Bug Fixes

  • switch: update aria role, readonly and checked attributes

6.5.0

2020-02-18

Bug Fixes

  • slider: ticks rendered correctly in vertical mode

Features

  • slider: add animate configuration option

6.4.2

2020-02-04

Bug Fixes

  • maskedtextbox: consistent behavior on click and focus
  • slider:
    • dynamic changes to orientation and ticks options
    • animation should not be triggered initially and on handle drag

6.4.1

2020-01-23

Bug Fixes

  • TextBoxContainer with change detection strategy on push

6.4.0

2020-01-13

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
  • textbox: floating label works properly with browser autofill

Features

  • kendoCheckBox and kendoRadioButtons directives

6.3.1

2019-11-14

Bug Fixes

  • use shippable for release (#401)
  • export classes needed by Ivy

6.3.0

2019-10-10

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

6.2.0

2019-09-12

Bug Fixes

  • colorpicker: empty string icon renders empty icon placeholder

Features

  • colorpicker: add clear button

6.1.1

2019-07-24

Bug Fixes

  • AoT compilation error

6.1.0

2019-07-24

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

6.0.0

2019-06-21

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

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

5.2.2

2019-06-06

Bug Fixes

  • ssr build failing

5.2.1

2019-06-05

Bug Fixes

  • colorgradient: server-side rendering build fails

5.2.0

2019-06-04

Bug Fixes

  • colorpalette: the focused cell is not updated on ngModel change

Features

  • colorgradient: add forms support

5.1.0

2019-05-29

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

5.0.0

2019-05-15

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

4.2.1

2019-03-19

Bug Fixes

  • export aliases
  • add support for wheel speed
  • numerictextbox:
    • consistent cross-browser behavior for mouse wheel
    • decimals should not allow trailing zeros

4.2.0

2019-03-05

Bug Fixes

  • switch: on state in IE

Features

  • numerictextbox: use mouse wheel to change component value

4.1.0

2019-02-21

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

4.0.0

2019-01-11

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

3.5.0

2018-12-10

Features

  • add maskOnFocus option
  • maskedtextbox: improve focus selection

3.4.0

2018-11-20

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

3.3.0

2018-10-19

Bug Fixes

  • textbox-container: onFocus/onBlur are instances of EventEmitter

Features

  • mark as compatible with Angular 7.x

3.2.2

2018-10-04

Bug Fixes

  • textbox: floating label overlaps bound value

3.2.1

2018-08-20

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

3.2.0

2018-07-09

Bug Fixes

  • stale dependencies in browser bundle
  • switch: with material theme

Features

  • textarea: add autoSize property

3.1.3

2018-06-06

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

3.1.2

2018-05-23

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

3.1.1

2018-05-14

Bug Fixes

  • slider and switch rendering in universal

3.1.0

2018-05-09

Bug Fixes

  • mark module as side-effects free
  • mark as compatible with Angular 6.x, RxJS 6.x

Features

  • Schematics support

3.0.0

2018-04-25

Bug Fixes

  • skip valueChange if undefined value is set to minus
  • 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

2.2.0

2018-02-27

Bug Fixes

  • flatten metadata

Features

  • add readonly support

2.1.1

2018-02-14

Bug Fixes

  • bundle metadata and type definitions alongside CommonJS modules

2.1.0

2018-02-08

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

2.0.0

2018-01-26

Features

  • use pipeable operators from RxJS 5.5

Breaking Changes

  • Peer dependencies changed; Requires rxjs@^5.5.0

1.5.0

2018-01-26

Bug Fixes

Features

  • add kendoTextArea directive

1.4.2

2018-01-03

Bug Fixes

  • textbox:
    • associate floating label with custom components
    • render RTL attribute in RTL mode

1.4.1

2017-12-28

Bug Fixes

  • textbox: enable floatingLabel for all kendo-angular-inputs
  • slider: prevent text selection when dragging the drag handle

1.4.0

2017-12-13

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

1.3.3

2017-11-15

Bug Fixes

  • textbox:
    • reset floating label after form reset
    • render styles for invalid state

1.3.2

2017-10-26

Bug Fixes

  • accept Angular 5.x as a peer dependency
  • textbox: floating label with OnPush change detection

1.3.1

2017-10-03

Bug Fixes

  • numerictextbox: text drag behavior

1.3.0

2017-09-08

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

1.2.0

2017-09-04

Bug Fixes

  • fire focus before valueChange

Features

  • add textbox directive and component

1.1.1

2017-08-21

Bug Fixes

  • es bundle

1.1.0

2017-08-15

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

1.0.7

2017-07-11

Bug Fixes

  • numerictextbox: typing value with auto correction

1.0.6

2017-06-28

Bug Fixes

  • update license

1.0.5

2017-06-15

Bug Fixes

  • bundle build with Angular 4.2

1.0.4

2017-06-06

Bug Fixes

  • combine i18n and l10n help topics
  • docs: update slug in accessibility help topic

1.0.3

2017-05-22

Bug Fixes

  • setting null or undefined for format reset it to default

1.0.2

2017-05-19

Bug Fixes

  • slider: should not mark form as dirty on intial load
  • switch: change event triggering. improve forms support

1.0.1

2017-05-18

Bug Fixes

  • maskedtextbox: value should be empty when delete all chars

1.0.0

2017-05-04

Features

  • official release

0.23.5

2017-05-03

Bug Fixes

  • pasting in MaskedTextBox component
  • caret position when typing over literal symbol

0.23.4

2017-04-27

Bug Fixes

  • switch: wrong measurements when initialized in a hidden container

0.23.3

2017-04-21

Bug Fixes

  • numerictextbox: add exportAs
  • slider: add exportAs
  • switch: add exportAs

0.23.2

2017-04-17

Bug Fixes

  • numeric: sum of fractional and not fractional values

0.23.1

2017-04-13

Bug Fixes

  • duplicate comment

0.23.0

2017-04-11

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

0.22.1

2017-04-05

Bug Fixes

  • AoT errors

0.22.0

2017-04-05

Features

  • upgrade to Angular 4

0.21.4

2017-03-31

Bug Fixes

  • MaskedTextBox: initialization with empty value

0.21.3

2017-03-29

Bug Fixes

  • do not include buttons when hidden

0.21.2

2017-03-29

Bug Fixes

  • add setDisabledState for the Slider and Switch

0.21.1

2017-03-29

Bug Fixes

  • implement disabled state for the numerictextbox

0.21.0

2017-03-28

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

0.20.0

2017-03-23

Features

  • add RTL support for the Slider
  • add RTL support to NumericTextBox, MaskedTextBox and Switch
  • add peer dependency on @progress/kendo-angular-l10n

0.19.3

2017-03-22

Bug Fixes

  • bump intl version

0.19.2

2017-03-10

Bug Fixes

  • AoT issues

0.19.1

2017-03-08

Bug Fixes

  • slider:
    • resize when styles are not available initially
    • resize when dimensions change

0.19.0

2017-02-24

Features

  • export individual modules for component

0.18.8

2017-02-24

Bug Fixes

  • bump intl version

0.18.7

2017-02-10

Bug Fixes

  • slider: amend AOT support passing arguments to ngOnChanges

0.18.6

2017-02-03

Bug Fixes

  • ignore @types

0.18.5

2017-01-31

Bug Fixes

  • backspace and delete issues

0.18.4

2017-01-30

Bug Fixes

  • custom intl service integration

0.18.3

2017-01-25

Bug Fixes

  • correct the aria attribute binding

0.18.2

2017-01-24

Bug Fixes

  • maskedtextbox universal errors

0.18.1

2017-01-17

Bug Fixes

  • NumericTextBox caret was moved to begining on focus in IE

0.18.0

2017-01-13

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

0.17.0

2017-01-12

Features

  • update title property and aria setup

0.16.1

2017-01-12

Bug Fixes

  • enable transitions through class

0.16.0

2017-01-12

Features

  • move kendo-angular-intl as peer dependency
  • upgrade to angular 2.4

0.15.3

2017-01-12

Bug Fixes

  • spinners were not hidden correctly

0.15.2

2017-01-06

Bug Fixes

  • focus and blur event names

0.15.1

2016-12-13

Bug Fixes

  • build ES modules using latest angular-tasks

0.15.0

2016-12-12

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

0.14.0

2016-12-05

Features

  • add ES module bundle

0.13.2

2016-11-18

Bug Fixes

  • build docs bundle

0.13.1

2016-11-11

Bug Fixes

  • pin typescript to 2.0.x

0.13.0

2016-10-26

Features

  • add angular universal support

0.12.2

2016-10-26

Bug Fixes

  • switch: error is thrown when rendered on server

0.12.1

2016-10-24

Bug Fixes

  • enable aot support for slider component

0.12.0

2016-10-21

Features

  • add aot support

0.11.0

2016-10-10

Bug Fixes

  • slider: tab and shift-tab should focus out the slider

Features

  • slider: add WAI-ARIA attributes #17

0.10.2

2016-09-28

Bug Fixes

  • make required @angular packages peer dependencies

0.10.1

2016-09-20

Bug Fixes

  • enable resizing from component style attribute

0.10.0

2016-09-15

Features

  • upgrade to Angular 2.0 final

0.9.3

2016-09-14

Bug Fixes

  • undocumented public class
  • host classes to match classic rendering

0.9.2

2016-09-14

Bug Fixes

  • downgrade TypeScript to 1.8

0.9.1

2016-09-13

Initial release

It includes the the following components

  • Slider
  • Switch
In this article
10.1.2Bug FixesSupported themes10.1.1Bug FixesSupported themes10.1.0Bug FixesFeaturesSupported themes10.0.0FeaturesBreaking ChangesSupported themes9.0.5Bug FixesSupported themes9.0.4Bug FixesSupported themes9.0.3Bug FixesSupported themes9.0.2Bug FixesSupported themes9.0.1Bug FixesSupported themes9.0.0FeaturesBreaking ChangesSupported themes8.0.9Bug FixesSupported themes8.0.8Bug FixesSupported themes8.0.7Bug FixesSupported themes8.0.6Bug FixesSupported themes8.0.5Bug FixesSupported themes8.0.4Bug FixesSupported themes8.0.3Bug FixesSupported themes8.0.2Bug FixesSupported themes8.0.1Bug FixesSupported themes8.0.0Bug FixesFeaturesBreaking ChangesSupported themes7.5.3Bug FixesSupported themes7.5.2Bug FixesSupported themes7.5.1Bug FixesSupported themes7.5.0Bug FixesFeaturesSupported themes7.4.0Bug FixesFeaturesSupported themes7.3.2Bug FixesSupported themes7.3.1Bug FixesSupported themes7.3.0FeaturesSupported themes7.2.2Bug FixesSupported themes7.2.1Bug FixesSupported themes7.2.0Bug FixesFeaturesSupported themes7.1.2Bug FixesSupported themes7.1.1Bug FixesSupported themes7.1.0Bug FixesFeaturesSupported themes7.0.0FeaturesBreaking ChangesSupported themes6.7.4Bug FixesSupported themes6.7.3Bug FixesSupported themes6.7.2Bug FixesSupported themes6.7.1Bug FixesSupported themes6.7.0Bug FixesFeaturesSupported themes6.6.1Bug Fixes6.6.0Bug FixesFeatures6.5.1Bug Fixes6.5.0Bug FixesFeatures6.4.2Bug Fixes6.4.1Bug Fixes6.4.0Bug FixesFeatures6.3.1Bug Fixes6.3.0Bug FixesFeatures6.2.0Bug FixesFeatures6.1.1Bug Fixes6.1.0Bug FixesFeatures6.0.0Bug FixesFeaturesBreaking Changes5.2.2Bug Fixes5.2.1Bug Fixes5.2.0Bug FixesFeatures5.1.0Bug FixesFeatures5.0.0Bug FixesFeaturesBreaking Changes4.2.1Bug Fixes4.2.0Bug FixesFeatures4.1.0Bug FixesFeatures4.0.0FeaturesBreaking Changes3.5.0Features3.4.0Bug FixesFeatures3.3.0Bug FixesFeatures3.2.2Bug Fixes3.2.1Bug Fixes3.2.0Bug FixesFeatures3.1.3Bug Fixes3.1.2Bug Fixes3.1.1Bug Fixes3.1.0Bug FixesFeatures3.0.0Bug FixesFeaturesBreaking Changes2.2.0Bug FixesFeatures2.1.1Bug Fixes2.1.0Bug FixesFeatures2.0.0FeaturesBreaking Changes1.5.0Bug FixesFeatures1.4.2Bug Fixes1.4.1Bug Fixes1.4.0Bug FixesFeatures1.3.3Bug Fixes1.3.2Bug Fixes1.3.1Bug Fixes1.3.0Bug FixesFeatures1.2.0Bug FixesFeatures1.1.1Bug Fixes1.1.0Bug FixesFeatures1.0.7Bug Fixes1.0.6Bug Fixes1.0.5Bug Fixes1.0.4Bug Fixes1.0.3Bug Fixes1.0.2Bug Fixes1.0.1Bug Fixes1.0.0Features0.23.5Bug Fixes0.23.4Bug Fixes0.23.3Bug Fixes0.23.2Bug Fixes0.23.1Bug Fixes0.23.0Bug FixesFeatures0.22.1Bug Fixes0.22.0Features0.21.4Bug Fixes0.21.3Bug Fixes0.21.2Bug Fixes0.21.1Bug Fixes0.21.0Bug FixesFeatures0.20.0Features0.19.3Bug Fixes0.19.2Bug Fixes0.19.1Bug Fixes0.19.0Features0.18.8Bug Fixes0.18.7Bug Fixes0.18.6Bug Fixes0.18.5Bug Fixes0.18.4Bug Fixes0.18.3Bug Fixes0.18.2Bug Fixes0.18.1Bug Fixes0.18.0Bug FixesFeatures0.17.0Features0.16.1Bug Fixes0.16.0Features0.15.3Bug Fixes0.15.2Bug Fixes0.15.1Bug Fixes0.15.0Bug FixesFeatures0.14.0Features0.13.2Bug Fixes0.13.1Bug Fixes0.13.0Features0.12.2Bug Fixes0.12.1Bug Fixes0.12.0Features0.11.0Bug FixesFeatures0.10.2Bug Fixes0.10.1Bug Fixes0.10.0Features0.9.3Bug Fixes0.9.2Bug Fixes0.9.1
Not finding the help you need?
Contact Support