# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [v1.0.14](https://github.com/gorhom/react-native-portal/compare/v1.0.13...v1.0.14)

### Commits

- docs: added usage example with gesture handler [`098ccdf`](https://github.com/gorhom/react-native-portal/commit/098ccdf90089db54fd9c0629970216f11fdb48d6)
- fix: avoid non-defined global error on web (#30)(by @AlanSl) [`d74fd20`](https://github.com/gorhom/react-native-portal/commit/d74fd200ef82d3b86718dd6f7644a0a52816a087)
- chore: fix linting in logger.ts [`74a1290`](https://github.com/gorhom/react-native-portal/commit/74a129073e52988ffb87d527a713f9aa63004426)

## [v1.0.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13) - 2022-04-10

### Commits

- chore: upgrade nanoid (#22)(by @jeremyadavis) [`1570974`](https://github.com/gorhom/react-native-portal/commit/157097404dc7750d8fb35d402e6ed8c2f772aee6)

## [v1.0.12](https://github.com/gorhom/react-native-portal/compare/v1.0.11...v1.0.12) - 2022-01-06

### Commits

- chore: updated examples [`d9c3ea6`](https://github.com/gorhom/react-native-portal/commit/d9c3ea66fa226e9bcc7277526b6b62787ef1cffb)
- docs: updated readme file [`9b0fffd`](https://github.com/gorhom/react-native-portal/commit/9b0fffd5a95d5e1d63d1dc5b64e80f2d3e366b2a)
- refactor: removed index files [`83c1b74`](https://github.com/gorhom/react-native-portal/commit/83c1b7471a9de9a40edb3d6a2a01a45037905aec)

## [v1.0.11](https://github.com/gorhom/react-native-portal/compare/v1.0.10...v1.0.11) - 2021-10-18

### Commits

- fix: updated Portal handling types [`8eba3ea`](https://github.com/gorhom/react-native-portal/commit/8eba3ea1559687d7e76d000075e78f895802e000)

## [v1.0.10](https://github.com/gorhom/react-native-portal/compare/v1.0.9...v1.0.10) - 2021-10-17

### Commits

- refactor: added handleOnUpdate to Portal [`b000935`](https://github.com/gorhom/react-native-portal/commit/b000935d0950ff299e888d1f1d2117804e4d39a2)
- refactor: removed duplicated method "update" [`c312e4c`](https://github.com/gorhom/react-native-portal/commit/c312e4cc5c0efc7f6fb0a70a2bbfbca54405ed70)

## [v1.0.9](https://github.com/gorhom/react-native-portal/compare/v1.0.8...v1.0.9) - 2021-09-21

### Commits

- refactor: removing immer to fix max call stack error with production … (#20)(by @egadstar) [`809c3bc`](https://github.com/gorhom/react-native-portal/commit/809c3bc0e5d9e8a18a7ef15874e68b7c4c68b09a)

## [v1.0.8](https://github.com/gorhom/react-native-portal/compare/v1.0.7...v1.0.8) - 2021-08-23

### Commits

- fix: allow PortalHost to mount/unmount safely #18 [`05042e5`](https://github.com/gorhom/react-native-portal/commit/05042e5636bc5421cdc60d755cbec47bbc0101d8)

## [v1.0.7](https://github.com/gorhom/react-native-portal/compare/v1.0.6...v1.0.7) - 2021-06-10

### Commits

- fix: error messages on development [`dae78b5`](https://github.com/gorhom/react-native-portal/commit/dae78b51243fbb3bbaa3dae2f23075b5eda28c23)

## [v1.0.6](https://github.com/gorhom/react-native-portal/compare/v1.0.5...v1.0.6) - 2021-06-10

### Commits

- refactor: removed returned draft from immer produce [`4547623`](https://github.com/gorhom/react-native-portal/commit/45476237e3f16b5a4f0ddcf10475d7691bc02eec)

## [v1.0.5](https://github.com/gorhom/react-native-portal/compare/v1.0.4...v1.0.5) - 2021-06-10

### Commits

- chore: updated dependencies [`3a8db0c`](https://github.com/gorhom/react-native-portal/commit/3a8db0c6d551da19dbb832754c83676cc117f4e5)
- chore: updated expo [`96eec0f`](https://github.com/gorhom/react-native-portal/commit/96eec0fc2235d5841c6653e1d6460204617757c3)

## [v1.0.4](https://github.com/gorhom/react-native-portal/compare/v1.0.3...v1.0.4) - 2021-03-04

### Merged

- fix: disable immer auto freeze [`#13`](https://github.com/gorhom/react-native-portal/pull/13)

## [v1.0.3](https://github.com/gorhom/react-native-portal/compare/v1.0.1...v1.0.3) - 2021-02-27

### Commits

- refactor: updated added portal logic [`708f8f3`](https://github.com/gorhom/react-native-portal/commit/708f8f322b1bd8139a35e26144f59355f9078057)
- bump version [`cd3fcb7`](https://github.com/gorhom/react-native-portal/commit/cd3fcb725e75744e5a4d69281d46de7a4548cfdf)

## [v1.0.1](https://github.com/gorhom/react-native-portal/compare/v1.0.0...v1.0.1) - 2021-02-24

### Commits

- fix: enable es5 for immer [`74bd72a`](https://github.com/gorhom/react-native-portal/commit/74bd72a594acbd034f779afc19e85ef2ed72dba6)

## [v1.0.0](https://github.com/gorhom/react-native-portal/compare/v0.2.0...v1.0.0) - 2021-02-21

### Merged

- feat: added multi hosts [`#8`](https://github.com/gorhom/react-native-portal/pull/8)

## [v0.2.0](https://github.com/gorhom/react-native-portal/compare/v0.1.4...v0.2.0) - 2021-01-28

### Merged

- feat: added mounting handlers [`#7`](https://github.com/gorhom/react-native-portal/pull/7)
- chore: added popover example [`#6`](https://github.com/gorhom/react-native-portal/pull/6)
- chore: updated examples [`#5`](https://github.com/gorhom/react-native-portal/pull/5)
- chore: updated dependencies [`#4`](https://github.com/gorhom/react-native-portal/pull/4)

### Commits

- docs: updated readme file [`708bca3`](https://github.com/gorhom/react-native-portal/commit/708bca3dc26067215650e9b90cc0e5b55c984978)

## [v0.1.4](https://github.com/gorhom/react-native-portal/compare/v0.1.3...v0.1.4) - 2020-12-15

### Commits

- chore: added update node logic [`8ee8292`](https://github.com/gorhom/react-native-portal/commit/8ee82927d028ff248cf4905ee3cc49b0bcb4e768)

## [v0.1.3](https://github.com/gorhom/react-native-portal/compare/v0.1.2...v0.1.3) - 2020-12-14

### Commits

- fix: prevent unwanted re-mounting whenever children updates [`e4f1eb9`](https://github.com/gorhom/react-native-portal/commit/e4f1eb951e9d6c2c759aaf78f13cdc90602a781f)

## [v0.1.2](https://github.com/gorhom/react-native-portal/compare/v0.1.1...v0.1.2) - 2020-12-12

### Commits

- chore: renamed Portal prop key to name, to avoid react warnings [`bf6cf1e`](https://github.com/gorhom/react-native-portal/commit/bf6cf1e2209c7eeecef883c4ea85a872a88da0dc)

## v0.1.1 - 2020-12-08

### Commits

- chore: init project [`d7980b6`](https://github.com/gorhom/react-native-portal/commit/d7980b6b8b709e6d48984109d506a0fbfe0d4b62)
- chore: added initial implementaion [`044c266`](https://github.com/gorhom/react-native-portal/commit/044c26621b46e033faf6306f1e89734f618216fa)
- docs: updated readme file [`488a977`](https://github.com/gorhom/react-native-portal/commit/488a9778286ecd49e340a063641df61b29561b54)
