Skip to content

Releases: mgcrea/react-native-tailwind

v0.15.4

21 Dec 20:19
0.15.4
2b70e2e

Choose a tag to compare

  • test: add comprehensive tests for colorUtils module (6dd37b2)
  • refactor: extract shared color utilities to colorUtils.ts (663dc5e)
  • feat: add shadow color utilities (d1b03d4)

v0.15.3

19 Dec 13:18
0.15.3
ee89a96

Choose a tag to compare

  • feat: add negative prefix support for positioning utilities (8795062)
  • feat: add related projects to the readme (b935b80)
  • docs: document last-wins behavior for duplicate transforms (0bc8640)
  • fix: use last-wins semantics for duplicate transform types (d2771c3)

v0.15.2

09 Dec 13:40
0.15.2
0ceff90

Choose a tag to compare

  • docs: update transforms documentation for multiple transform support (19dc258)
  • feat: support multiple transform classes on single element (95b8b25)
  • chore: update docs deps (eaff0f8)

v0.15.1

04 Dec 20:16
0.15.1
221babd

Choose a tag to compare

  • chore(docs): update dependencies (a536c60)
  • feat: add auto margin support (m-auto, mx-auto, my-auto, etc.) (0adf201)

v0.15.0

28 Nov 16:03
0.15.0
55363ba

Choose a tag to compare

  • docs: add component variants guide to advanced section (f01d188)
  • fix: add missing border width to README example (0327860)
  • test: add custom spacing tests for spacing, sizing, and transforms (916f9bf)
  • feat: add fontSize and spacing extraction to babel config loader (79c29a2)
  • feat: add fontSize and spacing support to runtime config (320a8cf)
  • feat: add custom spacing support to layout positioning utilities (41bb375)
  • feat: warn about unsupported tailwind config theme keys (8b75010)
  • docs: enhance dependency comparison with detailed breakdown (d26d53d)

v0.14.0

28 Nov 12:57
0.14.0
4ebc1d9

Choose a tag to compare

  • chore: update dev deps (8888f4a)
  • docs: add RTL support to comparison table (3b81d6c)
  • docs: add RTL support guide (6941003)
  • test: add comprehensive tests for RTL support (9ea0834)
  • feat: add directional modifier support in tw/twStyle (51596f6)
  • feat: integrate directional modifiers into className visitor (ced2305)
  • feat: add I18nManager import and variable injection for RTL (3513edd)
  • feat: add directional modifiers (ltr:/rtl:) for RTL support (22c58e6)
  • feat: add logical property utilities for RTL support (2d5e5a3)
  • feat: add credits to the readme (e906b16)
  • chore: update docs (5a31e5a)
  • docs: add comparison link between features and demo sections (0f04112)
  • docs: add scheme modifier showcase to comparison page (f11f033)
  • docs: refactor dynamic-classnames examples to avoid confusion (8669598)
  • docs: add comparison page to documentation (d89b495)
  • chore: update readme features (0a05926)
  • chore: update readme badge (d0e5b9b)

v0.13.0

26 Nov 17:23
0.13.0
faf0394

Choose a tag to compare

  • docs: document directional border colors (0137e51)
  • test: add directional border color tests (d4334cd)
  • feat: add directional border color support (9e68777)
  • test: add program visitor test file (330ad1d)
  • test: complete test migration to co-located visitor files (2479eeb)
  • refactor: split plugin.ts into modular visitor files (8efb61d)
  • test: split plugin tests into focused co-located files (1343e75)
  • test: add shared Babel transform helper (a221b87)
  • docs: convert homepage to standard docs layout (181c069)
  • docs: document w-screen/h-screen restrictions (c4c4454)
  • test: add comprehensive w-screen/h-screen error tests (a93968c)
  • fix: prevent w-screen/h-screen with modifiers (a640b31)
  • feat: integrate w-screen/h-screen in Babel plugin (f4ccfea)
  • feat: add useWindowDimensions hook injection (0a29701)
  • feat: add w-screen and h-screen support to sizing parser (3d12093)
  • feat: add window dimensions processing utilities (b385cf9)
  • feat: switch docs links to be absolute (caac20a)
  • refactor: simplify component exports using barrel pattern (1936e0a)
  • test: add TouchableOpacity component support tests (bc463e8)
  • feat: register TouchableOpacity in Babel plugin component support (35e737b)
  • feat: add TouchableOpacity component with state modifier support (ccca799)
  • docs: improve runtime tw usage example with better patterns (9df5805)
  • chore: update documentation dependencies (9225f95)
  • docs: fix internal links to use absolute paths (3477f08)
  • docs: add starlight-links-validator plugin to documentation (03306f5)
  • docs: improve clarity in state modifiers documentation and enhance code examples (b667410)
  • docs: refactor imports and simplify SafeView component structure (8d88b48)
  • docs: add expressive code styling and dark mode support (f0fd6d7)
  • docs: add custom Card and CardGrid components with emoji support (48da6d8)
  • docs: remove default dark theme script from configuration (15828ee)
  • docs: simplify hero tagline (61d7ed3)
  • docs: add custom theme with dark mode default (c5cde8c)
  • docs: fix cross-reference links in reference and advanced sections (17e2374)
  • docs: fix cross-reference link in list-components guide (286961d)
  • docs: fix cross-reference link in runtime-tw guide (c1c2232)
  • docs: fix remaining cross-reference links (449a8ac)
  • docs: trim README and redirect to documentation site (5965e52)
  • docs: fix cross-reference links in guides (3a1abb1)
  • docs: update documentation structure and landing page (16851fa)
  • fix: correct directory navigation for dependency installation in deploy workflow (c478c22)
  • chore: update GitHub Actions workflows for improved setup and consistency (3d83754)
  • chore: add missing GitHub deployment (f46976a)
  • feat: add GitHub Pages deployment for documentation (22ae9a9)
  • docs: split up the README.md in docs sections (e8e0a73)
  • docs: update astro configuration, add theme (ab8f57e)
  • feat: add docs via pnpm create astro --template starlight (48604b8)

v0.12.1

24 Nov 08:40
0.12.1
3ca812c

Choose a tag to compare

  • feat: add custom fontSize support in tailwind.config (edfbbb9)
  • fix: support decimal values in arbitrary font-size and line-height (7a8c9e5)
  • fix: only remove tw/twStyle imports when transformations succeed (7a0a171)
  • fix: validate import kind before mutating react-native imports (db8158f)
  • feat: add arbitrary value support for tracking utilities (f1584d3)
  • fix: support Tailwind shorthand decimals in grow/shrink arbitrary values (28f4b2e)
  • feat: add flex-grow/flex-shrink support with arbitrary values (23ea6a7)

v0.12.0

23 Nov 20:41
0.12.0
32342b0

Choose a tag to compare

  • feat: add decimal support for arbitrary spacing values (3abc761)
  • feat: support className={"..."} syntax for static strings (6de1cf8)
  • test: add comprehensive tests for platform modifiers in tw/twStyle (07e0740)
  • chore: initialize platform import state flags per file (9e34de6)
  • feat: add platform modifier support to tw/twStyle calls (b8aa50f)
  • test: add comprehensive tests for tw/twStyle color-scheme modifiers (91db8c1)
  • fix: prevent state bleed and handle type-only imports correctly (eb23d6a)
  • feat: add color-scheme modifier support to tw/twStyle calls (8679f5a)

v0.11.1

23 Nov 14:24
0.11.1
ef0dcf0

Choose a tag to compare

  • fix: handle type-only imports and aliased identifiers for color scheme hook (3ca4cc1)
  • docs: add custom color scheme hook documentation (3ac9d4b)
  • test: add tests for custom color scheme hook import (75d77ae)
  • feat: add custom color scheme hook import option (115ed91)