Commit Graph

488 Commits

Author SHA1 Message Date
Mark Lawlor
7c2cc8b3fc fix: ensure spreadProps use flat styles on preview 2022-05-26 16:57:56 +10:00
semantic-release-bot
827a7a188f chore(release): 1.5.0-next.17 [skip ci]
# [1.5.0-next.17](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.16...v1.5.0-next.17) (2022-05-26)

### Bug Fixes

* cssProps working in preview mode ([73cd4b6](73cd4b6e32))
v1.5.0-next.17
2022-05-26 06:04:06 +00:00
Mark Lawlor
58e026c88a Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-26 16:00:26 +10:00
Mark Lawlor
73cd4b6e32 fix: cssProps working in preview mode 2022-05-26 16:00:05 +10:00
semantic-release-bot
60b3e343ed chore(release): 1.5.0-next.16 [skip ci]
# [1.5.0-next.16](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.15...v1.5.0-next.16) (2022-05-26)

### Bug Fixes

* improve active: styles on web ([30fdfdd](30fdfdde63))
v1.5.0-next.16
2022-05-26 05:28:41 +00:00
Mark Lawlor
30fdfdde63 fix: improve active: styles on web 2022-05-26 15:25:40 +10:00
semantic-release-bot
d01b42ea45 chore(release): 1.5.0-next.15 [skip ci]
# [1.5.0-next.15](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.14...v1.5.0-next.15) (2022-05-26)

### Bug Fixes

* include optional props in useInteraction parsing ([0b6d0a6](0b6d0a6272))
v1.5.0-next.15
2022-05-26 04:57:39 +00:00
Mark Lawlor
71d5c815a2 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-26 14:54:27 +10:00
Mark Lawlor
0b6d0a6272 fix: include optional props in useInteraction parsing 2022-05-26 14:49:39 +10:00
semantic-release-bot
205cd727e8 chore(release): 1.5.0-next.14 [skip ci]
# [1.5.0-next.14](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.13...v1.5.0-next.14) (2022-05-26)

### Bug Fixes

* react import for classic JSX ([2e7bf03](2e7bf03e23))
v1.5.0-next.14
2022-05-26 04:31:17 +00:00
Mark Lawlor
6d84d086b5 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-26 14:27:48 +10:00
Mark Lawlor
2e7bf03e23 fix: react import for classic JSX 2022-05-26 14:27:23 +10:00
Mark Lawlor
f20a4cda19 refactor: clean up linter errors 2022-05-26 14:24:49 +10:00
semantic-release-bot
ca66c91c28 chore(release): 1.5.0-next.13 [skip ci]
# [1.5.0-next.13](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.12...v1.5.0-next.13) (2022-05-26)

### Bug Fixes

* add import React to component files ([467f7d2](467f7d2883))
* add import React to component files ([1cbee33](1cbee331a7))
* runtime error with RNW <=0.17 ([fe8c181](fe8c181a4b))
* runtime-styles parsing for RWN <=0.17 ([6dc1958](6dc195811a))
v1.5.0-next.13
2022-05-26 04:04:18 +00:00
Mark Lawlor
be7b2e21ec Merge branch 'main' into next 2022-05-26 14:01:22 +10:00
Mark Lawlor
706a8c9f72 Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-05-26 11:07:04 +10:00
Mark Lawlor
ba2f8d5aed docs: expo web 2022-05-26 11:06:50 +10:00
semantic-release-bot
e5c859c7e0 chore(release): 1.4.4 [skip ci]
## [1.4.4](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.4.3...v1.4.4) (2022-05-26)

### Bug Fixes

* runtime error with RNW <=0.17 ([fe8c181](fe8c181a4b))
v1.4.4
2022-05-26 01:06:46 +00:00
Mark Lawlor
46ddf4a9a5 Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-05-26 11:00:06 +10:00
Mark Lawlor
fe8c181a4b fix: runtime error with RNW <=0.17 2022-05-26 10:58:19 +10:00
semantic-release-bot
5dfd0c3d04 chore(release): 1.4.3 [skip ci]
## [1.4.3](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.4.2...v1.4.3) (2022-05-26)

### Bug Fixes

* runtime-styles parsing for RWN <=0.17 ([6dc1958](6dc195811a))
v1.4.3
2022-05-26 00:46:17 +00:00
Mark Lawlor
6dc195811a fix: runtime-styles parsing for RWN <=0.17 2022-05-26 10:43:12 +10:00
Mark Lawlor
f9f8db2f33 docs: update quick-start to use yarn 2022-05-26 09:38:07 +10:00
semantic-release-bot
8b6aabcd66 chore(release): 1.4.2 [skip ci]
## [1.4.2](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.4.1...v1.4.2) (2022-05-25)

### Bug Fixes

* add import React to component files ([467f7d2](467f7d2883))
v1.4.2
2022-05-25 23:16:10 +00:00
Mark Lawlor
de9064b680 Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-05-26 09:12:58 +10:00
Mark Lawlor
467f7d2883 fix: add import React to component files 2022-05-26 09:06:53 +10:00
semantic-release-bot
7872a128ab chore(release): 1.4.1 [skip ci]
## [1.4.1](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.4.0...v1.4.1) (2022-05-25)

### Bug Fixes

* add import React to component files ([1cbee33](1cbee331a7))
v1.4.1
2022-05-25 23:00:15 +00:00
Mark Lawlor
1cbee331a7 fix: add import React to component files 2022-05-26 08:56:48 +10:00
Renovate Bot
614b4ab508 chore(deps): update dependency @commitlint/cli to v17.0.1 2022-05-25 17:18:27 +00:00
Renovate Bot
3833ff9a40 chore(deps): update babel monorepo to v7.18.2 2022-05-25 14:15:51 +00:00
semantic-release-bot
6e39ddaa8f chore(release): 1.5.0-next.12 [skip ci]
# [1.5.0-next.12](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.11...v1.5.0-next.12) (2022-05-25)

### Bug Fixes

* allow absolute paths to tailwind config ([0421a91](0421a9110e))
* better matching with relative content paths in tailwind.config.js ([f99bc1f](f99bc1fd2e)), closes [#57](https://github.com/marklawlor/tailwindcss-react-native/issues/57)
v1.5.0-next.12
2022-05-25 13:14:37 +00:00
Mark Lawlor
f99bc1fd2e fix: better matching with relative content paths in tailwind.config.js
fixes: #57
2022-05-25 23:10:53 +10:00
Mark Lawlor
e9020c139d refactor: clean up getTailwindConfig 2022-05-25 21:53:49 +10:00
Mark Lawlor
0421a9110e fix: allow absolute paths to tailwind config 2022-05-25 21:51:14 +10:00
Mark Lawlor
582d8c0103 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-25 21:48:36 +10:00
Mark Lawlor
f04160f0eb refactor: rename classNameToInline to classNameToInlineStyle 2022-05-25 16:49:04 +10:00
semantic-release-bot
d525ac2a37 chore(release): 1.5.0-next.11 [skip ci]
# [1.5.0-next.11](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.10...v1.5.0-next.11) (2022-05-25)

### Features

* add preview support for flattened styles ([b5b8273](b5b8273f7d))
v1.5.0-next.11
2022-05-25 06:42:11 +00:00
Mark Lawlor
0fc2c476ff Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-25 16:30:43 +10:00
Mark Lawlor
b5b8273f7d feat: add preview support for flattened styles 2022-05-25 16:30:35 +10:00
semantic-release-bot
a5ad40e4aa chore(release): 1.5.0-next.10 [skip ci]
# [1.5.0-next.10](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.9...v1.5.0-next.10) (2022-05-25)

### Bug Fixes

* rename valueProps to spreadProps. Add cssProps ([3ae8d94](3ae8d94061))
v1.5.0-next.10
2022-05-25 05:49:52 +00:00
Mark Lawlor
3ae8d94061 fix: rename valueProps to spreadProps. Add cssProps 2022-05-25 15:46:54 +10:00
Mark Lawlor
1c558d7987 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-25 14:50:30 +10:00
Mark Lawlor
7c61f70e38 refactor: remove first-class support for svg, replace with valueProps 2022-05-25 14:47:58 +10:00
Renovate Bot
f5e82f1a87 chore(deps): update dependency typescript to v4.7.2 2022-05-24 21:55:16 +00:00
Renovate Bot
fc37237887 chore(deps): update dependency ts-jest to v28.0.3 2022-05-24 10:27:31 +00:00
Renovate Bot
9cbf20bde7 chore(deps): update typescript-eslint monorepo to v5.26.0 2022-05-23 18:41:56 +00:00
Renovate Bot
1686cecb1d chore(deps): update dependency metro-react-native-babel-preset to v0.71.0 2022-05-23 12:28:56 +00:00
Mark Lawlor
64c1eeac1b Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-05-23 18:47:09 +10:00
Mark Lawlor
ab9496a931 refactor: remove styledOptions from StyledComponent 2022-05-23 18:46:56 +10:00
semantic-release-bot
acab886ba4 chore(release): 1.5.0-next.9 [skip ci]
# [1.5.0-next.9](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.5.0-next.8...v1.5.0-next.9) (2022-05-23)

### Bug Fixes

* ensure stroke is set to a valid value ([8970f65](8970f655a3))
* prevent passing undefined svg props ([244be39](244be3997c))
* remove empty line in generated styles ([20e6973](20e697321a))
v1.5.0-next.9
2022-05-23 08:42:24 +00:00