|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | | - |
8 | | -## [2.2.0] - 2025-01-XX |
9 | | - |
10 | | -### Added |
11 | | -- 95+ icons across 4 categories (Letters, UI, Arrows, Social) |
12 | | -- React and Vue.js components |
13 | | -- SCSS and LESS source files |
14 | | -- SVG icon versions |
15 | | -- PWA features (service worker, manifest) |
16 | | -- Comprehensive accessibility support |
17 | | -- Font optimization and subsetting |
18 | | -- Multiple deployment platforms |
19 | | - |
20 | | -### Changed |
21 | | -- Unified naming convention to `adiba-*` |
22 | | -- Improved build system with Webpack |
23 | | -- Enhanced documentation structure |
24 | | -- Better performance optimizations |
| 5 | +## [2.2.2] - 2024-12-19 |
25 | 6 |
|
26 | 7 | ### Fixed |
27 | | -- Font loading issues |
28 | | -- Cross-browser compatibility |
29 | | -- Deployment pipeline issues |
30 | | - |
31 | | -## [2.1.1] - 2025-01-XX |
| 8 | +- Fixed version switching navigation between v1.0.0 and v2.2.1 documentation |
| 9 | +- Updated CSS paths in v1.0.0 documentation files to use CDN links |
| 10 | +- Corrected Vercel configuration to serve from `docs/v2.2.1` as default directory |
| 11 | +- Fixed broken dropdown navigation links in all documentation versions |
| 12 | +- Removed references to missing local CSS files in v1.0.0 docs |
32 | 13 |
|
33 | | -### Added |
34 | | -- Enhanced build system |
35 | | -- Font optimization pipeline |
36 | | -- SCSS variables and mixins |
37 | | - |
38 | | -### Fixed |
39 | | -- Build process improvements |
40 | | -- Documentation updates |
| 14 | +### Changed |
| 15 | +- Updated Vercel deployment configuration with proper rewrites |
| 16 | +- Improved navigation consistency across documentation versions |
| 17 | +- Enhanced version dropdown menus with proper active states |
41 | 18 |
|
42 | | -## [2.1.0] - 2025-01-XX |
| 19 | +## [2.2.1] - 2024-12-18 |
43 | 20 |
|
44 | 21 | ### Added |
45 | | -- Semantic UI icons |
46 | | -- Alternative and bold icon styles |
47 | | -- Performance optimizations |
48 | | -- Accessibility features |
49 | | - |
50 | | -### Changed |
51 | | -- Naming convention improvements |
52 | | -- Better CSS organization |
53 | | - |
54 | | -## [1.0.0] - 2023-XX-XX |
| 22 | +- Complete documentation overhaul with modern design |
| 23 | +- Dark mode support for documentation |
| 24 | +- Interactive icon gallery with search functionality |
| 25 | +- Copy-to-clipboard functionality for code examples |
| 26 | +- Comprehensive installation guides (CDN, NPM, Download) |
| 27 | +- Framework integration examples (React, Vue.js) |
| 28 | +- Performance optimization guidelines |
| 29 | +- Accessibility documentation |
| 30 | +- Migration guide from v1.x to v2.x |
| 31 | + |
| 32 | +### Enhanced |
| 33 | +- 78+ icons across 3 different styles |
| 34 | +- Improved CSS organization and structure |
| 35 | +- Better browser compatibility |
| 36 | +- Enhanced font loading performance |
| 37 | + |
| 38 | +## [1.0.0] - 2023-08-30 |
55 | 39 |
|
56 | 40 | ### Added |
57 | | -- Initial release |
58 | | -- 26 letter icons in 3 styles |
| 41 | +- Initial release of adibaIcon library |
| 42 | +- 78 letter-based icons (A-Z) in 3 styles |
59 | 43 | - Basic CSS implementation |
60 | | -- Font formats (EOT, WOFF, TTF, SVG) |
| 44 | +- Font files in multiple formats (EOT, WOFF, TTF, SVG) |
| 45 | +- Simple documentation and examples |
0 commit comments