Skip to content

Releases: atata-framework/atata-kendoui

3.0.0

16 Apr 11:35
Compare
Choose a tag to compare

Breaking changes

  • #77 Use Atata package v3.0.0

Links

2.3.0

15 Jan 11:39
Compare
Choose a tag to compare

Changes and enhancements

  • #76 Use Atata package v2.14.1

Fixes

  • #75 Default FindByLabel locator fails for some controls

Links

2.2.0

29 Nov 10:34
Compare
Choose a tag to compare

Changes and Enhancements

  • #73 Fix components to work with the latest version of Kendo UI
  • #74 Use Atata package v2.4.0

Links

2.1.0

07 Oct 10:10
Compare
Choose a tag to compare

Changelog

Changed

  • Upgrade Atata package to v2.2.0.

Fixed

  • Fix KendoDatePicker<TOwner> for the latest version of Kendo UI for Vue.
  • Fix KendoNumericTextBox<T, TOwner> for the latest version of Kendo UI for Vue.

Links

2.0.0

11 May 11:09
Compare
Choose a tag to compare

Breaking Changes

  • #71 Set target .NET framework to only .NET Standard 2.0
  • #72 Use Atata package v2.0.0

Links

Atata.KendoUI 2.0.0 on NuGet

1.4.0

30 Dec 16:34
Compare
Choose a tag to compare

Changes and Enhancements

  • #60 Use Atata.WebDriverExtras package v1.4.0
  • #61 Use Atata package v1.9.0
  • #62 Inherit KendoAutoComplete<T, TOwner> from EditableTextField<T, TOwner>
  • #63 Inherit KendoComboBox<T, TOwner> from EditableTextField<T, TOwner>
  • #64 Add [ValueClearUsingShiftHomeDeleteKeys] to KendoDateInput<TOwner>
  • #65 Inherit KendoDatePicker<TOwner> from EditableTextField<DateTime?, TOwner>
  • #66 Inherit KendoDateTimePicker<TOwner> from EditableTextField<DateTime?, TOwner>
  • #67 Add [ValueClearUsingCtrlADeleteKeys] to NgKendoDateInput<TOwner>
  • #68 Inherit KendoEditor<TOwner> from FrameWrappedContentEditor<TOwner>
  • #69 Inherit KendoNumericTextBox<T, TOwner> from EditableTextField<T, TOwner>
  • #70 Inherit KendoTimePicker<TOwner> from EditableTextField<TimeSpan?, TOwner>

Links

Atata.KendoUI 1.4.0 on NuGet
Atata.KendoUI 1.4.0 is Released - Atata Blog

1.3.0

14 May 12:41
Compare
Choose a tag to compare

Check Atata.KendoUI 1.3.0 is Released blog post.

New Features

  • #53 Add Toggle method to KendoSwitch<TOwner>
  • #56 Add column header sorting to KendoGrid
  • #57 Add KendoAutoComplete<T, TOwner> and KendoAutoComplete<TOwner> controls
  • #58 Add ReactKendoAutoComplete<T, TOwner> and ReactKendoAutoComplete<TOwner> controls
  • #59 Add .NET 4.6 as target framework

Changes and Enhancements

  • #52 Add CSS transition waiting to KendoSwitch<TOwner> after value is set
  • #54 Use Atata.WebDriverExtras package v1.3.0
  • #55 Use Atata package v1.5.0

Links

Atata.KendoUI 1.3.0 on NuGet
Atata.KendoUI 1.3.0 is Released - Atata Blog

1.2.0

05 Dec 10:38
Compare
Choose a tag to compare

Check Atata.KendoUI 1.2.0 is Released blog post.

New Features

  • #45 Add KendoDateInput<TOwner> control
  • #46 Add NgKendoDateInput<TOwner> control
  • #48 Add NgKendoDatePicker<TOwner> control

Changes and Enhancements

  • #43 Use Atata package v1.4.0
  • #44 Update KendoDropDownList<T, TOwner> to optionally wait for Popup on Set

Fixes

  • #38 KendoDatePicker<TOwner> throws when tries to get value from control displaying placeholder
  • #40 KendoNumericTextBox: not able to set value
  • #47 KendoDatePicker<TOwner> fails to set value for React component
  • #50 KendoDropDownList<T, TOwner> IsReadOnly is always true for Angular component

Links

Atata.KendoUI 1.2.0 on NuGet
Atata.KendoUI 1.2.0 is Released - Atata Blog

1.1.0

12 Sep 15:24
Compare
Choose a tag to compare

Check Atata.KendoUI 1.1.0 is Released blog post.

New Features

  • #33 Add KendoDatePicker<TOwner> control

Changes and Enhancements

  • #34 Use Selenium.WebDriver package v3.141.0
  • #35 Use Atata.WebDriverExtras package v1.2.0
  • #36 Use Atata package v1.2.0

Atata.KendoUI 1.1.0 on NuGet
Atata.KendoUI 1.1.0 is Released - Atata Blog

1.0.0

16 Oct 14:24
Compare
Choose a tag to compare

Check Atata.KendoUI 1.0.0 is Released blog post.

Changes and Enhancements

  • #26 Use Selenium.WebDriver package v3.14.0
  • #27 Use Atata.WebDriverExtras package v1.1.0
  • #28 Use Atata package v1.0.0
  • #31 Update KendoTreeViewItem<TItem, TOwner> to support extra CSS class for CheckBoxWrapper

Fixes

  • #29 KendoGridFindByColumnHeaderStrategy fails for grid inside another grid
  • #30 KendoDropDownList<T, TOwner> fails to get value when inner span.k-input has extra class

Atata.KendoUI 1.0.0 on NuGet
Atata.KendoUI 1.0.0 is Released - Atata Blog