2.0
February 1, 2025 · View on GitHub
4.2.9
- Updated dependencies
4.2.8
- Updated dependencies
4.2.7
- Updated dependencies
4.2.6
- Updated dependencies
4.2.5
- Updated dependencies
4.2.4
- Updated dependencies
4.2.3
- Updated dependencies
4.2.2
- Updated dependencies
4.2.1
- Updated dependencies
4.2.0
- Added Typescript support
4.1.1
- Minor changes
4.1.0
- Allow overriding of default typescale: https://github.com/tachyons-css/react-native-style-tachyons#typescale #77
- Add support for render-functions: #79
- Optimized rendering of subtrees: #81
4.0.1
- updated dependencies
4.0.0
- Fixed #65 (Line-Height) calculation which is a breaking change, there new major-version.
3.8
- Add
textDecorationLinestyles. Thank to @sbycrosz - Updated dependencies
3.7
- Add
fontRemoption for more flexibility on phone-screens. Thank to @peacechen
3.6
- Allow the
clsproperty-name to be customized to something else. Thanks to @artificis
3.5.2
- bugfix for min-height
3.5.1
- updated dependencies
3.5
- added support for
tint-color. Thanks to @mordaha
3.4.2
- updated dependencies
3.4.1
- upgraded dependencies
- removed yarn.lock
- added npm-5
package-lock.json
3.4
- added
line-heightandletter-spacingoptions. Thanks to @luangch
3.3.3
- removed debug dependency, as it keeps making problems.
3.3.2
- upgraded readme
3.3.1
- upgraded dependencies
3.3
- added
absolutestyles
3.2.1
- bugfix
3.2
-
Wrapper can take functions now. Thanks to @stefnnn for PR#31.
const wrapped = NativeTachyons.wrap(() => <Text cls="b">Hi there!</Text>).
3.1.1
- updated dependencies
3.1
- added additional step for margins, paddings, heights and widths for
32rem - added additional step
br5
3.0.3
- updated dependencies, fix #28
3.0.2
- Bugfix
3.0.1
- improved wrapper speed
3.0
- Initializing is now twice as fast.
- Dark/light color variants aren't created anymore, please specify them directly in the palette:
palette: {
light_green: "#00FF01"
}
Opacity-variants (e.g. bg-green-10) are still available.
- The styles object contains only the underscore names, so
styles.flx_iworks, butstyles["flx-i"]doesn't. The class-wrapping isn't changed, it's syntax is stillcls="flx-i". - The raw values of colors aren't exported anymore.
2.7
- added the
brvalues to the exported sizes - added
fontsoption to set font-families
2.6.1
- updated readme
2.6
- Allow ad-hoc colors to be specified like
bg-#ffab12
2.5
- generate opacity variants for colors:
bg-green-20and so on.
2.4
- access generated sizes via
import { sizes } from "react-native-style-tachyons"
2.3
- access generated colors via
import { colors } from "react-native-style-tachyons"
2.2
- updated readme
- specify
lighten: falseordarken: falseto skip color variants
2.1
- support
minHeightandmaxHeighton the scale
2.0.1 – 2.0.2
- updated readme
- updated links
- updated keywords
2.0
- renamed
absolute--filltoabsolute-filland explained the double hypens in the Readme. - removed
relative,flx-col,flx-nowrap,aisandjcfsas those are default-values, and there's no inheritance in RN. - added
flx-row-reverseandflx-col-reverse
1.7.1 – 1.7.8
- updated readme and dependencies
- moved package to tachyons-css
- renamed package to
react-native-style-tachyons
1.7
- all styles with hypened in their names now have version with underscores
1.6.11
- updated dependencies
1.6.10
- added
br--leftandbr--right, which were accidentally omitted.
1.6.3 – 1.6.9
- Bugfixes
1.6.2
- Translation performance improved by a factor of 2
1.6.1
- removed
h-100andw-100. I consider this a bugfix under semver, since usingDimensionsis buggy on Android #3219. You can get the same behaviour withflx-iandabsolute--fill.
1.6
- added
absolute--fillfor easy full-screen views
1.5
- added
h-100andw-100for 100% height/width of window, needsDimensionsto be passed intoNativeTachyons.build()
1.4
- support opacities
1.3
- set react-native peer-dependency to 0.x
1.2
- support border-radii properties
1.1.1
- added more tests and a bugfix when merging existing styles
1.1
- added more properties and references
1.0.1
- fixed badge
1.0
- initial version