diff --git a/docs/changelog.md b/docs/changelog.md index 7eb8d4342..0e0694315 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,19 +5,18 @@ title: Changelog ## Fixes -- Version bump from 3.0.3 to 3.0.4 -- Add tokenised fontFamily support in Input #3796 -- Make drag indicator optional in actionsheet #3797 -- Export Toast TS props definition #3795 -- Set fontFamily to heading in Heading component #3788 -- Fix SSR not working #3786 -- Fix box with linear gradient warning #3777 -- Add color prop in Select's TS definition #3779 -- Remove additional wrapper from Checkbox group #3798 -- Add a prop to render FAB outside of portal #3829 -- Fix input padding(top/bottom) not working on android #3825 -- Fix custom fonts not working on android for some cases #3821 -- Fixed bold and italics issue in typography -- Spinner visibility issue fixed +- Added a feature to suppress accessible color warning [#3849](https://github.com/GeekyAnts/NativeBase/pull/3849) +- Fixed support for numberOfLines props on Text [#3852](https://github.com/GeekyAnts/NativeBase/pull/3852) +- Fixed \_text not working in Link component's baseStyle/variants [#3854](https://github.com/GeekyAnts/NativeBase/pull/3854) +- Fixed custom id not being passed in a custom toast [#3870](https://github.com/GeekyAnts/NativeBase/pull/3870) +- Exported IPressableProps [#3872](https://github.com/GeekyAnts/NativeBase/pull/3871) +- Fixed Overlay/Backdrop cursor pointer issue. [#3880](https://github.com/GeekyAnts/NativeBase/pull/3880) +- Fixed Avatar.Badge conditional rendering [#3885](https://github.com/GeekyAnts/NativeBase/pull/3885) +- Added \_backdrop prop in actionsheet and modal to apply styles to backrop(overlay) [#3886](https://github.com/GeekyAnts/NativeBase/pull/3886) +- Added typings for left and right for placement prop in Slide. [#3889](https://github.com/GeekyAnts/NativeBase/pull/3889) +- Added xxs typing for fontSize in Text. [#3890](https://github.com/GeekyAnts/NativeBase/pull/3890) +- Added support for React.Fragment as Children in Box. [#3891](https://github.com/GeekyAnts/NativeBase/pull/3891) +- Fixed Stack space extend issue. [#3897](https://github.com/GeekyAnts/NativeBase/pull/3897) +- Fixed Radio Size issue on happening on iOS and Android. [#3913](https://github.com/GeekyAnts/NativeBase/pull/3913) -For more details. Visit [releases](https://github.com/GeekyAnts/NativeBase/releases/tag/v3.0.4). +For more details. Visit [releases](https://github.com/GeekyAnts/NativeBase/releases/tag/v3.0.7). diff --git a/versioned_docs/version-3.0.7/changelog.md b/versioned_docs/version-3.0.7/changelog.md index 7eb8d4342..0e0694315 100644 --- a/versioned_docs/version-3.0.7/changelog.md +++ b/versioned_docs/version-3.0.7/changelog.md @@ -5,19 +5,18 @@ title: Changelog ## Fixes -- Version bump from 3.0.3 to 3.0.4 -- Add tokenised fontFamily support in Input #3796 -- Make drag indicator optional in actionsheet #3797 -- Export Toast TS props definition #3795 -- Set fontFamily to heading in Heading component #3788 -- Fix SSR not working #3786 -- Fix box with linear gradient warning #3777 -- Add color prop in Select's TS definition #3779 -- Remove additional wrapper from Checkbox group #3798 -- Add a prop to render FAB outside of portal #3829 -- Fix input padding(top/bottom) not working on android #3825 -- Fix custom fonts not working on android for some cases #3821 -- Fixed bold and italics issue in typography -- Spinner visibility issue fixed +- Added a feature to suppress accessible color warning [#3849](https://github.com/GeekyAnts/NativeBase/pull/3849) +- Fixed support for numberOfLines props on Text [#3852](https://github.com/GeekyAnts/NativeBase/pull/3852) +- Fixed \_text not working in Link component's baseStyle/variants [#3854](https://github.com/GeekyAnts/NativeBase/pull/3854) +- Fixed custom id not being passed in a custom toast [#3870](https://github.com/GeekyAnts/NativeBase/pull/3870) +- Exported IPressableProps [#3872](https://github.com/GeekyAnts/NativeBase/pull/3871) +- Fixed Overlay/Backdrop cursor pointer issue. [#3880](https://github.com/GeekyAnts/NativeBase/pull/3880) +- Fixed Avatar.Badge conditional rendering [#3885](https://github.com/GeekyAnts/NativeBase/pull/3885) +- Added \_backdrop prop in actionsheet and modal to apply styles to backrop(overlay) [#3886](https://github.com/GeekyAnts/NativeBase/pull/3886) +- Added typings for left and right for placement prop in Slide. [#3889](https://github.com/GeekyAnts/NativeBase/pull/3889) +- Added xxs typing for fontSize in Text. [#3890](https://github.com/GeekyAnts/NativeBase/pull/3890) +- Added support for React.Fragment as Children in Box. [#3891](https://github.com/GeekyAnts/NativeBase/pull/3891) +- Fixed Stack space extend issue. [#3897](https://github.com/GeekyAnts/NativeBase/pull/3897) +- Fixed Radio Size issue on happening on iOS and Android. [#3913](https://github.com/GeekyAnts/NativeBase/pull/3913) -For more details. Visit [releases](https://github.com/GeekyAnts/NativeBase/releases/tag/v3.0.4). +For more details. Visit [releases](https://github.com/GeekyAnts/NativeBase/releases/tag/v3.0.7).