Commit Graph

1159 Commits

Author SHA1 Message Date
Mark Lawlor
6ce3f960bb 0.0.20 v0.0.20 2022-04-08 10:52:12 +10:00
Mark Lawlor
cfed3948e5 fix: letter spacing details on native 2022-04-08 10:52:04 +10:00
Mark Lawlor
906cf26860 chore: update readme 2022-04-08 10:41:30 +10:00
Mark Lawlor
823e344002 feat: add native aspectRatio plugin 2022-04-07 22:33:30 +10:00
Mark Lawlor
4e42dbe261 feat: add base native theme 2022-04-07 21:50:18 +10:00
Mark Lawlor
daf4fadfc2 test: tailwind tests 2022-04-07 18:36:12 +10:00
Mark Lawlor
3fc8da7bfc test: setup tailwindcss tests 2022-04-07 17:04:59 +10:00
Mark Lawlor
e0bce17edc chore: add rules of hooks 2022-04-07 14:31:38 +10:00
Mark Lawlor
013c235a8f 0.0.19 v0.0.19 2022-04-07 14:17:20 +10:00
Mark Lawlor
11ac0492e6 chore: update readme 2022-04-07 14:04:25 +10:00
Mark Lawlor
36cc3e20cd Typescript refactor (#18)
* feat: options to control what is transformed
refactor: convert everything to typescript

* 0.0.18-0

* update npm files

* 0.0.19-0

* 0.0.19-1

* switch to commonjs

* 0.0.19-2

* make __useParseTailwind params options

* 0.0.19-3

* correctly default to native-inline

* 0.0.19-4

* add tailwind.config.js instructions to readme

* attempt to fix react-refresh

* 0.0.19-5

* remove state hooks from useParseTailwind

* 0.0.19-6

* Revert "0.0.19-6"

This reverts commit ed8f6a1dde.

* Revert "remove state hooks from useParseTailwind"

This reverts commit 833624dbb5.

* Revert "0.0.19-5"

This reverts commit 6cde5493e4.

* Revert "Revert "0.0.19-5""

This reverts commit 8aff80cd77cc7d85cf84807abad88e6f49cb00aa.

* revert fast refresh hooks

* revert hooks, rename hook

* 0.0.19-7

* updated platforms
2022-04-07 13:45:04 +10:00
Mark Lawlor
3d2212a8ca Merge pull request #14 from jmeistrich/fix-element-dots
Fix element names including a dot like "motion.div" were crashing in babel web
2022-04-05 23:11:36 +10:00
Mark Lawlor
f470e5309f Merge pull request #15 from jmeistrich/fix-docs-babel-plugin
Fix name of babel plugin in docs
2022-04-05 23:10:38 +10:00
Jay Meistrich
7e306574ab Fix name of babel plugin in docs 2022-04-05 16:18:14 +08:00
Jay Meistrich
66b7142deb Fix element names including a dot like "motion.div" were crashing in babel web 2022-04-05 16:14:17 +08:00
Mark Lawlor
6e32c7d20f chore: update readme 2022-04-05 17:20:18 +10:00
Mark Lawlor
1c01bba99b chore: update readme 2022-04-05 17:19:44 +10:00
Mark Lawlor
5ae8d9cc98 chore: update readme 2022-04-05 17:18:24 +10:00
Mark Lawlor
9ae1be1f9e Merge branch 'peer-docs' into main 2022-04-05 17:17:05 +10:00
Mark Lawlor
99333846f8 Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-04-05 17:16:54 +10:00
Mark Lawlor
3ac190aa08 chore: update readme for installation of tailwindcss 2022-04-05 17:16:35 +10:00
Mark Lawlor
d3f6e13959 fix: allow className to be undefined to empty 2022-04-05 16:58:07 +10:00
Mark Lawlor
afdb9f8601 feat: remove requirement to have tailwind.config.js 2022-04-05 16:46:44 +10:00
Mark Lawlor
97cedd3ddc Update README.md 2022-04-05 09:06:03 +10:00
Mark Lawlor
7808d1c49e chore: clean up dependencies 2022-04-05 08:55:51 +10:00
Mark Lawlor
859f4696d1 chore: removed @babel/helper-plugin-test-runner 2022-04-05 08:50:26 +10:00
Mark Lawlor
265ba67b32 chore: remove postcss-raw-append 2022-04-05 08:48:38 +10:00
Mark Lawlor
0ec49ea7d0 add peerDependancy on tailwindcss 2022-04-05 08:46:30 +10:00
Mark Lawlor
2b90ba79f8 Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-04-05 08:41:57 +10:00
Mark Lawlor
a84679c890 test: change native-inline:computed to native-inline:conditionals 2022-04-05 08:41:49 +10:00
Mark Lawlor
e0c8c1c988 Update README.md 2022-04-05 08:33:48 +10:00
Mark Lawlor
98e655d32b Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-04-05 08:04:23 +10:00
Mark Lawlor
9a1a43e363 fix: ignore native elements on web 2022-04-05 08:04:12 +10:00
Mark Lawlor
6b1a1d211e chore: ensure all tests has platform set 2022-04-05 07:54:05 +10:00
Mark Lawlor
9266561dba fix: babel async mode 2022-04-05 07:51:02 +10:00
Mark Lawlor
5c9444b385 Merge pull request #7 from nandorojo/patch-2
Update README.md
2022-04-05 01:37:18 +10:00
Mark Lawlor
427268a693 fix: correct reset hasUseParseTailwind 2022-04-05 01:07:23 +10:00
Fernando Rojo
ee0d0456f2 Update README.md
Fix code block
2022-04-04 11:01:10 -04:00
Mark Lawlor
9d881abb9b chore: fix broken readme link 2022-04-05 00:01:34 +10:00
Mark Lawlor
671f98c495 chore: move platform.md into seperate docs 2022-04-05 00:00:59 +10:00
Mark Lawlor
345330c321 chore: update readme.md 2022-04-04 23:55:45 +10:00
Mark Lawlor
5f4cee0b39 fix: remove replaceAll 2022-04-04 23:05:23 +10:00
Mark Lawlor
41ddbafbe5 fix: filter invalid styles for native 2022-04-04 22:58:06 +10:00
Mark Lawlor
b60b04933a feat: add typescript support 2022-04-04 17:08:56 +10:00
Mark Lawlor
6f5968a6b8 fix: revert back preserve jsx 2022-04-04 09:02:57 +10:00
Mark Lawlor
15b9b07a80 fix: add seperate web provider 2022-04-03 20:01:50 +10:00
Mark Lawlor
2f5b2efaa5 fix: use commonjs for dist 2022-04-03 19:31:53 +10:00
Mark Lawlor
cb00709639 fix: publish using react-jsx 2022-04-03 18:45:37 +10:00
Mark Lawlor
f0b2c4819e chore: update readme 2022-04-03 18:36:47 +10:00
Mark Lawlor
34e4176b19 Merge branch 'main' of github.com:marklawlor/tailwindcss-react-native into main 2022-04-03 18:36:21 +10:00