Skip to content

Latest commit

 

History

History
178 lines (149 loc) · 18.2 KB

CHANGELOG.md

File metadata and controls

178 lines (149 loc) · 18.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Commits

  • add site search 3b1192f
  • search tweaks ab3256b
  • Update BlogPostImage to include dynamic width and height props. 8ff550c
  • Update SiteLogo component to use actual site url instead of from siteData.url 21eac1a
  • add Astro Pagefind link in README.md 0e8bd1a
  • Refactor NavLink.astro 7fdef15
  • Fix links by removing trailing slashes in blog and blog post layouts. Update styling of "Read More" and "Back" buttons for blog posts. 4804b15
  • refactor index & menus to move sample pages to pages/examples 19653e2
  • signify draft blog posts when listing, and set all samples posts to draft=true 9225c9a
  • restructured directories & utility files to signify as desdinova resources making it easier to upgrade in the future 79c1b0c
  • set primary button to bg-primary-600 1cc3204
  • add external link to astro.build in BottomMenu, update bottom menu styles 5182f51
  • fix styling of SiteLogo if square logo and site title are used 65596cb
  • add postcss.config.cjs 5f02c9e
  • update astro & dependencies f4fe4b0
  • remove @rollup/rollup-linux-x64-gnu optionalDependency 7edd48f
  • set hover of social links to bg-primary-600 89e34ce
  • provide configuration setting for copyright year start 3d418f8
  • remove "All Rights Reserved" since its basically meaningless 7567b89
  • do not pretty github action files f25f8f5
  • pass loading prop to BlogPostImage 1a6e9e1
  • fix footer so its correctly responsive d9cb3cb
  • update to astro 4.15.4 and dependencies 72e1b4f

v0.3.0 - 2024-08-30

Commits

  • typo 9614de8
  • refactored to use Intl.DateTimeFormat d5b73c0
  • updated blog variables, updated blog styling, fixed blog post html titles, updated sample blog posts a6719e8
  • replace flowbite/typography with tailwind/typography 1a1fe5d
  • updated blog post styling 7b09fac
  • upgrade to astro 4.15.1 c665063
  • new sample blog posts af68f31
  • update Footer and Header to use siteData.colors.mainBackground 7d7c2b0
  • update MarkdownLayout to use tailwind typography and fix width 1a65d74
  • fix styling of Announcement 4bafe52
  • update default url 33a1188
  • filter out draft blog posts in production b466de8
  • document ascending/descending blog post date sort 6a3d8b5
  • update README ccd472c
  • update error message on failing blog post image b65a0a2
  • Release v0.3.0 94b572f

v0.2.1 - 2024-08-29

Commits

  • update screenshots ec8e02c
  • typo f681c76
  • use Picture component for SiteLogo e3c08b7
  • set alt tag for header and footer logos 3b3428d
  • announcement banner cleanup dce4bf8
  • ignore bun.lockb 13f346d
  • move TeamMember component out of _core 0d524f3
  • blog post image now support retina/hidpi fafa49f
  • add back link a5c2f32
  • set default fonts from tailwind defaultTheme e7040a0
  • moved TeamMember component out of _core f0b4f45
  • refactored _core/Head.astro to make it easier to modify fonts and favicon without changing _code 8e72a24
  • updated README 88f3c59
  • Release v0.2.1 fcdd030

v0.2.0 - 2024-08-28

Commits

  • improve contrast ratio ab37b7a
  • remove unused reference c49d8bb
  • optimize SVGs other than icons 1b4d40e
  • update screenshot a1f77f3
  • update safelist in tailwind config 1f346c0
  • fix active/inactive menu links in prod b322ce4
  • move newsletter signup component to Company page e740884
  • add basic 404 0581926
  • moved site config from site.config.mjs to config/siteData.ts f0b6084
  • remove no longer needed script ffd938c
  • better way to implement view transition support for flowbite 28315ff
  • blog now shows posts in desc order, updated to use new siteData 6b4cd09
  • new Announcements banner 355ca9d
  • new home page, updated to use new siteData 0816642
  • increase font on privacy page 8086fef
  • upgrade to astro 4.14.6 3f5aed2
  • add canonical passthru for pages 10b7a5e
  • refactored NavLink 98ab42b
  • canonical passthrough, new light/dark mode switch 30e9457
  • more flowbite & view transitions work 129853a
  • tweak astro config a7fab0c
  • cleanup of siteData 03e26d9
  • updated README bd8c866
  • update Copyright to use siteData.companyUrl 6a98340
  • responsive updates 6bba134
  • index.astro color update 7bc02d2
  • Release v0.2.0 d62cf50

v0.1.2 - 2024-08-28

Commits

  • set aria-label for Team Members 494d2a3
  • fix menu links for light & dark modes 5385eed
  • slightly larger social icons in footer 9e1b0b6
  • switching light & dark modes better supported with view transitions 8629106
  • refactored to use Image component 8ea245e
  • clean up & optimizations 75447e6
  • remove console.log() statements 58ebe02
  • move version to footer bc3c865
  • Release v0.1.2 34a408a

v0.1.1 - 2024-08-27

Commits

  • provide loading prop for SiteLogo 5a1d7d4
  • refactor BottomMenu b5fcda1
  • moved site configuration variables from astro.config.mjs to site.config.mjs to improve dev performance 5598523
  • fix light mode menu colors not working c09cdb3
  • typo 76f05e9
  • increase size of social icons 7ec99f1
  • update README 00e217b
  • Release v0.1.1 2c58446

v0.1.0 - 2024-08-27

Commits

v0.0.2 - 2024-08-26

Commits

v0.0.1 - 2024-08-26

Commits