Skip to content

Releases: dileepadev-old/dileepa.dev

v1.2.0

13 May 12:09
cacec68

Choose a tag to compare

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, and Footer.
    • 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

22 Oct 19:29
32d7c78

Choose a tag to compare

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

01 May 18:56
1da3649

Choose a tag to compare

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
  • Fixed:

    • Replace unsupported links
    • Experience page missing items
      • Fix WingzDev dates
      • Add missing tools & technologies
      • Fix broken links in communities

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Nov 17:40
714803a

Choose a tag to compare

Bug Hunter [1]

1.0.1 - 2023-11-24

  • Fixed:

    • Link cards to a new username

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Nov 16:12

Choose a tag to compare

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)
  • Changed:

    • Updated Home page (app/page.tsx)
    • Formatted layout & structure
    • Updated README.md
  • Fixed:

    • Website accessibility issues

What's Changed

Full Changelog: v0.1.0...v1.0.0

v0.1.0

13 Nov 13:38

Choose a tag to compare

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