Skip to content

Releases: galio-org/galio

v0.9.4

28 Aug 06:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

16 Aug 06:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

13 Aug 10:41
Compare
Choose a tag to compare

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

30 Mar 11:08
3c78e3b
Compare
Choose a tag to compare

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

30 Mar 19:43
a5ece90
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!

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 - added loadingColor prop for the loading state of the button #221
  • navBar - added titleNumberOfLines and titleTextProps for a better customization of the navbar's title #222
  • toast - useNativeDriver prop included #240
  • block - 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

06 Jul 19:24
80514e6
Compare
Choose a tag to compare

Hotfix

Fix imports issue occurring after 0.7.0 release

v0.7.0

05 Jul 20:57
2e2fd91
Compare
Choose a tag to compare

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 - fixed onChange callback from getting called during the initial render - #192
  • input - textInputStyle prop added - #193
  • input - onRef added - #145
  • input -labelStyles and helpStyles added - #197
  • forward ref to wrapped component in withGalio HoC - #191
  • Require cycle: Components -> Index File - #210
  • navbar - fixed back prop #147
  • radio - fixed onChange callback initial render #214
  • switch - fixed trackColor prop not working #211
  • useGalioTheme custom Hook - #215

Special thanks for everybody that helped: @AndyOsei @zemuldo @sam1463 @robertqin86

v0.6.3 - hotfix

15 Oct 17:01
1842df9
Compare
Choose a tag to compare

Thanks to our community we managed to solve 2 bugs really fast.

Solved:

  • Text component #139
  • Input component #137

Thanks to:
@jgab-net
@robertqin86

v0.6.2 - hotfix

13 Oct 23:34
5a3cc64
Compare
Choose a tag to compare

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

16 Sep 14:12
dcaaf0c
Compare
Choose a tag to compare

This hotfix was pushed in order to solve some critical bugs which made some components unusable.

Changes:

  • Checkbox -- added theme prop in the component's list of props
  • Navbar -- name prop changed (#129)

Thanks @mamkkl for the PR