|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.3.0 |
| 4 | + |
| 5 | +- Stable release |
| 6 | + |
| 7 | +## 7.3.0-rc.2 |
| 8 | + |
| 9 | +- Removed a `debugPrint` from `ThemedSnackbarMessenger` |
| 10 | + |
| 11 | +## 7.3.0-rc.1 |
| 12 | + |
| 13 | +- Release candidate 1 |
| 14 | + |
| 15 | +## 7.3.0-beta.12 |
| 16 | + |
| 17 | +- Added `itemExtend` to `ThemedDualListInput`, `ThemedSelectInput` and `ThemedMultiSelectInput` to set the item extend of the lists. |
| 18 | + |
| 19 | +## 7.3.0-beta.11 |
| 20 | + |
| 21 | +- Added `ThemedAlertType.custom` to support custom colors and icons in `ThemedAlert` and `ThemedAlertIcon`. |
| 22 | +- Added `ThemedAlertStyle.filledIcon` to support a filled icon style in `ThemedAlert`. |
| 23 | +- Added `iconSize` on `ThemedAlert` to control the size of the icon in the alert. |
| 24 | + |
| 25 | +## 7.3.0-beta.10 |
| 26 | + |
| 27 | +- Modified `ThemedSnackbar` to use a new format of visualization, now will be displayed the first item of a queue. |
| 28 | +- Some changes on input styling to be more consistent with the other inputs. |
| 29 | + |
| 30 | +## 7.3.0-beta.9 |
| 31 | + |
| 32 | +- Added `padding` prop to `ThemedChip` to handle the padding of the chip. |
| 33 | + |
| 34 | +## 7.3.0-beta.8 |
| 35 | + |
| 36 | +- Added `ThemedChip` to display a chip with a custom message and color. |
| 37 | + |
| 38 | +## 7.3.0-beta.7 |
| 39 | + |
| 40 | +- Added new widget `ThemedAlert` to display an alert with a custom message. |
| 41 | +- Added new widget `ThemedAlertIcon` to display the icon using the Layrz Standard Alert styling. |
| 42 | + |
| 43 | +## 7.3.0-beta.6 |
| 44 | + |
| 45 | +- Changes on `ThemedButton` related to `RichText` rendering. |
| 46 | +- Changed size of `ThemedButton` to `46u` instead of `40u`. |
| 47 | +- Fixes on `ThemedAvatar` to support `ClipRect` instead of trust on the `clipBehavior` of the `Container`. |
| 48 | +- Modified extension `ThemedColorExtensions` to use getters with combination of the methods. |
| 49 | + |
| 50 | +## 7.3.0-beta.5 |
| 51 | + |
| 52 | +- Updated dependencies to latest |
| 53 | + |
| 54 | +## 7.3.0-beta.4 |
| 55 | + |
| 56 | +- Changes on shadows on `ThemedLayout`. |
| 57 | +- Changes on `ThemedScaffoldView`. |
| 58 | + |
| 59 | +## 7.3.0-beta.3 |
| 60 | + |
| 61 | +- Increasing the size from `35u` to `46u` on the `ThemedButton` to be more consistent with the Material 3 design. |
| 62 | +- Increased horizontal padding from `10u` to `20u` on the `ThemedButton` to be more consistent with the Material 3 design. |
| 63 | +- Modified `actionsPadding` on `ThemedActionsButtons` to add by default a left padding of `5u`. |
| 64 | +- Updated `ThemedCalendar` to display the selected dates like `ThemedButtonStyle.filledTonal` instead of `ThemedButtonStyle.filled`. |
| 65 | +- Updated row height of `ThemedTable` to `50u` due to the new button size. |
| 66 | +- Added extension of `BuildContext` to get pre-defined text styles. |
| 67 | + |
| 68 | +## 7.3.0-beta.2 |
| 69 | + |
| 70 | +- Updated `generateContainerElevation()` design to use `Colors.black.withValues(alpha: 0.1)` instead of shadow color. |
| 71 | +- Modified `generateContainerElevation()` elevation visualization to be more smooth. |
| 72 | + |
| 73 | +## 7.3.0-beta.1 |
| 74 | + |
| 75 | +- Required changes applied to support Flutter 3.32.0 |
| 76 | + |
| 77 | +## 7.2.13 |
| 78 | + |
| 79 | +- Added a way to keep the tab position when the `tabs` is resizing on `ThemedTabView`. |
| 80 | + |
3 | 81 | ## 7.2.12 |
4 | 82 | - Added `maximumDecimalDigits` prop to `ThemedNumberInput` to allow to increase the number of decimal digits. |
5 | 83 | - Fixed `ThemedNumberInput` cursor behaviour to improve experience when typing numbers. |
|
0 commit comments