Skip to content

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hamilton committed Mar 16, 2021
1 parent 4ca0208 commit 8d9e90c
Show file tree
Hide file tree
Showing 56 changed files with 76 additions and 40 deletions.
44 changes: 40 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,53 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.3.2](https://github.com/flyingcircle/react-native-elements/compare/v3.3.1...v3.3.2)

- fix: onClose() is executed twice when tooltip is dismissed [`#2856`](https://github.com/flyingcircle/react-native-elements/pull/2856)
- Added FullTheme [`#2860`](https://github.com/flyingcircle/react-native-elements/pull/2860)
- Removed ts-ignore [`#2859`](https://github.com/flyingcircle/react-native-elements/pull/2859)
- add new social icons:facebook-messenger and whatsapp [`#2826`](https://github.com/flyingcircle/react-native-elements/pull/2826)
- Removed ts-ignore [`#2850`](https://github.com/flyingcircle/react-native-elements/pull/2850)
- fix [socialicon]: icon visible in loading state when not a button [`#2846`](https://github.com/flyingcircle/react-native-elements/pull/2846)
- Migrated button component to RN Functional Component [`#2830`](https://github.com/flyingcircle/react-native-elements/pull/2830)
- fix vector icons types package version difference [`#2847`](https://github.com/flyingcircle/react-native-elements/pull/2847)
- Docs Internal Link Fix [`#2840`](https://github.com/flyingcircle/react-native-elements/pull/2840)
- loader theme fix [`#2832`](https://github.com/flyingcircle/react-native-elements/pull/2832)
- Removed ts-ignore and transformed to Functional Component [`#2834`](https://github.com/flyingcircle/react-native-elements/pull/2834)
- UI fixes and array nullability check [`#2835`](https://github.com/flyingcircle/react-native-elements/pull/2835)
- corrected issues link [`#2828`](https://github.com/flyingcircle/react-native-elements/pull/2828)
- fix unit tests [`7802eef`](https://github.com/flyingcircle/react-native-elements/commit/7802eef431efafedd56f552133240b445eb0b966)
- fix yarn lock file [`d3341cc`](https://github.com/flyingcircle/react-native-elements/commit/d3341cc44b92b2380eb94ee0f7c4503260dc3b0d)
- fix yarn lock registry [`df96b21`](https://github.com/flyingcircle/react-native-elements/commit/df96b21e6c9e9ed1ead45e3e851634c70015ca38)

#### [v3.3.1](https://github.com/flyingcircle/react-native-elements/compare/v3.3.0...v3.3.1)

> 11 March 2021
- fix: Make sure component is mounted before calling setState. #2751 [`#2821`](https://github.com/flyingcircle/react-native-elements/pull/2821)
- Fixed Slider compatibility for expo web [`#2824`](https://github.com/flyingcircle/react-native-elements/pull/2824)
- fixed 404 redirect in help page and also removed unnecessary lines of code [`#2815`](https://github.com/flyingcircle/react-native-elements/pull/2815)
- Exported AvatarProps for the issue #2802 [`#2803`](https://github.com/flyingcircle/react-native-elements/pull/2803)
- chore: update feature-request template [`#2807`](https://github.com/flyingcircle/react-native-elements/pull/2807)
- chore: add PULL_REQUEST_TEMPLATE [`#2806`](https://github.com/flyingcircle/react-native-elements/pull/2806)
- Updated the docs for the Rating component [`#2804`](https://github.com/flyingcircle/react-native-elements/pull/2804)
- docs: fix link for react-native-elements-app repository [`#2805`](https://github.com/flyingcircle/react-native-elements/pull/2805)
- Version 3.3.1 [`8f3ff49`](https://github.com/flyingcircle/react-native-elements/commit/8f3ff49b099a754e2ce0c08a67a6e12552fc1559)
- export SearchBar Props [`56d5a37`](https://github.com/flyingcircle/react-native-elements/commit/56d5a37fd6296c328e8be75c13b05d04f0627453)

#### [v3.3.0](https://github.com/flyingcircle/react-native-elements/compare/v3.2.0...v3.3.0)

> 7 March 2021
- Feat: Add useTheme() and makeStyles() helpers [`#2790`](https://github.com/flyingcircle/react-native-elements/pull/2790)
- Source prop missing in Image from Accessory.jsx [`#2793`](https://github.com/flyingcircle/react-native-elements/pull/2793)
- Typescript work [`#2781`](https://github.com/flyingcircle/react-native-elements/pull/2781)
- Typescript work [`#2792`](https://github.com/flyingcircle/react-native-elements/pull/2792)
- typescript migration [`#2779`](https://github.com/flyingcircle/react-native-elements/pull/2779)
- convert RNE to typescript [`#2766`](https://github.com/flyingcircle/react-native-elements/pull/2766)
- update to version 3.3.0 [`08e5136`](https://github.com/flyingcircle/react-native-elements/commit/08e51366e5144f51f6cbf1155f12b702bbf140e9)
- fix withTheme typing [`107ecde`](https://github.com/flyingcircle/react-native-elements/commit/107ecde00f1e77d9b4a0e1a6692ce02108f2e4b7)
- fix typing with static members of functions [`ce8aa3b`](https://github.com/flyingcircle/react-native-elements/commit/ce8aa3bb62d24e5dd908d38bfbe4706f745ef702)
- trying out a different wrapped component [`69e7999`](https://github.com/flyingcircle/react-native-elements/commit/69e799911f2b503158686d7a73ffe29bc94a44c2)

#### [v3.2.0](https://github.com/flyingcircle/react-native-elements/compare/v3.1.0...v3.2.0)

Expand Down Expand Up @@ -267,7 +303,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: publish 2.0.4 [`f92d94b`](https://github.com/flyingcircle/react-native-elements/commit/f92d94beeb688b8f42d52576f16c24d6d7ab7da5)
- revert moving react-native-vector types to dev [`6e3f749`](https://github.com/flyingcircle/react-native-elements/commit/6e3f749f684c76ee196054e7c4b39266f4dd6e1c)

#### [v2.0.3](https://github.com/flyingcircle/react-native-elements/compare/v2.0.2...v2.0.3)
#### [v2.0.3](https://github.com/flyingcircle/react-native-elements/compare/2.0.2...v2.0.3)

> 28 June 2020
Expand Down Expand Up @@ -295,11 +331,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- rename test id for listitem-padview [`9e0ed04`](https://github.com/flyingcircle/react-native-elements/commit/9e0ed04b716bf17def7a30f6579f2ab2026255ad)
- add test id to listitem-padview [`0718b7a`](https://github.com/flyingcircle/react-native-elements/commit/0718b7a37c710568cc2b56e78fa6017cf784e7ad)

#### [v2.0.2](https://github.com/flyingcircle/react-native-elements/compare/2.0.2...v2.0.2)
#### [2.0.2](https://github.com/flyingcircle/react-native-elements/compare/v2.0.2...2.0.2)

> 4 June 2020
#### [2.0.2](https://github.com/flyingcircle/react-native-elements/compare/v2.0.1...2.0.2)
#### [v2.0.2](https://github.com/flyingcircle/react-native-elements/compare/v2.0.1...v2.0.2)

> 4 June 2020
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "3.3.1",
"version": "3.3.2",
"description": "React Native Elements & UI Toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ title if made into a button (optional)

social media type (required)

| Type | Default |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
| social media type (angellist, codepen, envelope, etsy, facebook, flickr, foursquare, github-alt, github, gitlab, instagram, linkedin, medium, pinterest, quora, reddit-alien, soundcloud, stack-overflow, steam, stumbleupon, tumblr, twitch, twitter, google, google-plus-official, vimeo, vk, weibo, wordpress, youtube) | none |
| Type | Default |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
| social media type (angellist, codepen, envelope, etsy, facebook, facebook-messenger, flickr, foursquare, github-alt, github, gitlab, instagram, linkedin, medium, pinterest, quora, reddit-alien, soundcloud, stack-overflow, steam, stumbleupon, tumblr, twitch, twitter, google, google-plus-official, vimeo, vk, weibo, whatsapp, wordpress, youtube) | none |

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version-3.3.1/docs": [
"version-3.3.2/docs": [
{
"collapsed": true,
"type": "category",
"label": "It Starts Basic",
"items": [
{
"type": "doc",
"id": "version-3.3.1/getting_started"
"id": "version-3.3.2/getting_started"
},
{
"type": "doc",
"id": "version-3.3.1/overview"
"id": "version-3.3.2/overview"
},
{
"type": "doc",
"id": "version-3.3.1/customization"
"id": "version-3.3.2/customization"
},
{
"type": "doc",
"id": "version-3.3.1/web_usage"
"id": "version-3.3.2/web_usage"
},
{
"type": "doc",
"id": "version-3.3.1/troubleshooting"
"id": "version-3.3.2/troubleshooting"
}
]
},
Expand All @@ -34,91 +34,91 @@
"items": [
{
"type": "doc",
"id": "version-3.3.1/avatar"
"id": "version-3.3.2/avatar"
},
{
"type": "doc",
"id": "version-3.3.1/badge"
"id": "version-3.3.2/badge"
},
{
"type": "doc",
"id": "version-3.3.1/bottomsheet"
"id": "version-3.3.2/bottomsheet"
},
{
"type": "doc",
"id": "version-3.3.1/button"
"id": "version-3.3.2/button"
},
{
"type": "doc",
"id": "version-3.3.1/button_group"
"id": "version-3.3.2/button_group"
},
{
"type": "doc",
"id": "version-3.3.1/card"
"id": "version-3.3.2/card"
},
{
"type": "doc",
"id": "version-3.3.1/checkbox"
"id": "version-3.3.2/checkbox"
},
{
"type": "doc",
"id": "version-3.3.1/divider"
"id": "version-3.3.2/divider"
},
{
"type": "doc",
"id": "version-3.3.1/header"
"id": "version-3.3.2/header"
},
{
"type": "doc",
"id": "version-3.3.1/icon"
"id": "version-3.3.2/icon"
},
{
"type": "doc",
"id": "version-3.3.1/image"
"id": "version-3.3.2/image"
},
{
"type": "doc",
"id": "version-3.3.1/input"
"id": "version-3.3.2/input"
},
{
"type": "doc",
"id": "version-3.3.1/listitem"
"id": "version-3.3.2/listitem"
},
{
"type": "doc",
"id": "version-3.3.1/overlay"
"id": "version-3.3.2/overlay"
},
{
"type": "doc",
"id": "version-3.3.1/pricing"
"id": "version-3.3.2/pricing"
},
{
"type": "doc",
"id": "version-3.3.1/rating"
"id": "version-3.3.2/rating"
},
{
"type": "doc",
"id": "version-3.3.1/searchbar"
"id": "version-3.3.2/searchbar"
},
{
"type": "doc",
"id": "version-3.3.1/slider"
"id": "version-3.3.2/slider"
},
{
"type": "doc",
"id": "version-3.3.1/social_icon"
"id": "version-3.3.2/social_icon"
},
{
"type": "doc",
"id": "version-3.3.1/text"
"id": "version-3.3.2/text"
},
{
"type": "doc",
"id": "version-3.3.1/tile"
"id": "version-3.3.2/tile"
},
{
"type": "doc",
"id": "version-3.3.1/tooltip"
"id": "version-3.3.2/tooltip"
}
]
},
Expand All @@ -129,15 +129,15 @@
"items": [
{
"type": "doc",
"id": "version-3.3.1/contributing"
"id": "version-3.3.2/contributing"
},
{
"type": "doc",
"id": "version-3.3.1/testing"
"id": "version-3.3.2/testing"
},
{
"type": "doc",
"id": "version-3.3.1/labels"
"id": "version-3.3.2/labels"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion website/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"3.3.1",
"3.3.2",
"2.3.2",
"1.2.0"
]

0 comments on commit 8d9e90c

Please sign in to comment.