Releases: nylo-core/support
Releases · nylo-core/support
v6.16.1
- Small change to
getPublicAsset
to remove first slash if it exists
v6.16.0
- Add
Field.capitalizeSentences
and Field.capitalizeWords
v6.15.0
- Make
updatePageState
public
- Ensure
handleSuccess
handles responses within the correct status code range. Fixes 207
- Fix
header
parameter in NyPullToRefresh and NyListView
- Small fix for NyForm
- Improvements to NavigationHub to support Text tabs and Icons
- Updates to
NavigationTab
to support updating the Page, Title, Icon, Background Color and Tooltip
- Update pubspec.yaml
v6.14.2
- Fix updateState method when using NyPage.path
- Small fix for route guards when using redirect
- Make
updatePageState
private
- Update pubspec.yaml
v6.14.1
- Small fix for
NyLanguageSwitcher
to support dark mode
v6.14.0
- Update copyright year
- New
currentTabIndex
method added to NavigationHubStateActions
to set the current tab index
v6.13.0
- Fix validation max and min rules
- New
init
method added to Forms
- Small refactor to
NyForm
class
- Update loadingStyle
render
method