Skip to content

Releases: nylo-core/support

v6.16.1

16 Jan 03:56
Compare
Choose a tag to compare
  • Small change to getPublicAsset to remove first slash if it exists

v6.16.0

16 Jan 03:51
Compare
Choose a tag to compare
  • Add Field.capitalizeSentences and Field.capitalizeWords

v6.15.0

12 Jan 03:43
Compare
Choose a tag to compare
  • 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.4

05 Jan 18:26
Compare
Choose a tag to compare
  • Fix issue with NyState

v6.14.3

04 Jan 13:20
Compare
Choose a tag to compare
  • Update pubspec.yaml

v6.14.2

04 Jan 13:12
Compare
Choose a tag to compare
  • Fix updateState method when using NyPage.path
  • Small fix for route guards when using redirect
  • Make updatePageState private
  • Update pubspec.yaml

v6.14.1

31 Dec 06:36
Compare
Choose a tag to compare
  • Small fix for NyLanguageSwitcher to support dark mode

v6.14.0

31 Dec 04:53
Compare
Choose a tag to compare
  • Update copyright year
  • New currentTabIndex method added to NavigationHubStateActions to set the current tab index

v6.13.1

29 Dec 13:15
Compare
Choose a tag to compare
  • Fix form.dart

v6.13.0

29 Dec 12:59
Compare
Choose a tag to compare
  • Fix validation max and min rules
  • New init method added to Forms
  • Small refactor to NyForm class
  • Update loadingStyle render method