react-stacked

Building blocks for robust cross-platform layouts

Downloads
205
Stars
9
Committers
1

Bot releases are visible (Hide)

react-stacked - 🚢 0.3.8 / 2024-09-16 Latest Release

Published by LinusU about 1 month ago

🎉 Enhancements

  • Forward className prop on web

🌹 Internal Changes

  • Remove children prop from documentation
react-stacked - 🚢 0.3.7 / 2024-06-14

Published by LinusU 4 months ago

🎉 Enhancements

  • Add support for font variant
react-stacked - 🚢 0.3.6 / 2024-03-18

Published by LinusU 7 months ago

🐛 Fixes

  • Fix TextStyle size override on web
react-stacked - 🚢 0.3.5 / 2023-11-03

Published by LinusU 12 months ago

🎉 Enhancements

  • Add text rotation
react-stacked - 🚢 0.3.4 / 2023-11-03

Published by LinusU 12 months ago

🎉 Enhancements

  • Add support for side specific border color/width
react-stacked - 🚢 0.3.3 / 2023-09-11

Published by LinusU about 1 year ago

🎉 Enhancements

  • Add support for text transformation
react-stacked - 🚢 0.3.1 / 2023-02-07

Published by LinusU over 1 year ago

🎉 Enhancements

  • Add support for flex gap
react-stacked - 🚢 0.3.2 / 2023-04-14

Published by LinusU over 1 year ago

🎉 Enhancements

  • Add decorationLine support to text style
react-stacked - 🚢 0.3.0 / 2023-01-06

Published by LinusU almost 2 years ago

💥 Breaking Changes

  • Replace overflow with numberOfLines

    Migration Guide:

    You can now specify a specific number of lines to limit text to.

    If you are currently using overflow='ellipsis' on a Text component, replace it with numberOfLines={1}.

react-stacked - 🚢 0.2.7 / 2022-10-25

Published by LinusU almost 2 years ago

🐛 Fixes

  • Fix compatibility with React 18
react-stacked - 🚢 0.2.6 / 2022-10-22

Published by LinusU almost 2 years ago

🎉 Enhancements

  • Add support for borders
react-stacked - 🚢 0.2.5 / 2021-11-11

Published by LinusU almost 3 years ago

🎉 Enhancements

  • Add ZStack component

🐛 Fixes

  • Fix VStack border radius on web
react-stacked - 🚢 0.2.3 / 2021-11-11

Published by LinusU almost 3 years ago

🎉 Enhancements

  • Add allowFontScaling property to Text
react-stacked - 🚢 0.2.4 / 2021-11-11

Published by LinusU almost 3 years ago

🎉 Enhancements

  • Add support for more font weights
react-stacked - 🚢 0.2.2 / 2021-11-05

Published by LinusU almost 3 years ago

🐛 Fixes

  • Fix repository metadata
  • Fix text formatting on web
react-stacked - 🚢 0.2.1 / 2021-11-03

Published by LinusU almost 3 years ago

🎉 Enhancements

  • Add alignSelf property

🌹 Internal Changes

  • Add ts-readme-generator check to tests
react-stacked - 🚢 0.2.0 / 2021-11-03

Published by LinusU almost 3 years ago

💥 Breaking Changes

  • Split Text component into Text and TextStyle

    Migration Guide:

    The Text component was previously used both for adding blocks of text inside stacks and styling just a span of text inside a larger text block. Using the same component for both these behaviors could lead to some strange behavior on some platforms. The Text component is now used only for blocks of text, and a new component TextStyle has been introduced for applying styles to an inline span of text.

🎉 Enhancements

  • Add ellipsis overflow support to Text
  • Add grow and shrink properties to Text

🌹 Internal Changes

  • Add generated documentation to readme
react-stacked - 🚢 0.1.0 / 2020-07-23

Published by LinusU about 4 years ago

🎉 Initial release

react-stacked - 🚢 0.1.1 / 2020-07-23

Published by LinusU about 4 years ago

🐛 Fixes

  • Fix sizing on web platform
react-stacked - 🚢 0.1.2 / 2020-09-10

Published by LinusU about 4 years ago

🎉 Enhancements

  • Add support for flex basis