367 Commits

Author SHA1 Message Date
github-actions[bot] 8d5271542c chore: bump version to 1.4.0 v1.4.0 2026-02-26 09:48:50 +00:00
Hubert Bieszczad 58a6051df0 fix: merge border colors parsing (#414) 2026-02-26 10:32:55 +01:00
Jacek Pudysz 514d82680b docs: update skill with scoped themes (#413)
* docs: update skill with scoped themes

* chore: remove pro
2026-02-26 09:57:25 +01:00
Hubert Bieszczad 5d51b364a0 chore: fix cleanup css visitor on hot reload (#412) 2026-02-26 09:47:24 +01:00
Hubert Bieszczad ecbfeb4a6b fix: treat invalid js expression as plain string (#410) 2026-02-25 09:16:03 +01:00
Hubert Bieszczad 165240046c feat: scoped theme (#393)
* feat: scoped theme

* chore: move variant variables to the scope

* feat: move variant selectors to scope

* feat: web visitors to support scoped themes

* feat: web scoped themes for hooks and hoc

* feat: native scoped theme

* test: ScopedTheme tests

* feat: scoped theme tests after changing the theme

* chore: revert expo-example/App.tsx

* chore: fix tests on ci

* chore: multiple minor improvements

* chore: exclude example folders from language stats

* feat: support useUniwind hook in scoped theme
2026-02-24 14:56:29 +01:00
Hubert Bieszczad ab9c5fa464 fix: gradient parsing with % and variables (#403) 2026-02-23 09:23:44 +01:00
github-actions[bot] b6f3aef1ea chore: bump version to 1.3.2 v1.3.2 2026-02-18 13:39:19 +00:00
Hubert Bieszczad 5b4d515cd8 fix: fontScale and pixelRatio without arguments (#388) 2026-02-18 08:05:46 +01:00
Khaled Mohamed 3c24a31a4a fix: preserve start/end spacing properties (#383) 2026-02-16 07:41:45 +01:00
github-actions[bot] df59729b40 chore: bump version to 1.3.1 v1.3.1 2026-02-13 10:35:22 +00:00
Jacek Pudysz 37802a80f5 chore: highlight importance of relative path for cssEntryFile (#381) 2026-02-13 10:07:24 +01:00
Jacek Pudysz a26a306157 feat: add nativewind to uniwind skill (#380)
* feat: add nativewind to uniwind migration skill

* fix: typos
2026-02-12 13:00:56 +01:00
Hubert Bieszczad c75bc8ebd0 fix: subscribe to updates before triggering listeners (#379)
* fix: subscribe to updates before triggering listeners

* chore: minor improvements
2026-02-12 10:09:45 +01:00
Hubert Bieszczad 633a67d392 fix: withUniwind merge with inline (#378)
* fix: withUniwind merge with inline

* test: setup web tests

* test: more cases for withUniwind-native

* test: basic withUniwind test for web

* test: withUniwind web complete tests

* chore: minor changes
2026-02-12 09:52:30 +01:00
Hubert Bieszczad 9c2ca16066 fix: remove mjs export for metro config (#376) 2026-02-11 08:32:50 +01:00
Daniel Williams e621626ccd fix(vite): apply RNW stylesheet patch in build (#368) 2026-02-09 09:09:12 +01:00
github-actions[bot] 2637b39b8f chore: bump version to 1.3.0 v1.3.0 2026-02-02 11:02:35 +00:00
Hubert Bieszczad 5b9a0e2ad7 fix: custom insets parsing (#355) 2026-02-02 10:59:37 +01:00
Hubert Bieszczad 355007d5f2 fix: Image size, TextInput placeholder color and disabled:, Pressable disabled: not working on web (#349)
* fix: Image size, TextInput placeholder color and Pressable disabled: not working on web

* chore: add readonly to disabled variant
2026-01-31 12:07:50 +01:00
Hubert Bieszczad 1c38d16d7b chore: handle simple data attributes 2026-01-29 16:17:18 +01:00
Hubert Bieszczad 41c167a38f fix: updateCSSVariables only for the same theme (#345) 2026-01-29 14:04:05 +01:00
Hubert Bieszczad 608f5a17f7 feat: support data attributes (#339)
* feat: data attributes

* chore: simplify useStyle

* chore: minor correction

* chore: update turbo

* chore: update eslint config
2026-01-28 12:09:54 +01:00
github-actions[bot] b112d54294 chore: bump version to 1.2.7 v1.2.7 2026-01-27 10:44:30 +00:00
Hubert Bieszczad fbeb2f8a8e fix: patch rnw to wrap default styles with css layer (#337)
* feat: replace createOrderedCSSStyleSheet so default rnw styles are inside separated layer

* feat: extend color scheme variants

* chore: different implementation

* chore: dual ordered stylesheet

* chore: apply patch in vite

* chore: apply patch in vite

* chore: update uniwind.css

* chore: minor corrections
2026-01-27 07:41:45 +01:00
Burak Emre Görmek fb82b99fd1 fix(vite): resolve Animated components (#322)
* fix(vite): resolve Animated components

* fix: typo
2026-01-26 10:19:51 +01:00
Hubert Bieszczad e4688edd65 fix: support both new and old ColorSchemeName in RN (#331)
* fix: support both new and old ColorSchemeName in RN

* chore: 82 version
2026-01-26 08:59:41 +01:00
Hubert Bieszczad 75c56c7a8f ci: improve validate-issue logic 2026-01-23 12:18:15 +01:00
Hubert Bieszczad df9a6a5bec ci: improve validate-issue logic 2026-01-23 12:14:19 +01:00
github-actions[bot] cb182028e2 chore: bump version to 1.2.6 v1.2.6 2026-01-22 14:59:07 +00:00
Hubert Bieszczad 834dd5112b fix: check for resolver internal path (#321) 2026-01-22 15:38:24 +01:00
github-actions[bot] 38739cca20 chore: bump version to 1.2.5 v1.2.5 2026-01-22 06:23:37 +00:00
Hubert Bieszczad cb09ec3883 fix: resolve react native directories that are not node_modules (#319) 2026-01-21 14:49:21 +01:00
Jacek Pudysz 3b7696479d fix: prevent maximum call stack size exceeded in metro (#314) 2026-01-21 05:48:33 +01:00
Hubert Bieszczad 84fe650359 feat: support custom spacings in safe area utilities (#313) 2026-01-20 11:21:57 +01:00
Hubert Bieszczad 2799531a31 feat: add parseColor runtime and metro support for it (#312) 2026-01-20 10:42:57 +01:00
Hubert Bieszczad 92633dc5a7 chore: add option to manually trigger validate-issue 2026-01-15 13:38:20 +01:00
Jacek Pudysz 16d5d9f98e chore: update github issue templates (#296)
* feat: update github issues

* chore: change condition
2026-01-13 11:30:45 +01:00
github-actions[bot] bf91307da5 chore: bump version to 1.2.4 v1.2.4 2026-01-13 09:44:42 +00:00
Hubert Bieszczad 69ab6a9c61 fix: exclude Animated from skipping custom resolver (#295) 2026-01-13 09:23:36 +01:00
Hubert Bieszczad aa0192e740 fix: dont add whitespace around dot (#294)
* fix: dont add whitespace around dot

* chore: remove debug
2026-01-12 11:46:23 +01:00
Hubert Bieszczad 64a632fb79 fix: make onThemeChange protected property (#288)
* fix: make onThemeChange protected property

* chore: make onThemeChange protected property in native implementation
2026-01-09 10:39:16 +01:00
Hubert Bieszczad 2f47b4facd fix: join borderWidth styles if duplicated (#285)
* fix: join borderWidth styles if duplicated

* chore: cr
2026-01-07 14:33:17 +01:00
github-actions[bot] c525f5d406 chore: bump version to 1.2.3 v1.2.3 2026-01-07 09:38:06 +00:00
Jacek Pudysz 0922993531 fix: use absolute URL for banner image in README (#284)
* fix: use absolute URL for banner image in README

* chore: remove assets copy from build, update license year to 2026
2026-01-07 10:36:31 +01:00
Jacek Pudysz 1723579a09 fix: update nativeResolver to exclude @react-native paths for resolution (#283) 2026-01-07 08:21:46 +01:00
Hubert Bieszczad 0e6c4e4718 feat: more built in safe area utilities (#280) 2026-01-05 14:08:09 +01:00
Jacek Pudysz a8c6e1e5fa fix: enhance nativeResolver to exclude react-native internals (#279)
* fix: enhance nativeResolver to exclude react-native internals

* chore: remove redundant check
2026-01-05 14:04:37 +01:00
Hubert Bieszczad 3743a91e93 fix: closing and opening parenthesis should be serialized (#271)
* fix: closing and opening parenthesis should be serialized

* test: safe area insets
2025-12-29 16:44:05 +01:00
Burak Emre Görmek 555f3b742b fix(web): add cjs dirname for storybook (#260) 2025-12-24 13:23:35 +01:00