Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Releases: breeffy/react-native-svg-icons

v0.5.0

12 Mar 16:11
v0.5.0
2547bdb
Compare
Choose a tag to compare

🌟 Updates

🐛 Bug Fixes

🎁 Example App

  • update expo to 40.0.0 version (#14) @likern
  • use SvgIcon from @breeffy/react-native-svg-icons instead of FontAwesomeIcon from @fortawesome/react-native-fontawesome (#14) @likern
  • update dependencies (#14) @likern

What’s Changed

  • build(deps): bump ini from 1.3.5 to 1.3.8 in /examples/Hello (#12) @dependabot
  • build(deps): bump ini from 1.3.5 to 1.3.8 (#13) @dependabot
  • [Snyk] Upgrade: react, react-dom (#7) @snyk-bot
  • [Snyk] Upgrade react-native-web from 0.11.5 to 0.13.3 (#9) @snyk-bot
  • build(deps): bump npm-user-validate from 1.0.0 to 1.0.1 (#10) @dependabot
  • build(deps-dev): bump semantic-release from 15.14.0 to 17.2.3 (#11) @dependabot
  • build(deps): bump lodash from 4.17.15 to 4.17.19 in /examples/Hello (#2) @dependabot
  • build(deps): bump npm-registry-fetch from 4.0.2 to 4.0.5 (#3) @dependabot
  • build(deps): bump acorn from 5.7.3 to 5.7.4 (#4) @dependabot

v0.4.1

06 Mar 22:28
Compare
Choose a tag to compare

Added

  • Additional assertions to SvgIcon were added
  • Declare to be compatible with react-native-svg 11.x and 12.x versions

Internal improvements

  • Use Typescript 3.8.3
  • Jest tests refactoring
  • New jest assertion test was added
  • Use Typescript for Jest tests
  • GitHub Actions additionally tests compatibility against react-native-svg 11.x and 12.x versions

v0.3.0

06 Jan 14:47
Compare
Choose a tag to compare

0.3.0 - 2020-01-06

Added

  • Code was rewritten using Typescript
  • Project was relicensed from MIT to Apache-2.0
  • Property "style" supports array of styles

Changed

  • Extra properties to FontAwesomeIcon are not supported (AssertionError is thrown)
  • Property "icon" is required (AssertionError is thrown)

Removed

  • Properties "width" and "height" were removed, use "size" property instead