Releases: dileepadev-old/dileepa.dev
Releases · dileepadev-old/dileepa.dev
v1.2.0
Feature release
1.2.0 - 2025-05-13
-
Added:
- Initialized base project using Next.js 15.
- Implemented core layout sections:
Navbar,Hero,About,Experience,Education,Community,Connect, andFooter. - Added API data fetching for dynamic section content.
- Integrated contact form with email configuration via Resend.
- Added SEO metadata for improved search visibility.
- Introduced analytics and performance tools:
- Vercel Web Analytics
- Vercel Speed Insights
- Microsoft Clarity
- Google Analytics
- Created VERSIONING.md to document release practices.
- Updated COMMIT_MESSAGE_GUIDELINES.md.
-
Changed:
- Refactored routing logic to use a single-page scrollable layout.
- Updated the navbar to support in-page scroll instead of navigation between routes.
- Redesigned header and footer for improved aesthetics and accessibility.
- Standardized and refined theme styling for consistency across components.
- Applied accessibility improvements and layout responsiveness across screen sizes.
-
Fixed:
- Resolved layout issues related to padding and margins in multiple sections.
- Ensured compatibility and readability in both dark and light modes.
What's Changed
- fix(main): Branching strategy by @dileepadev in #18
- feat(main): Implement single-page layout, analytics, and API integration for v1.2.0 [#21] by @dileepadev in #23
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Feature release
1.1.1 - 2024-10-23
-
Fixed:
- chore: Upgrade to 1.1.1 - package.json
- Add Experience Page - Career Break & RSL
- Add Education Page - Postgraduate Education
- Add Media Page - Missing event details
- Add missing achievements
- Add MLSC - NIBM
What's Changed
- fix(main): Missing Data - Develop Version 1.1.1 by @dileepadev in #15
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Feature release
1.1.0 - 2024-05-01
-
Added:
- New font to Inter
- Add pageHeaderTheme
-
Changed:
- Update dependencies
- version [1.0.1 -> 1.1.0]
- next [13.5.4 -> 14.1.4]
- react-icons [4.11.0 -> 5.0.1]
- react-toastify [9.1.3 -> 10.0.5]
- resend [2.0.0 -> 3.2.0]
- next-themes [0.2.1 -> 0.3.0]
- @vercel/analytics [1.1.1 -> 1.2.2]
- autoprefixer [10 -> 10.0.1]
- eslint-config-next [13.5.4 -> 14.1.4]
- tailwindcss [3 -> 3.3.0]
- Update header and footer
- Update home page
- Update experience pag
- Add Projects section
- Add Tools & Technologies section
- Update latest experience data
- Add new 4 sections
- Update theme details & ItemCards
- Update interface & links
- Update about page
- Update about cards
- Add achievements section
- Add section for LinkedIn recommendations
- Update education page
- Add new cards and layout design
- Update media page
- Add event highlights
- Remove banner and log details
- Update connect page
- Change section layout format
- Update documents
- Update README.md
- Remove extra inputs from ISSUE_TEMPLATE/feature_request.md
- Update dependencies
-
Fixed:
- Replace unsupported links
- Experience page missing items
- Fix WingzDev dates
- Add missing tools & technologies
- Fix broken links in communities
What's Changed
- feat(main): Develop Version 1.1.0 (#11) by @dileepadev in #12
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Bug Hunter [1]
1.0.1 - 2023-11-24
-
Fixed:
- Link cards to a new username
What's Changed
- fix(dev): Link cards to a new username [#6] by @dileepadev in #7
- fix(main): Link cards to a new username [#6] by @dileepadev in #8
- docs(main): Update CHANGELOG.md by @dileepadev in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release
1.0.0 - 2023-11-15
-
Added:
- NavBar component (
NavBar.tsx) - Body layout
- Footer component (
Footer.tsx) - ThemeSwitcher component
- About page (
pages/about.tsx) - Education page (
pages/education.tsx) - Experience page (
pages/experience.tsx) - Media page (
pages/media.tsx) - Connect page (
pages/connect.tsx) - Folder structure
- Resend email integration (
api/email/route.ts) - Images (
public/) and Icons (components/) - Custom theme data at
globals.css - Custom components (e.g.,
ItemCards.ts) - Interfaces for types (
interfaces.ts) - Pull request guidelines (
PULL_REQUEST_GUIDELINES.md) - Branch naming guidelines (
BRANCH_NAMING_GUIDELINES.md)
- NavBar component (
-
Changed:
- Updated Home page (
app/page.tsx) - Formatted layout & structure
- Updated
README.md
- Updated Home page (
-
Fixed:
- Website accessibility issues
What's Changed
- feat(main): Develop Version 1.0.0 [#2] by @dileepadev in #4
- docs(main): Add new guidelines by @dileepadev in #5
Full Changelog: v0.1.0...v1.0.0
v0.1.0
Early stage of development
0.1.0 - 2023-10-25
-
Added:
- Initialized commit from Create Next App
- Created community standards documents
- Developed coming soon page
- Integrated Vercel Web Analytics
-
Changed:
- Updated
README.md
- Updated