Skip to content

Releases: dohomi/tamagui-kitchen-sink

Release of `@tamagui-extras` NPM organization

18 Apr 05:26
Compare
Choose a tag to compare

Major Changes

With a more future proof setup tamagui-extras is deprecated and the organisation @tamagui-extras is published with the version bump of v1.

Following modules exist:

'@tamagui-extras/core'
'@tamagui-extras/date'
'@tamagui-extras/file'
'@tamagui-extras/form'
'@tamagui-extras/link'
'@tamagui-extras/rich-text'
'@tamagui-extras/video'
'@tamagui-extras/youtube'

If you used <= 0.16 release of tamagui-extras you have to update all imports to the new @tamagui-extras/* imports. The underlying API has not changed.

Breaking Change

14 Apr 06:04
Compare
Choose a tag to compare

From 0.15 onwards tamagui-extras does not re-export tamagui and also does not export internal tamagui config as config.

This change was necessary to keep the package leaner and also to prevent common mistakes with the tamagui setup.

Breaking Change of folder structure

07 Apr 03:03
Compare
Choose a tag to compare

From 0.12.x onwards the tamagui-extras library has more granular structure for better code-split capability.

The new structure offers the ability to write more components based on external libraries.
Have a look at the UPGRADE GUIDE

Initial Release

27 Sep 04:58
Compare
Choose a tag to compare

Initial release