Releases: HichamELBSI/react-native-body-highlighter
v3.1.0
v3.0.1
Merge pull request #60 from HichamELBSI/feat/withBorder-and-dependencies Add withBorder and bump dependencies
v3.0.0-beta.6
💪🏽 Svg updates
- Add new female body SVG (beta version)
🤖 Component updates
- Add
gender
prop to the Body component (please consider this new female SVG as a beta work in progress)
v3.0.0-beta.4
Deploy new types
v3.0.0-beta.3
- The
Body
component now renders only the SVG without anyView
wrapper. - The
Body
components now renders only one SVG depending on the newside
property:
- To render both sides of the body, you can render theBody
component twice, with different values for theside
property. - Rename
Muscle
toBodyPart
everywhere. - Add
onBodyPartPress
.
3.0.0-beta.2
New Additions:
-
🦶🏽 ✋🏽 Hands and Feet: Introducing hands and feet to the available body parts. Now, you can create more comprehensive visualizations of the human body, catering to a broader range of use cases.
-
💪🏽 Ankles and Tibialis Muscles: We've expanded the library to include ankles and tibialis muscles, providing greater flexibility in highlighting specific areas with precision.
-
🧍🏽♂️ Enhanced Human Body Rendering: In this release, the human body is now rendered using high-quality SVG. This updated representation offers a more accurate and detailed depiction of the human anatomy, significantly enhancing the overall visual experience and alignment with the library's core purpose.
Breaking Changes:
- Removed zoomOnPress prop: In line with emphasizing the main purpose of the library – highlighting specific body areas – the zoomOnPress prop has been removed. The library's central role is to display the human body with highlighted regions.
These updates are designed to enhance the library's capabilities while maintaining a clear and focused purpose. As you transition to the new version, please adjust your implementation accordingly.
v2.1.4
What's Changed
- Release 2.1.4 by @HichamELBSI in #35
v2.1.3
What's Changed
- v2.1.3 by @HichamELBSI in #33