diff --git a/package.json b/package.json index ea5d7292..8fb5925a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.14.8", + "version": "0.14.9", "name": "monorepo", "scripts": { "clean": "del-cli ./packages/*/dist", diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index 4b2fea4d..0b2be805 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -3,7 +3,7 @@ "registry": "https://registry.npmjs.org/" }, "name": "babel-plugin-react-native-web", - "version": "0.14.8", + "version": "0.14.9", "description": "Babel plugin for React Native for Web", "main": "index.js", "devDependencies": { diff --git a/packages/benchmarks/package.json b/packages/benchmarks/package.json index 8e1ef9b0..e1528b18 100644 --- a/packages/benchmarks/package.json +++ b/packages/benchmarks/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "benchmarks", - "version": "0.14.8", + "version": "0.14.9", "scripts": { "build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js", "release": "NODE_ENV=production yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -" @@ -14,7 +14,7 @@ "fela": "^11.0.2", "react-fela": "^11.0.2", "react-jss": "^10.0.4", - "react-native-web": "0.14.8", + "react-native-web": "0.14.9", "reactxp": "^2.0.0", "styled-components": "^5.0.0", "styled-jsx": "^3.2.4", @@ -22,7 +22,7 @@ "styletron-react": "^5.2.6" }, "devDependencies": { - "babel-plugin-react-native-web": "0.14.8", + "babel-plugin-react-native-web": "0.14.9", "css-loader": "^3.4.2", "style-loader": "^1.1.3", "url-loader": "^3.0.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index 374945e1..0f163a28 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "docs", - "version": "0.14.8", + "version": "0.14.9", "scripts": { "build": "build-storybook --docs -o ./dist -c ./.storybook", "start": "start-storybook --docs -p 9001 -c ./.storybook", @@ -13,10 +13,10 @@ "@storybook/cli": "^5.3.9", "@storybook/react": "^5.3.9", "@storybook/theming": "^5.3.9", - "react-native-web": "0.14.8" + "react-native-web": "0.14.9" }, "devDependencies": { - "babel-plugin-react-native-web": "0.14.8", + "babel-plugin-react-native-web": "0.14.9", "url-loader": "^3.0.0", "webpack": "^4.41.5" } diff --git a/packages/dom-event-testing-library/package.json b/packages/dom-event-testing-library/package.json index c92d1b63..701eadc3 100644 --- a/packages/dom-event-testing-library/package.json +++ b/packages/dom-event-testing-library/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "dom-event-testing-library", - "version": "0.14.8", + "version": "0.14.9", "main": "index.js", "description": "Browser event sequences for unit tests", "author": "Nicolas Gallagher", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index 714fbdd9..64d1032b 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -3,7 +3,7 @@ "registry": "https://registry.npmjs.org/" }, "name": "react-native-web", - "version": "0.14.8", + "version": "0.14.9", "description": "React Native for Web", "module": "dist/index.js", "main": "dist/cjs/index.js", diff --git a/packages/react-native-web/src/exports/Image/index.js b/packages/react-native-web/src/exports/Image/index.js index 11977183..303174c0 100644 --- a/packages/react-native-web/src/exports/Image/index.js +++ b/packages/react-native-web/src/exports/Image/index.js @@ -56,7 +56,6 @@ function getFlatStyle(style, blurRadius, filterId) { if (filter) { filters.push(filter); } - // if (blurRadius) { filters.push(`blur(${blurRadius}px)`); } @@ -76,6 +75,7 @@ function getFlatStyle(style, blurRadius, filterId) { // These styles are converted to CSS filters applied to the // element displaying the background image. + delete flatStyle.blurRadius; delete flatStyle.shadowColor; delete flatStyle.shadowOpacity; delete flatStyle.shadowOffset;