Releases: galio-org/galio
v0.9.4
What's Changed
- fix: resolve GalioProvider + React Navigation context conflicts by @MichaelGetu-git in #273
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- package export issue fixed by @MichaelGetu-git in #272
Full Changelog: v0.9.2...v0.9.3
v0.9.2
Release Notes - v0.9.2
Highlights
-
Added TypeScript Support:
The codebase now includes full TypeScript integration, providing improved type safety and a better developer experience. -
Upgraded React Native:
Upgraded to the latest React Native version, ensuring compatibility with recent updates, features, and security patches.
Migration Guide
- All new code should be written in TypeScript. Existing JavaScript files may be migrated gradually.
- Review the updated documentation and examples for TypeScript usage and updated APIs.
- Some deprecated APIs and compatibility issues may have been addressed as part of the React Native upgrade.
Thanks
Thanks to all contributors and users for your continued support and feedback!
For more details, see PR #271
What's Changed
- v0.9.1 - add typescript, upgrade to latest React Native Version by @marqbeniamin in #271
Full Changelog: v0.8.1...v0.9.1
v0.8.1
Our newest small release is here! Thanks again for your support and for always trying to improve this growing library! I'm really glad you've been a part of this journey and I do hope you're going to keep up being a part of the Galio family!
We still have a lot to implement for v1.0 but I'm sure this new version will be of great help and will solve some of the problems.
This small update comes with the following PRs merged into it:
Thanks!
v0.8.0
Our newest release is here! Thanks again for your support and for always trying to improve this growing library! I'm really glad you've been a part of this journey and I do hope you're going to keep up being a part of the Galio family!
We still have a lot to implement for v1.0 but I'm sure this new version will be of great help and will solve a ton of problems.
We've done the following:
button
- addedloadingColor
prop for the loading state of the button #221navBar
- addedtitleNumberOfLines
andtitleTextProps
for a better customization of the navbar's title #222toast
-useNativeDriver
prop included #240block
-space
prop now only accepts one of the following:between
,around
,evenly
#240- removed
ViewPropTypes
as it's deprecated #239 - added TypeScript support #151
Special thanks to everybody that helped with their PR: @adxicible, @M1chaelTran, @rufat, @wiloke1
v0.7.1
Hotfix
Fix imports issue occurring after 0.7.0 release
v0.7.0
Hotfixes v0.7.0
The community managed to help out a lot and push some PRs in order to fix some bugs. We still have a lot to implement for v1.0 but I'm sure this new version will be of great help and will solve a ton of problems.
We've done the following:
checkbox
- fixedonChange
callback from getting called during the initial render - #192input
-textInputStyle
prop added - #193input
- onRef added - #145input
-labelStyles
andhelpStyles
added - #197- forward ref to wrapped component in
withGalio
HoC - #191 - Require cycle: Components -> Index File - #210
navbar
- fixedback
prop #147radio
- fixedonChange
callback initial render #214switch
- fixedtrackColor
prop not working #211useGalioTheme
custom Hook - #215
Special thanks for everybody that helped: @AndyOsei @zemuldo @sam1463 @robertqin86
v0.6.3 - hotfix
Thanks to our community we managed to solve 2 bugs really fast.
Solved:
Thanks to:
@jgab-net
@robertqin86
v0.6.2 - hotfix
Solved the bug regarding some props being not usable for Card
and Text
components. Both components should be styled as intended (with the style
prop) now.
This should solve #134 .