# Changelog

All notable changes to this project will be documented in this file.

## [1.8.17] - 2024-05-02

### Fixed

- Fixed additional TypeScript errors with variable redeclaration in SketchCanvas.tsx
- Improved compatibility with React Native 0.71.x
- Enhanced module resolution for better compatibility with different React versions

## [1.8.16] - 2024-05-01

### Fixed

- Fixed orientation issues when canvas is rotated
  - Added proper handling of orientation changes in Android
  - Implemented coordinate transformation for paths and text elements
  - Added path rebuilding after orientation changes
  - Fixed text positions during orientation changes
  - Added configuration change support
- Fixed TypeScript error with duplicate variable declaration in SketchCanvas.tsx

## [1.8.15] - Previous version

### Added

- Enhanced text annotation capabilities
- Shape drawing tools (rectangle, circle, arrow, line)
- Shape selection and manipulation
- Improved touch handling
