Releases: forus-labs/forui
Forui Hooks 0.8.0
Add support for Forui 0.8.0
.
Forui Assets 0.8.0
Bumps minimum Flutter SDK version to 3.27.0.
- Update icons to Lucide 0.458.0.
Forui 0.8.0
Bump minimum Flutter version to 3.27.0.
Additions
-
Add
showFSheet(...)
. -
Add
showFPersistentSheet(...)
. -
Add
FModalSheetRoute
. -
Add
FSheets
. -
Add
FSheets
internally toFScaffold
. -
Add
truncateAndStripTimezone
toFCalendarController.date(...)
. -
Add
truncateAndStripTimezone
toFCalendarController.dates(...)
. -
Add
truncateAndStripTimezone
toFCalendarController.range(...)
. -
Add
FCalendar.dayBuilder
. -
Add
FLineCalendar
. -
Add
FTileGroup.builder
. -
Add
FSelectTileGroup.builder
. -
Add
FSelectMenuTile.builder
. -
Add
FScaffold.resizeToAvoidBottomInset
. -
Add
FThemeData.debugLabel
.
Changes
-
Change
FCalendarController.date(...)
to automatically strip and truncate all DateTimes to dates in UTC timezone. -
Change
FCalendarController.dates(...)
to automatically strip and truncate all DateTimes to dates in UTC timezone. -
Change
FCalendarController.ranges(...)
to automatically strip and truncate all DateTimes to dates in UTC timezone. -
Change
FCalendar.start
to be optional and default to 1st January 1900. -
Change
FCalendar.end
to be optional and default to 1st January 2100. -
Change
FTheme
to internally extendInheritedTheme
. -
Change
FTileGroup
to be scrollable. -
Change
FPopoverMenu
to be scrollable. -
Change
FSelectTileGroup
to be scrollable. -
Change
FSelectMenuTile
to be scrollable. -
Change
ThemeBuildContext
toFThemeBuildContext
. -
Breaking Change
Layout
toFLayout
. -
Breaking Change
FLocalizations.of(...)
to returnFLocalizations?
instead ofFLocalizations
- doFLocalizations.of(...) ?? FDefaultLocalizations()
.
This change is sadly needed as Flutter now forcefully regeneratesFLocalizations
each timeflutter pub get
is called. -
Breaking Change
FTileData.index
toFTileData.last
. -
Breaking Change
FPopoverMenu.controller
toFPopoverMenu.popoverController
. -
Breaking Change
FSelectTileGroup.controller
toFSelectTileGroup.groupController
. -
Breaking Change
FPopoverController.duration
toFPopoverController.animationDuration
. -
Breaking Change
FTooltipController.duration
toFTooltipController.animationDuration
. -
Breaking Change
FTabController.ignoreDirectionalPadding
toFTabController.directionPadding
. -
Breaking Change
FPopover.ignoreDirectionalPadding
toFPopover.directionPadding
- the value should be inverted.* -
Breaking Change
FPopoverMenu.ignoreDirectionalPadding
toFPopoverMenu.directionPadding
- the value should be inverted. -
Breaking Change
FSelectMenuTile.ignoreDirectionalPadding
toFSelectMenuTile.directionPadding
- the value should be inverted.
Fixes
- Resolved an issue where
FLabel
exhibited incorrect padding when used withAxis.horizontal
and RTL layouts.
Forui Hooks 0.7.0+1
Update README.md
Forui Assets 0.7.0
0.7.0
This update syncs the version with the forui
package.
- Update icons to Lucide 0.456.0.
Forui 0.7.0
0.7.0
This update adds responsive breakpoints, focused outlines & localization! It also introduces several new tile widgets.
Additions
-
Add
FButtonSpinner
. -
Add
FBreakpoints
. -
Add
FIcon.empty()
. -
Add
FTappable
. -
Add
FTile
. -
Add
FTileGroup
. -
Add
FSelectMenuTile
. -
Add
FSelectTile
. -
Add
FSelectTileGroup
. -
Add
FCalendarDayPickerStyle.tileSize
. -
Add
FPopover.ignoreDirectionalPadding
. -
Add
FPopover.tappable(...)
. -
Add
FPopoverMenu
. -
Add
FPortal.offset
. -
Add
FLocalizations
. -
Add
FFocusedOutline
. -
Add
FDialog.adaptive(...)
. -
Breaking Add
focusedOutlineStyle
toFAccordionStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFBottomNavigationBar
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFButtonStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFHeaderActionStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFResizableDividerStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFCheckboxStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFRadioStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedBorder
toFTileStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedDividerStyle
toFTileStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFTabsStyle
- this only affect users which use the primary constructor. -
Breaking Add
focusedOutlineStyle
toFSliderThumbStyle
- this only affect users which use the primary constructor.
Changes
-
Breaking Change
FPopover()
to not automatically wrap a target in aGestureDetector
- useFPopover.tappable(...)
instead. -
Breaking Change
FSlider
to default to the current text direction instead ofLayout.ltr
. -
Change
FCalendar
to support localization.
Fixes
-
Change FButton's animation to only start on mouse down and up.
-
Fix
FLabel
not showing error message if label and description are null. -
Fix
FSelectGroup
not properly disposing callbacks.
Forui 0.6.1
- Fix range slider not displaying tooltip for minimum thumb.
Forui Assets 0.3.0
- Update icons to Lucide 0.453.0.
Forui 0.6.0
Additions
-
Add
FAccordion
. -
Add
FSlider
. -
Add
FButtonStyles.ghost
. -
Add
FButtonCustomStyle.enabledHoverBoxDecoration
. -
Add
FTextField.contentInsertionConfiguration
. -
Add
FTextField.mouseCursor
. -
Add
FTextField.forceErrorText
. -
Add
FIcon
. -
Add
FColorScheme.disable(...)
. -
Add
FColorScheme.disableOpacity
. -
Add
FColorScheme.hover(...)
. -
Add
FColorScheme.enabledHoveredOpacity
. -
Add
FChangeNotifier
. -
Add
FValueNotifier
.
Changes
-
Change button to change color when hovering over it.
-
Change
FCalendar
year picker to update the header whenever a year is selected. -
Increase
FCalendar
's default text size fromFTypography.sm
toFTypography.base
. -
Breaking Change
FBottomNavigationBarItem.label
fromString
toWidget
. -
Breaking Split
FCalendarHeaderStyle.iconColor
intoFCalendarHeaderStyle.enabledIconColor
and
FCalendarHeaderStyle.disabledIconColor
. -
Breaking Change
FTextField
to useFLabel
. -
Breaking Remove
FTextFieldErrorStyle.animatioDuration
. -
Breaking Rename
FLabelStateStyle
toFLabelStateStyles
. -
Breaking Rename
FTextField.onSave
toFTextField.onSaved
. -
Breaking Remove FAlertIcon & FAlertIconStyle - use
FIcon
instead. -
Breaking Remove FButtonIcon & FAlertIconStyle - use
FIcon
instead. -
Breaking Change FButtonCustomStyle to better represent the style's layout - this will only affect users that
create a customFButtonCustomStyle
. -
Breaking Change
FBottomNavigationBarItem.icon
fromSvgAsset
toWidget
- wrap the asset inFIcon
instead. -
Breaking Change
FHeaderAction.icon
fromSvgAsset
toWidget
- wrap the asset inFIcon
instead. -
Breaking Change
FSelectGroup.builder
parameters. -
Breaking Change
FBadgeCustomStyle.content
toFBadgeCustomStyle.contentStyle
. -
Breaking Change
FAvatarStyle.text
toFAvatarStyle.textStyle
. -
Breaking Change
FDialogStyle.horizontal
toFDialogStyle.horizontalStyle
. -
Breaking Change
FDialogStyle.selectedLabel
toFDialogStyle.selectedLabelTextStyle
. -
Breaking Change
FDialogStyle.unselectedLabel
toFDialogStyle.unselectedLabelTextStyle
. -
Breaking Change
FDividerStyle.horizontal
toFDividerStyle.horizontalStyle
. -
Breaking Change
FDividerStyle.vertical
toFDividerStyle.verticalStyle
. -
Breaking Change
FDialogStyle.indicator
toFDialogStyle.indicatorDecoration
. -
Breaking Change
FHeader.leftActions
toFHeader.prefixActions
. -
Breaking Change
FHeader.rightActions
toFHeader.suffixActions
. -
Breaking Change
FLabelStyle.horizontal
toFLabelStyle.horizontalStyle
. -
Breaking Change
FLabelStyle.vertical
toFLabelStyle.verticalStyle
. -
Breaking Change
FButtonStyles.outline
's background to transparent.
Fixes
-
Fix
FBottomNavigationBar
items hit region being smaller than intended. -
Fix
FCalendar
showing focused outline when pressing and long pressing a date. -
Fix
FCalendar
year and month picker applying incorrect initial top padding. -
Fix
FCalendar
year and month picker incorrectly calculating start and end dates. -
Fix
FTextfield
being vertically larger than intended. -
Fix
FTextfield
description text's odd transition animation whenever an error occurs. -
Fix
FSwitch
not using correct label style. -
Fix
FCheckbox
,FRadio
,FSelectGroup
,FSwitch
andFTextField
styles causing the widget inspector to crash. -
Fix
FSelectGroup
not applying correct style if a custom widget-specific style is given.
Forui 0.5.1
0.5.1
- Fix
FTabs
not showing correct tab entry when switching tabs.
Issue #203.