Skip to content

Releases: donkasun/react-native-outlined-text

Release v1.0.2

31 Jul 08:39

Choose a tag to compare

🚀 Patch Release v1.0.2

✨ What's New

• Added pre-commit hooks for code quality
• Automatic linting and type checking before commits
• Commit message format validation
• Auto-formatting with ESLint + Prettier

🔧 Technical Improvements

• Husky integration for git hooks
• Lint-staged for efficient file processing
• TypeScript type checking integration
• Conventional commit message enforcement

📦 Installation

npm install @donkasun/react-native-outlined-text@1.0.2

🎯 Benefits

• Prevents bad code from being committed
• Ensures consistent code formatting
• Catches type errors early
• Maintains clean commit history

This release includes the pre-commit hooks feature that was merged from PR #9! 🚀

Release v1.0.0

31 Jul 08:28

Choose a tag to compare

🎉 Major Release v1.0.0

What's New

  • Stable API: This release marks the stable 1.0.0 version with a well-tested API
  • Enhanced Features: Improved outlined text rendering with customizable stroke effects
  • Better Performance: Optimized text wrapping and stroke calculations
  • TypeScript Support: Full TypeScript definitions included
  • React Native Compatibility: Tested with React Native >=0.60.0

Features

  • ✨ Customizable stroke width and color
  • 🎨 Multiple stroke styles and effects
  • 📝 Automatic text wrapping
  • 🔧 Easy integration with existing React Native projects
  • 📱 Cross-platform compatibility (iOS & Android)

Installation

npm install @donkasun/react-native-outlined-text@1.0.0

Breaking Changes

  • None - this is a stable release with backward compatibility

Migration

No migration required - this release maintains API compatibility with previous versions.

Documentation

Thank you for using react-native-outlined-text! 🚀