Releases: mgcrea/react-native-tailwind
Releases · mgcrea/react-native-tailwind
v0.15.4
v0.15.3
v0.15.2
v0.15.1
v0.15.0
- 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
- 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
- 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
- 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
- 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)