Commit Graph

1139 Commits

Author SHA1 Message Date
renovate[bot]
e320c0aa31 chore(deps): update dependency @types/jest to v28.1.3 2022-06-21 21:16:51 +00:00
renovate[bot]
3242770223 chore(deps): update dependency tailwindcss to v3.1.4 2022-06-21 17:50:22 +00:00
renovate[bot]
9912b9c123 chore(deps): update typescript-eslint monorepo to v5.29.0 2022-06-20 20:50:58 +00:00
renovate[bot]
577177f5db chore(deps): update dependency @types/react-native to v0.67.9 2022-06-20 17:29:13 +00:00
Mark Lawlor
d996f43258 fix: polyfill PlatformColor on web v2.0.0-next.19 2022-06-21 00:13:48 +10:00
Mark Lawlor
e5a8f73ec7 feat: pixel functions v2.0.0-next.18 2022-06-20 23:35:40 +10:00
Mark Lawlor
c30ddc086d Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next v2.0.0-next.17 2022-06-20 21:35:55 +10:00
Mark Lawlor
4efb33d8a2 fix: improve child styles 2022-06-20 21:31:02 +10:00
Mark Lawlor
17dd9269ec fix: custom units runtime error 2022-06-20 13:53:14 +10:00
Mark Lawlor
ff31e97270 Create FUNDING.yml 2022-06-20 13:27:50 +10:00
Mark Lawlor
d0592bc7d9 docs: fix broken links 2022-06-20 11:58:07 +10:00
Mark Lawlor
b5ce8e3591 docs: nativewind updates 2022-06-20 11:13:38 +10:00
Mark Lawlor
69d4d28f9b fix: default webOutput based upon rnw version v2.0.0-next.16 2022-06-20 11:00:43 +10:00
Mark Lawlor
998f7b01ea docs: update for nativewind 2022-06-20 10:58:23 +10:00
Mark Lawlor
987d8c7314 fix: force release v2.0.0-next.15 2022-06-19 22:57:59 +10:00
Mark Lawlor
44a980d738 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-06-19 22:43:11 +10:00
Mark Lawlor
e55dad53a2 Update README.md 2022-06-19 22:42:46 +10:00
Mark Lawlor
2f8e1be865 refactor: clean up state bits and start rtl 2022-06-19 22:36:27 +10:00
Mark Lawlor
51dcfd5d7d refactor: clean up state bits and start rtl 2022-06-19 22:35:12 +10:00
Mark Lawlor
b7bcdea2a8 Update README.md 2022-06-19 21:48:38 +10:00
Mark Lawlor
a1a7055037 fix: revert back to onMouseDown/Up on web v2.0.0-next.14 2022-06-19 21:37:21 +10:00
Mark Lawlor
0ea733f90a fix: disable legacy tailwind v2 plugins v2.0.0-next.13 2022-06-19 21:26:20 +10:00
Mark Lawlor
2bbf7fa9e7 fix: remove react-native from babel compile v2.0.0-next.12 2022-06-19 19:02:25 +10:00
Mark Lawlor
3b2f2a931d Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next v2.0.0-next.11 2022-06-19 18:53:18 +10:00
Mark Lawlor
821a8ec39b feat: add state bits 2022-06-19 18:52:21 +10:00
renovate[bot]
2c8472f422 chore(deps): update dependency @testing-library/react-hooks to v8.0.1 2022-06-19 00:18:58 +00:00
renovate[bot]
bff1778e7c chore(deps): update dependency eslint to v8.18.0 2022-06-18 00:09:57 +00:00
renovate[bot]
2fc21c61cb chore(deps): update dependency typescript to v4.7.4 2022-06-17 21:02:01 +00:00
renovate[bot]
f49b73621d chore(deps): update dependency @types/jest to v28.1.2 2022-06-17 14:37:12 +00:00
Mark Lawlor
7364c09b62 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next v2.0.0-next.10 2022-06-17 11:11:59 +10:00
Mark Lawlor
dbcee1d8e9 fix: dark mode topic in StyleSheetStore 2022-06-17 11:11:49 +10:00
Renovate Bot
f901208f0f chore(deps): update dependency @types/react to v18.0.14 2022-06-16 21:30:00 +00:00
Renovate Bot
cec082b7b7 chore(deps): update dependency prettier to v2.7.1 2022-06-16 18:57:03 +00:00
Renovate Bot
b99aaf1060 chore(deps): update dependency @types/react to v18.0.13 2022-06-16 15:31:25 +00:00
Mark Lawlor
ed0aa32b60 feat: switch colorscheme and platform to static styles v2.0.0-next.9 2022-06-16 23:20:55 +10:00
Mark Lawlor
4a6631135e fix: allow color-scheme-store to work in SSR 2022-06-16 22:55:14 +10:00
Mark Lawlor
ed787affbf fix: change test imports to nativewind v2.0.0-next.8 2022-06-16 16:52:11 +10:00
Mark Lawlor
4e59f93daa fix: change babel imports to nativewind 2022-06-16 16:35:18 +10:00
Mark Lawlor
5ddeee64a0 fix: incorrectly importing react-native during babel transform v2.0.0-next.7 2022-06-16 16:26:43 +10:00
Mark Lawlor
c2902f3e23 Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next v2.0.0-next.6 2022-06-16 15:48:04 +10:00
Mark Lawlor
7093c202dc feat: add state suffix to styles
BREAKING CHANGE: The compiled output has changed
2022-06-16 15:46:53 +10:00
Mark Lawlor
b493bef5aa Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next 2022-06-15 13:26:52 +10:00
Mark Lawlor
f8bad597a3 feat: rename component to group-scoped
BREAKING CHANGE: component and component-{action} as been renamed to
group-scoped and group-scoped-{action}
2022-06-15 13:25:22 +10:00
Renovate Bot
d68c209512 chore(deps): update react monorepo to v18.2.0 2022-06-15 03:18:21 +00:00
renovate[bot]
6bf81edd8b chore(deps): update dependency tailwindcss to v3.1.3 (#73)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 13:16:50 +10:00
Renovate Bot
db2f6d50ca chore(deps): update dependency react-native-web to v0.18.1 2022-06-14 23:20:19 +00:00
Mark Lawlor
83df746194 chore: update readme 2022-06-15 08:21:56 +10:00
Mark Lawlor
ac1feb2ed1 chore: update readme 2022-06-15 08:21:19 +10:00
Mark Lawlor
ecb0609282 fix: update readme v2.0.0-next.5 2022-06-15 07:13:32 +10:00
Mark Lawlor
ef0a52fa52 fix: rename properties of ComponentContent v2.0.0-next.4 2022-06-15 07:02:42 +10:00