Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Release v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 17:53
8ef5f3c

Release notes:

  • Creates a script to initialize a Beagle Project (yarn beagle init or npm run beagle init)
  • Enhances the error component so it shows which errors happened and shows a retry button
  • Makes forms and inputs capable of validation
  • Button: new attribute enabled. The button will show as disabled whenever this property is false.
  • ListView: new attribute isScrollIndicatorVisible. The scroll will be invisible whenever this property is false.
  • Fixes some accessibility issues
  • Adds isHeader to the accessibility property of the componentes. Whenever isHeader is true, the component's text will be interpreted as a title by the screen reader.