Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (28 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 1.81 KB

2.1.0 (2019-09-12)

  • Added the toast component fixture. #34

2.0.1 (2019-08-29)

  • Fixed an error when calling getItem() on a list view checklist in single-select mode. #32

2.0.0 (2019-08-28)

  • Migrated to SKY UX 3. #28
  • Added checkbox and datepicker fixtures. #28
  • Fixed an error when calling selectItem() on a list view checklist in single-select mode. #30

1.2.0 (2019-04-03)

  • Added methods to SkyListViewGridFixture that return the number of rows and headers created. #27

1.1.0 (2018-12-04)

1.0.1 (2018-11-08)

  • Disabled the aria-allowed-attr a11y rule. #20

1.0.0 (2018-05-17)

  • Added Jasmine matchers and the accessibility analyzer. #17
  • Refactored static classes to namespaces. #16

1.0.0-beta.5 (2018-02-01)

  • Added the list grid view component fixture.
  • Added JSDoc comments to public members.

1.0.0-beta.4 (2018-01-31)

  • Added label and page summary component fixtures.

1.0.0-beta.3 (2017-11-30)

  • Added search component fixture.

1.0.0-beta.2 (2017-11-07)

  • Added error component fixture.

1.0.0-beta.1 (2017-10-26)

  • Fixed spelling of ActionButtonFixture.detailsText property.