Skip to content

Releases: AVGVSTVS96/astroSite

v0.7.6

23 Feb 23:02
b077070
Compare
Choose a tag to compare

What's Changed

@AVGVSTVS96

  • refactor: Add aria-labels and update Button + SVG colors in #47
  • refactor: implement class:list for better organization. of variable styles in #48
  • refactor: add HTML attributes, fix typo, match button hover colors in #50
  • chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #49

Full Changelog: v0.7.5...v0.7.6

v0.7.5

19 Feb 03:10
81bb158
Compare
Choose a tag to compare

What's Changed

@AVGVSTVS96

  • style: Update blog post line height and inline code styling in #44
  • refactor: use Astro-icon in Button, add astro check script, misc improvements in #45
  • deps: update astro to 4.4.0, wrangler to 3.28.3, openai to 4.28.0 in #46

Full Changelog: v0.7.4...v0.7.5

v0.7.4

18 Feb 04:01
c229b71
Compare
Choose a tag to compare

What's Changed

@AVGVSTVS96

  • Refactor and format code in #42
  • Update code theme, button colors, blog post widths, breakpoints, and refactor in #43

Full Changelog: v0.7.3...v0.7.4

v0.7.3

17 Feb 04:33
7c53ff4
Compare
Choose a tag to compare

What's Changed

@AVGVSTVS96

  • Refactor: Use recursive component for TableOfContentsHeading in #38
  • Improve TOC Icon rendering, use hidden class instead of conditional rendering in #39
  • blog: Update blog content, update code block styling in #41

Full Changelog: v0.7.2...v0.7.3

v0.7.2

13 Feb 04:26
6e15a39
Compare
Choose a tag to compare

What's Changed

Features

  • update to older gpt-4-0613 model (#36) (6e15a39)

Full Changelog: v0.7.1...v0.7.2

v0.7.1

12 Feb 02:26
Compare
Choose a tag to compare

Whats Changed

Bug Fixes

  • Add 3rd level headings to blog table of contents by @AVGVSTVS96 in #35

Full Changelog: v0.7.0...v0.7.1

v0.7.0

11 Feb 19:54
a4f6e8b
Compare
Choose a tag to compare

What's Changed

Features

User Interface

  • Improve ThemeToggle script, replace CSS with TW, add dark class to html to fix #19 by @AVGVSTVS96 in #25
  • Update code theme switching based on dark and light classes by @AVGVSTVS96 in #30
  • refactor(imports): Add styles import to BaseLayout instead of Main/MDLayout by @AVGVSTVS96 in #26
  • fix: Use Astro-icon for nav icons by @AVGVSTVS96 in #31
  • fix: ThemeSwitcher incorrect size 31604bb
  • Add color transition to TOC links 0328e91
  • Add prose-table b0bd8cf

Content

  • Add reference style links in markdown 1ef64fe 6f28bbb
  • Update blog content, add table styling, add color transitions to TOC, minor enhancements by @AVGVSTVS96 in #27
  • Add badges to README 261a8a3

Dependencies

  • Add sharp dependency, remove package-lock.json, recreate node_modules and lock files by @AVGVSTVS96 in #28
  • Add my remark-sectionize repo as dependency d33d6af

Miscellaneous

Full Changelog: v0.6.0...v0.7.0

v0.6.0

02 Feb 20:13
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Layout: Switch from flex to grid, add noMargin prop to Card and set gap-4 8cca63c

Features

  • NavBar: add theme color menu to mobile layouts, update gaps ad2f6c1
  • Card: add noMargin prop to remove margins from Card 6fdfd95
  • Content: Add astroSite project 3fe3c0d

Full Changelog: v0.5.0...v0.6.0

@AVGVSTVS96

v0.5.0

02 Feb 20:01
Compare
Choose a tag to compare

What's Changed

  • Bump astro to 4.2.6, astro-icon to 1.0.3, and astro-expressive-code to 0.32.3 by @dependabot in #22
  • Update project to TypeScript @AVGVSTVS96
    • Convert astro.config file to TypeScript and disallow JS
    • Add type declaration to env.d.ts for remark-sectionize
    • Resolve TypeScript error by adding underscore to unused variable letter in flaskSite.astro

Full Changelog: v0.4.1...v0.5.0

v0.4.1

28 Jan 17:02
634d2cb
Compare
Choose a tag to compare

What's Changed

  • Create BaseLayout, Refine SEO Schemas, and Enhance Image Handling by @AVGVSTVS96 in #20
    • BaseLayout: Create new BaseLayout head for main pages and blog pages
      • Integrate NavBar and Footer in BaseLayout, remove from individual pages
      • Remove styles from other layout pages
    • Schema Refinements: Updated schemas for blog posts and main pages, pass image only when available
    • Image Component Optimization: Add Astro Image component for better image optimization
      • Import images from images directory into MDLayout.astro to enable optimization of imported images, use frontmatter.image value to import the correct image for each blog post
  • Update README.md
  • Add @astrojs/check and Typescript dependencies
  • Minor enhancements
    • Remove unused declaration in ThemeSwitcher.astro
    • Add types for subheading mapping in TableOfContentsHeading.astro
    • Change schema variable name to jsonLD, stringify as schema

Full Changelog: v0.4.0...v0.4.1