Releases: galio-org/galio
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 .
v0.6.1 - hotfix
v0.6.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!
Changes:
hitSlop
prop was added to ourNavBar
component (#94), thename
prop was renamed toleftIconName
, also theleftIconFamily
prop was addedonRef
prop was added to ourText
component (#99), the reasoning behind this was for thefocus()
function to work. You can find out more about this here: #74Font-Awesome5
was added to our collection of fonts for theText
component (#108)Toast
component added #112Deck Swiper
component added #124Accordion
component added #123- Changed all of the components from class-based components to Hooks #116
This time we got a lot of people helping Galio out which is great! I sure hope I'll see more people doing that! Next step: v0.7!
Thanks again to all of the people that have been a part of this update (alphabetical order):
@Chojecki
@SyedAbuTalib
@VictorAtPL
@extenss
@sam1463
@shubhamkakkar
@zeritte
v0.5.4 - hotfix
A bug was found and solved by our community! We had an issue with the react-native run-android --variant=release
, you can find out more about it here: #109
Changes: the route for galio.json
changed and also the imports for that file changed.
Thanks to @robertqin86 for solving this issue really fast!
v0.5.3 - hotfix
I've wanted to keep these changes for v0.6 but Expo SDK 33 was released and a lot of people had problems with Galio. So the following changes have been made:
- Removed Expo dependency entirely from Galio
- Removed Expo from
Icon.js
- Removed the Galio font from the
NavBar.js
,Card.js
andInput.js
and changed with different fonts - Created a new file for the
Icon.js
in order to fully use thereact-native-vector-icons
library where we're importing all fonts - Now
react-native-vector-icons
is a peerDependency which basically means that the user has to install it if he wants to use it. Most of our users will still have to install that library and link it, some might not need icons at all so that's cool. - Accepted a PR from @ghasemikasra39 which fixed a typo we had in
Slider.js
which made the component unusable. Now the Slider can be used again
So basically we can now use Galio in a React Native app without Expo which is perfect! Congratulations to everybody for helping out!