@@ -7,11 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.0.0] - 2025-10-26
10+ ## [ 1.0.0-alpha.2 ] - 2025-10-27
1111
1212### Added
1313
14- - Initial release
14+ - ** Landing Page** : Complete landing page with modern design
15+ - Sakura Tech color palette (pink/violet/cyan)
16+ - Multilingual support (English, French, Japanese)
17+ - Automatic language detection from browser
18+ - Static HTML pages for SEO optimization
19+ - Language selector dropdown in navbar
20+ - ** Animations** : Interactive typing animations in demo section
21+ - Character-by-character typing effect
22+ - Blinking cursor animation
23+ - Furigana pop-up animations with bounce effect
24+ - Scroll-triggered animations
25+ - ** Video Demo** : Autoplay video demonstration
26+ - Muted and looping
27+ - Shows plugin in action
28+ - ** Design System** : Modern Sakura Tech design
29+ - Rose to violet gradient on hero title
30+ - Pink borders on feature cards with hover effects
31+ - Gradient backgrounds on CTA section
32+ - Custom scrollbar styling
33+
34+ ### Changed
35+
36+ - Updated Japanese font to "Mochiy Pop P One"
37+ - Improved typography with adjusted colors (gray-600)
38+ - Replaced box-shadows with colored borders on feature cards
39+ - Enhanced language switcher with proper ` hreflang ` and ` lang ` attributes
40+
41+ ### Fixed
42+
43+ - Language selector no longer duplicates in development
44+ - Multilingual functionality works correctly in production
45+ - Prevents FOUC (Flash of Unstyled Content) in demo animations
46+ - Proper language detection from static pages
47+
48+ ### Technical
49+
50+ - Implemented static page generation for multilingual SEO
51+ - Added Vite post-build script for i18n page generation
52+ - Uses semantic ` <a> ` links instead of buttons in language selector
53+ - Progressive enhancement: works without JavaScript
54+ - Automated release workflow with version bumping from git tags
55+
56+ ## [ 1.0.0-alpha.1] - 2025-10-26
57+
58+ ### Added - Initial Alpha Release
59+
1560- Automatic furigana addition for Japanese kanji using Kuromoji.js
1661- Toggle functionality to add/remove furigana
1762- Integration with Gutenberg editor toolbar
@@ -31,5 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3176- Node.js polyfills: path, zlib, stream, buffer, util
3277- Dictionary files automatically copied to build directory
3378
34- [ Unreleased ] : https://github.com/firestar300/wp-kakitai/compare/v1.0.0...HEAD
35- [ 1.0.0 ] : https://github.com/firestar300/wp-kakitai/releases/tag/v1.0.0
79+ [ Unreleased ] : https://github.com/firestar300/wp-kakitai/compare/v1.0.0-alpha.2...HEAD
80+ [ 1.0.0-alpha.2 ] : https://github.com/firestar300/wp-kakitai/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
81+ [ 1.0.0-alpha.1 ] : https://github.com/firestar300/wp-kakitai/releases/tag/v1.0.0-alpha.1
0 commit comments