This repository was archived by the owner on Nov 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.1.2 ] - 2019-09-01
99
1010### Fixed
1111
@@ -156,6 +156,7 @@ The following functions have been deprecated. Please see
156156
157157- ` openInApp ` : open a valid http(s) URL with an in-app browser.
158158
159+ [ 2.1.2 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.1...v2.1.2
159160[ 2.1.1 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.0...v2.1.1
160161[ 2.1.0 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v2.1.0
161162[ 2.0.0 ] : https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.1...v2.0.0
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ This library will always target the most recent React Native package. If you are
1717using an older release of React Native, use the correct version of this library
1818from the compatibility table below (if available):
1919
20- | React Native | Library |
21- | :-------------: | :-----: |
22- | 0.60.x | latest |
23- | 0.57.0 - 0.59.x | 2.0.0 |
20+ | React Native | Library |
21+ | :-------------: | :--------------------------------------- : |
22+ | 0.60.x | [ ![ npm (scoped) ] [ npm_shield ]] [ npm ] |
23+ | 0.57.0 - 0.59.x | [ ![ npm v2 (scoped) ] [ npm_2_shield ]] [ npm_2 ] |
2424
2525** Using Expo?** Check out [ WebBrowser] ( https://docs.expo.io/versions/latest/sdk/webbrowser/ ) .
2626
@@ -239,6 +239,8 @@ This source code is licensed under the MIT license found in the
239239[ prettier ] : https://github.com/prettier/prettier
240240[ npm ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser
241241[ npm_shield ] : https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser.svg
242+ [ npm_2 ] : https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.2
243+ [ npm_2_shield ] : https://img.shields.io/badge/npm-v2.1.2-blue
242244[ circleci ] : https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
243245[ circleci_shield ] : https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield
244246[ tinycolor ] : https://github.com/bgrins/TinyColor
Original file line number Diff line number Diff line change 11{
22 "name" : " @matt-block/react-native-in-app-browser" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.1.2 " ,
44 "description" : " React Native in-app browser" ,
55 "keywords" : [
66 " in-app" ,
2727 "scripts" : {
2828 "build" : " tsc" ,
2929 "test" : " jest --config jestconfig.json" ,
30- "prepack" : " run-s test build prepack:script" ,
31- "prepack:script" : " ts-node scripts/prepack.ts" ,
32- "postpack" : " ts-node scripts/postpack.ts" ,
33- "prepare" : " install-self-peers -- --ignore-scripts" ,
3430 "husky:pre-commit" : " run-s husky:rc-bump husky:lint" ,
3531 "husky:rc-bump" : " ts-node scripts/rcBump.ts" ,
3632 "husky:lint" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments