Releases: galio-org/galio
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!
v0.5.0
Galio's v0.5.0 has been released! We've added the following components: Switch, Checkbox, Radio, Slider and Theme integration! Galio's been accepted to Open Collective and we're working harder than the usual in order to deliver a beautiful UI library to the community!
Special thanks to our cool contributors:
@antelbra
@samcyn
Thanks for working with Galio! 🔥