Changelog

All notable changes to this project will be documented in this file. Visit alisamar.com for more details.

0.1.5 (2024-12-27)

🏗️ Maintenance

  • deps: Comprehensive dependency updates with version changes Dependencies:

    • Upgrade @sveltejs/adapter-auto (3.2.4 → 3.3.1)
    • Bump Preline UI (2.4.1 → 2.6.0)
    • Update Yup validation (1.4.0 → 1.6.1)
    • Move dotenv to devDependencies with version upgrade

    DevDependencies:

    • Major SvelteKit ecosystem updates:
      • kit (2.4.24 → 2.15.0)
      • adapters (static & vercel)
      • enhanced-img (0.3.2 → 0.3.10)
    • Significant tooling updates:
      • commitlint suite (cli & config-conventional)
      • eslint stack (core & svelte plugin)
      • prettier ecosystem (core & plugins)
      • tailwind related packages
    • Build tool improvements:
      • vite (5.4.2 → 5.4.11)
      • postcss & plugins
      • shiki (1.12.1 → 1.24.4)

    Notes:

    • Available major updates: vite 6.0.5, eslint 9.17.0, enhanced-img 0.4.4
    • ESLint 8.57.1 marked as deprecated

0.1.4 (2024-09-17)

Features

  • pages: Improve SEO titles and descriptions for all routes

Performance Improvements

  • Remove maximum-scale to improve Web Vitals and accessibility compliance

0.1.3 (2024-09-17)

Features

  • components: Enhance Footer with bottom navigation links

    • Add bottom navigation links to Footer component
    • Implement external link detection and handling
    • Include PUBLIC_DOMAIN in FooterCopyright
    • Improve accessibility with aria attributes for active links
    • Refactor FooterCopyright to accept child elements
  • page: Add Changelog route

  • page: Add Privacy route

0.1.2 (2024-09-16)

Bug Fixes

  • deps: Remove conventional-changelog-minimal dependency vercel build error: ERR_PNPM_OUTDATED_LOCKFILE Cannot install with “frozen-lockfile” because pnpm-lock.yaml is not up to date with package.json

    • Removed conventional-changelog-minimal from pnpm-lock.yaml
    • Removed associated [email protected] dependency
    • Updated lockfile to reflect removal of these packages
    • Resolved specifier issues in the lockfile

0.1.1 (2024-09-16)

Features

  • Add empty state for posts page

  • Add Turnstile error codes for more detailed error reporting

  • components: Add CardEmpty component for empty state handling

    • Created new CardEmpty.svelte component for displaying empty states
    • Implemented flexible design with customizable icon and content
    • Added dark mode support and responsive styling
    • Updated component exports in card/index.js and components/index.js
    • Utilized existing Icon component for default empty state icon
  • components: Add social links component

  • icons: Add new icon components and update Icon.svelte

    • Added new SVG icon components:
      • Bell
      • CircleCheck
      • FileText
      • Info
      • X
    • Updated Icon.svelte to include new icons
    • Added error logging for missing icons in Icon.svelte
    • Updated index.js to export new icon components
    • Consistent styling and props across all new icon components
  • packages: Remove lucide-icon package

  • page: Implement new Contact page with enhanced functionality

    • Add dependencies: lucide-svelte, svelte-forms-lib, svelte-toasts, svelte-turnstile, yup
    • Create components: Button, Input, Textarea, FormGroup, various icons
    • Implement form validation and submission using yup and svelte-forms-lib
    • Add toast notifications for user feedback
    • Integrate Turnstile for CAPTCHA protection
    • Enhance UI with new color definitions and styling
    • Update Tailwind CSS and Vite configurations
    • Implement GraphQL mutation for contact message insertion
    • Add proxy configuration for API endpoint
    • Refactor existing components for better maintainability

Bug Fixes

  • Sveltekit prerender issue on posts/slug

0.1.0 (2024-08-14)

Features

  • Add project structure 2e3ad1b