Releases: AVGVSTVS96/astroSite
Releases · AVGVSTVS96/astroSite
v0.7.6
What's Changed
- 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
What's Changed
- style: Update blog post line height and inline code styling in #44
- refactor: use
Astro-icon
inButton
, addastro 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
What's Changed
- 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
What's Changed
- 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
v0.7.1
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
What's Changed
Features
- Add GPT Chat page from FastGPT by @AVGVSTVS96 in #34
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 ofMain/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
, recreatenode_modules
and lock files by @AVGVSTVS96 in #28 - Add my
remark-sectionize
repo as dependency d33d6af
Miscellaneous
- Add MPL-2.0 license d60b072
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Convert from NPM to Bun dda74a8
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
v0.5.0
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
forremark-sectionize
- Resolve TypeScript error by adding underscore to unused variable
letter
inflaskSite.astro
- Convert
Full Changelog: v0.4.1...v0.5.0
v0.4.1
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
- Integrate NavBar and Footer in
- 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, usefrontmatter.image
value to import the correct image for each blog post
- Import images from images directory into
- BaseLayout: Create new
- 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 asschema
- Remove unused declaration in
Full Changelog: v0.4.0...v0.4.1