Skip to content

Commit

Permalink
publish v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Feb 10, 2021
1 parent 8e06759 commit 96c0a25
Showing 2 changed files with 26 additions and 19 deletions.
43 changes: 25 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,43 +9,50 @@ Headers are one of:

- `Added`, `Changed`, `Removed` or `Fixed`.

## [1.4.4]

### Changed

- Move eslint-plugin-prettier to dev dependencies ([#135](https://github.com/calintamas/react-native-toast-message/pull/135))
- Increase the threshold to register a swipe on the toast container ([#144](https://github.com/calintamas/react-native-toast-message/pull/144))

## [1.4.3]

### Fixed

- Fix type definitions ([sapieneptus](https://github.com/sapieneptus) in [#127](https://github.com/calintamas/react-native-toast-message/pull/127))
- Reset customProps every time show is called ([puuuudding](https://github.com/puuuudding) in [#128](https://github.com/calintamas/react-native-toast-message/pull/128))
- Fix type definitions ([#127](https://github.com/calintamas/react-native-toast-message/pull/127))
- Reset customProps every time show is called ([#128](https://github.com/calintamas/react-native-toast-message/pull/128))

## [1.4.2]

### Fixed

- Fix `onPress` handler for custom components, fixes [#113](https://github.com/calintamas/react-native-toast-message/issues/113)
- Fix `onPress` handler for custom components

## [1.4.1]

### Fixed

- Fix type declaration file, fixes [#109](https://github.com/calintamas/react-native-toast-message/issues/109)
- Fix type declaration file

## [1.4.0]

### Added

- Add `onPress` to `Toast.show` method, fixes [#86](https://github.com/calintamas/react-native-toast-message/issues/98)
- Export `BaseToast` component to allow styling, fixes [#50](https://github.com/calintamas/react-native-toast-message/issues/50), [#68](https://github.com/calintamas/react-native-toast-message/issues/68), [#87](https://github.com/calintamas/react-native-toast-message/issues/87), [#97](https://github.com/calintamas/react-native-toast-message/issues/97)
- Add `topOffset`, `bottomOffset` and `visibilityTime` as instance props, fixes [#98](https://github.com/calintamas/react-native-toast-message/issues/98)
- When shown with `position: bottom`, Toast is now Keyboard aware, fixes [#65](https://github.com/calintamas/react-native-toast-message/issues/65)
- Add `onPress` to `Toast.show` method
- Export `BaseToast` component to allow styling
- Add `topOffset`, `bottomOffset` and `visibilityTime` as instance props
- When shown with `position: bottom`, Toast is now Keyboard aware

## [1.3.7]

### Added

- Add Typescript declaration file, fixes [#83](https://github.com/calintamas/react-native-toast-message/issues/83) ([spidi123q](https://github.com/spidi123q) in [#94](https://github.com/calintamas/react-native-toast-message/pull/94))
- Add Typescript declaration file ([#94](https://github.com/calintamas/react-native-toast-message/pull/94))

### Fixed

- Allow style prop to style the base component, fixes [#92](https://github.com/calintamas/react-native-toast-message/issues/92) ([akmjenkins](https://github.com/akmjenkins) in [#93](https://github.com/calintamas/react-native-toast-message/pull/93))
- Allow style prop to style the base component ([#93](https://github.com/calintamas/react-native-toast-message/pull/93))

## [1.3.6]

@@ -57,34 +64,34 @@ Headers are one of:

### Added

- Allow arbitrary data to be passed into Toasts [#79](https://github.com/calintamas/react-native-toast-message/issues/79) ([troyvnit](https://github.com/troyvnit) in [#81](https://github.com/calintamas/react-native-toast-message/pull/81))
- Allow arbitrary data to be passed into Toasts ([#81](https://github.com/calintamas/react-native-toast-message/pull/81))

### Fixed

- In case of RTL the text will start from the right ([timorss](https://github.com/timorss) in [#84](https://github.com/calintamas/react-native-toast-message/pull/84))
- null is not an object (evaluating 'this.\_ref.show') [#89](https://github.com/calintamas/react-native-toast-message/issues/89) ([rogerkerse](https://github.com/rogerkerse) in [#90](https://github.com/calintamas/react-native-toast-message/pull/90))
- In case of RTL the text will start from the right ([#84](https://github.com/calintamas/react-native-toast-message/pull/84))
- null is not an object (evaluating 'this.\_ref.show') ([#90](https://github.com/calintamas/react-native-toast-message/pull/90))

## [1.3.4]

### Fixed

- Shadows not visible on Android [#43](https://github.com/calintamas/react-native-toast-message/issues/43) ([DerekFei](https://github.com/DerekFei) in [#51](https://github.com/calintamas/react-native-toast-message/pull/51))
- Shadows not visible on Android ([#51](https://github.com/calintamas/react-native-toast-message/pull/51))

## [1.3.3]

### Fixed

- `position: bottom`, damping value must be grater than 0 error [#41](https://github.com/calintamas/react-native-toast-message/issues/41) ([juliancwirko](https://github.com/juliancwirko) in [#48](https://github.com/calintamas/react-native-toast-message/pull/48))
- `position: bottom`, damping value must be grater than 0 error ([#48](https://github.com/calintamas/react-native-toast-message/pull/48))

## [1.3.2]

### Changed

- Given texts `text1` and `text2` are rendered conditionally now ([sardok](https://github.com/sardok) in [#40](https://github.com/calintamas/react-native-toast-message/pull/40))
- Given texts `text1` and `text2` are rendered conditionally now ([#40](https://github.com/calintamas/react-native-toast-message/pull/40))

### Fixed

- Custom toast does not hide completely if its `height` is greater than the default 60 ([#35](https://github.com/calintamas/react-native-toast-message/issues/35))
- Custom toast does not hide completely if its `height` is greater than the default 60

## [1.3.1]

@@ -116,7 +123,7 @@ Headers are one of:

### Fixed

- #6 Android status bar has bottom shadow
- Android status bar has bottom shadow

## [1.2.2]

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-toast-message",
"version": "1.4.3",
"version": "1.4.4",
"description": "Toast message component for React Native",
"main": "index.js",
"scripts": {

0 comments on commit 96c0a25

Please sign in to comment.