This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
Release v1.6.0
Release notes:
- Creates a script to initialize a Beagle Project (
yarn beagle init
ornpm 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. WheneverisHeader
is true, the component's text will be interpreted as a title by the screen reader.