UNPKG

react-native-lunar-calendars

Version:

React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality

52 lines (40 loc) 1.59 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [2.1.0] - 2024-12-19 ### Added - Vietnamese Lunar Calendar (Âm Lịch) support - Lunar date display below solar dates - Special highlighting for first day of lunar month - Accurate lunar date calculations for years 1800-2199 - TypeScript support with full type definitions - Enhanced documentation with lunar calendar examples - React Native 0.81+ compatibility - React 18.2.0+ compatibility - TypeScript 5.3.0+ compatibility - Comprehensive unit and integration tests - Example app with all calendar features ### Changed - Updated author information to Tuan Nguyen (Ky0-Nguyen) - Enhanced package description and keywords - Improved README with lunar calendar features section - Updated repository URL to https://github.com/Ky0-Nguyen/react-native-lunar-calendars - Added comprehensive upstream sync documentation and automation - Enhanced migration guide for users coming from original react-native-calendars ### Fixed - Lunar date calculation accuracy - TypeScript compilation issues - Component performance optimizations ## [2.0.6] - Previous Version ### Added - Initial fork from react-native-calendars - Basic calendar functionality - Multiple marking types support - Theme customization --- ## [Unreleased] ### Planned - Additional lunar calendar features - Performance improvements - Enhanced customization options