Skip to content

Releases: galio-org/galio

v0.6.0

11 Sep 12:56
5822d2d
Compare
Choose a tag to compare

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:

  1. hitSlop prop was added to our NavBar component (#94), the name prop was renamed to leftIconName, also the leftIconFamily prop was added
  2. onRef prop was added to our Text component (#99), the reasoning behind this was for the focus() function to work. You can find out more about this here: #74
  3. Font-Awesome5 was added to our collection of fonts for the Text component (#108)
  4. Toast component added #112
  5. Deck Swiper component added #124
  6. Accordion component added #123
  7. 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

12 Aug 14:06
639f86c
Compare
Choose a tag to compare

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

17 Jun 10:28
Compare
Choose a tag to compare

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:

  1. Removed Expo dependency entirely from Galio
  2. Removed Expo from Icon.js
  3. Removed the Galio font from the NavBar.js, Card.js and Input.js and changed with different fonts
  4. Created a new file for the Icon.js in order to fully use the react-native-vector-icons library where we're importing all fonts
  5. 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.
  6. 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

27 Feb 15:42
26ebf62
Compare
Choose a tag to compare

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! 🔥