Skip to content

Releases: nylo-core/support

v6.17.0

26 Jan 10:26
Compare
Choose a tag to compare
  • Added comprehensive DateTime manipulation methods:
    • Year operations: addYears() and subtractYears()
    • Month operations: addMonths() and subtractMonths()
    • Day operations: addDays() and subtractDays()
    • Hour operations: addHours() and subtractHours()
    • Minute operations: addMinutes() and subtractMinutes()
    • Second operations: addSeconds() and subtractSeconds()
  • Update NavigationHub to support the following:
    • Set a default current tab index: Override currentIndex in your NavigationHub class
    • New bottomNavBuilder method to build the bottom navigation bar
  • DateTime extension:
    • Allow toDateString to accept a String format
    • Add toDateStringUK to format the date in UK format
    • Add toDateStringUS to format the date in US format
  • New localAsset method added to AssetImage
  • Update pubspec.yaml

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