diff --git a/versioned_docs/version-3.1.0/changelog.md b/versioned_docs/version-3.1.0/changelog.md index 0e0694315..4b04b3c8b 100644 --- a/versioned_docs/version-3.1.0/changelog.md +++ b/versioned_docs/version-3.1.0/changelog.md @@ -3,20 +3,14 @@ id: changelog title: Changelog --- -## Fixes +### Fixes +- Export Pressable interface - https://github.com/GeekyAnts/NativeBase/pull/3959 +- direct dependencies, error happening in npm v7 - https://github.com/GeekyAnts/NativeBase/pull/3958 +- error when no child is passed in Avatar - https://github.com/GeekyAnts/NativeBase/pull/3956 +- radio/checkbox accessibility false warning - https://github.com/GeekyAnts/NativeBase/pull/3955 +- useSystemColorMode - https://github.com/GeekyAnts/NativeBase/pull/3933 -- 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) +### Features +- Standalone toast API - https://github.com/GeekyAnts/NativeBase/pull/3931 -For more details. Visit [releases](https://github.com/GeekyAnts/NativeBase/releases/tag/v3.0.7). +For more details. Visit [releases](https://github.com/GeekyAnts/NativeBase/releases/tag/v3.1.0).