Skip to content

Releases: nativewind/nativewind

v1.6.2

31 May 01:12
Compare
Choose a tag to compare

1.6.2 (2022-05-31)

Bug Fixes

  • warnings when hmr on native. Move baseClassName to styled() props (5d29a74)

v1.6.1

31 May 00:48
Compare
Choose a tag to compare

1.6.1 (2022-05-31)

Bug Fixes

  • always try to extract styles (17c450e)

v1.6.0

31 May 00:14
Compare
Choose a tag to compare

1.6.0 (2022-05-31)

Features

  • add baseClassName option to styled() (199e23e)

v1.5.2-next.1

30 May 01:56
Compare
Choose a tag to compare
v1.5.2-next.1 Pre-release
Pre-release

1.5.2-next.1 (2022-05-30)

Bug Fixes

  • deps: update dependency @babel/types to v7.18.4 (16e94d4)

v1.5.3

29 May 10:45
Compare
Choose a tag to compare

1.5.3 (2022-05-29)

Bug Fixes

  • forwarding refs of styled components (c89e314)

v1.5.2

29 May 08:45
Compare
Choose a tag to compare

1.5.2 (2022-05-29)

Bug Fixes

  • ensure StyledProps are exported (93ab927)

v1.5.1

28 May 10:50
Compare
Choose a tag to compare

1.5.1 (2022-05-28)

Bug Fixes

v1.5.0

28 May 01:34
Compare
Choose a tag to compare

1.5.0 (2022-05-28)

Bug Fixes

  • #54 (c639511)
  • allow absolute paths to tailwind config (0421a91)
  • better matching with relative content paths in tailwind.config.js (f99bc1f), closes #57
  • cssProps working in preview mode (73cd4b6)
  • deps: update docusaurus monorepo to v2.0.0-beta.21 (a25a8da)
  • ensure spreadProps use flat styles on preview (7c2cc8b)
  • ensure stroke is set to a valid value (8970f65)
  • improve active: styles on web (30fdfdd)
  • improvements to spreadProps with preview mode (3d4941a)
  • include optional props in useInteraction parsing (0b6d0a6)
  • prevent adding empty style arrays to parents (61780d2)
  • prevent adding unnecessary event handlers to components (04ce242)
  • prevent passing undefined svg props (244be39)
  • react import for classic JSX (2e7bf03)
  • remove empty line in generated styles (20e6973)
  • rename valueProps to spreadProps. Add cssProps (3ae8d94)
  • short circuit withStyledChildren when there are no child styles (8de2e43)
  • stop babel appending platform to TailwindProvider (fc8fdc8)
  • strokeWidth console warnings on native (5ace7ff)
  • transform components using fill and stroke (f4161ef)
  • useInteraction not adding handlers (f3c4127)

Features

  • add parent variant (a6d8023)
  • add preview support for flattened styles (b5b8273)
  • add SVG support (05897c3), closes #56
  • allow for styled to parse additional props (1037027)
  • export new context hooks (1560afe)

v1.5.0-next.21

27 May 13:31
Compare
Choose a tag to compare
v1.5.0-next.21 Pre-release
Pre-release

1.5.0-next.21 (2022-05-27)

Bug Fixes

  • improvements to spreadProps with preview mode (3d4941a)

v1.5.0-next.20

27 May 05:07
Compare
Choose a tag to compare
v1.5.0-next.20 Pre-release
Pre-release

1.5.0-next.20 (2022-05-27)

Bug Fixes

  • define the global variable during babel transform (1edda15), closes #60