Skip to content

Commit 38afb28

Browse files
committed
chore: Bump version to 2.0.0 and update CHANGELOG
1 parent d33a646 commit 38afb28

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2025-01-11
9+
10+
### Added
11+
- **Lucide Angular**: Modern icon library with 1000+ icons
12+
- **NGX Sonner**: Beautiful toast notifications for Angular
13+
- **Enhanced UI Components**:
14+
- Button component with variants (primary, secondary, outline, ghost, danger) and loading states
15+
- Card components (Card, CardHeader, CardContent, CardFooter)
16+
- Badge component with color variants (default, primary, success, warning, danger, info)
17+
- **404 Not Found Page**: Animated error page with navigation options and Lucide icons
18+
- **Toast Notifications**: Global toast system using ngx-sonner
19+
- **Environment Variables**: .env.example with common configuration options
20+
21+
### Changed
22+
- Updated routing to use NotFound component instead of redirect for 404s
23+
- Enhanced app root with toast notifications
24+
- Improved user experience with CSS animations
25+
26+
### Developer Experience
27+
- All UI components as standalone Angular components
28+
- Reusable component library ready for expansion
29+
- Toast notifications system integrated in root component
30+
831
## [1.0.0] - 2025-01-11
932

1033
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tailwindcss-template",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)