Version Packages (#192)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-08-26 09:35:27 +10:00
committed by GitHub
parent f5b8bc0e3e
commit cfc6d097e4
32 changed files with 4 additions and 180 deletions

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix runtime error with undefined styles

View File

@@ -1,5 +0,0 @@
---
"nativewind": major
---
feat: add m-auto, mx-auto, my-auto, mt-auto, ml-auto, mb-auto, mr-auto

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix: shadow classes on native

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix \_NativeWindStyleSheet is undefined in nativewind-output.js

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix gap container margin

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
improve styled() types

View File

@@ -1,5 +0,0 @@
---
"nativewind": minor
---
make device functions more intuitive

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix withPlatformTheme parsing

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
keep expo snacks with native styles

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
refactor babel transform code

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix withStyledChildren with null/undefined children

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix expo snacks loading components with no styles

View File

@@ -1,5 +0,0 @@
---
"nativewind": major
---
remove runtime regex matching

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
change styled() props to an object. Allow to specific mapping of styles

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
improve expo snack for SDK 46.0.0

View File

@@ -1,5 +0,0 @@
---
"nativewind": major
---
test release

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix hover and focus states

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
merge users safelist settings

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix box shadows on native devices

View File

@@ -1,5 +0,0 @@
---
"nativewind": major
---
replace withPlatformTheme() with platformSelect()

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix interaction handlers

View File

@@ -1,41 +0,0 @@
{
"mode": "exit",
"tag": "next",
"initialVersions": {
"benchmarks": "0.0.0",
"website": "0.0.0",
"nativewind": "2.0.0-next.43",
"example": "0.0.0",
"demo-compiler": "1.0.0",
"expo": "0.0.0"
},
"changesets": [
"bright-rice-drive",
"brown-tables-learn",
"chilly-knives-wink",
"chilly-roses-relate",
"curly-comics-poke",
"early-coats-destroy",
"gentle-badgers-clap",
"good-numbers-think",
"good-toes-own",
"gorgeous-mice-cheer",
"gorgeous-turtles-know",
"honest-nails-drum",
"lazy-bananas-deliver",
"light-singers-mate",
"long-baboons-watch",
"many-pants-whisper",
"many-toes-shave",
"ninety-apricots-walk",
"ninety-bottles-join",
"olive-ways-roll",
"orange-dryers-hang",
"proud-parrots-joke",
"rich-squids-lick",
"selfish-bees-develop",
"shaggy-trains-float",
"sixty-lemons-build",
"witty-papayas-notice"
]
}

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix caching of child styles

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
add transform utilities

View File

@@ -1,5 +0,0 @@
---
"nativewind": major
---
fix: change node version to >=14.18

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
update typescript types

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix gap class

View File

@@ -1,5 +0,0 @@
---
"nativewind": patch
---
fix useTailwind() childClassNames error

View File

@@ -20,7 +20,7 @@
"expo": "46.0.9",
"jest": "29.0.0",
"native-base": "3.4.13",
"nativewind": "2.0.0-next.65",
"nativewind": "2.0.0",
"react": "*",
"react-dom": "*",
"react-native": "0.69.5",

View File

@@ -15,7 +15,7 @@
"@babel/preset-react": "7.18.6",
"@babel/standalone": "7.18.13",
"@swc/plugin-transform-imports": "1.2.9",
"nativewind": "2.0.0-next.65",
"nativewind": "2.0.0",
"tailwindcss": "3.1.8"
},
"devDependencies": {

View File

@@ -28,7 +28,7 @@
"dedent": "0.7.0",
"docusaurus-plugin-sass": "0.2.2",
"lodash.debounce": "4.0.8",
"nativewind": "2.0.0-next.65",
"nativewind": "2.0.0",
"prism-react-renderer": "1.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@@ -1,5 +1,5 @@
{
"version": "2.0.0-next.65",
"version": "2.0.0",
"name": "nativewind",
"description": "Use Tailwindcss in your cross-platform React Native applications",
"main": "dist/index.js",