Skip to content

Releases: AVGVSTVS96/astroSite

v0.10.0

10 Apr 03:43
d1016b6
Compare
Choose a tag to compare

v0.10.0

Enhancements

  • Enable Astro prefetching, prefetch all links on load by @AVGVSTVS96 in #150
  • Add title and description to react page by @AVGVSTVS96 in #151
  • Create composable React DropdownMenu component, use for projects on react page by @AVGVSTVS96 in #160
    • Add padding to dropdown items, add rotate transition to chevron icon by @AVGVSTVS96 in #166
    • Update Dropdown button and icon CSS by @AVGVSTVS96 in #167
    • Add margin-top to icon to better align with text by @AVGVSTVS96 in #170
    • Set alignment for Dropdown and update nav margin-left by @AVGVSTVS96 in #172

Refactoring

Security

  • chore(meta-deps): Add overrides to resolve security vulnerabilities by @AVGVSTVS96 in #149

Dependencies

  • chore(deps): bump astro to 4.5.16, expressive-code to 0.34.1 by @dependabot in #161
  • chore(deps): bump openai, wrangler, type-coverage, and typescript by @dependabot in #162
  • chore(deps): bump lucide-react from 0.363.0 to 0.365.0 by @dependabot in #163
  • chore(deps): bump @types/react-dom from 18.2.23 to 18.2.24 by @dependabot in #164

Full Changelog: v0.9.7...v0.10.0

v0.9.7

04 Apr 03:46
e960313
Compare
Choose a tag to compare

What's Changed

  • Move navigation links to their own file, import where needed, closes #133 by @AVGVSTVS96 in #139
  • chore(deps): bump astro to 4.5.14, @astrojs/check to 0.5.10, sharp to 0.33.3 by @dependabot in #140
  • chore(deps-dev): bump tailwindcss 3.4.3, @tailwindcss/typography to 0.5.12 by @dependabot in #120
  • chore(deps): bump @types/react-dom to 18.2.23, @astrojs/react to 18.7.4 ,and @types/react to 18.2.74 by @dependabot in #122
  • chore(deps): bump openai, typescript, type-coverage, and wrangler by @dependabot in #141
  • chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13 by @dependabot in #121
  • Update ReactLayout theme script and remove unneeded CSS import by @AVGVSTVS96 in #142
  • refactor: base layout, KB shortcut script, and CSS by @AVGVSTVS96 in #144
  • Use grid in MDLayout instead of flexbox to fix #130 by @AVGVSTVS96 in #145

Full Changelog: v0.9.6...v0.9.7

v0.9.6

02 Apr 03:38
9dd7505
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.9.6

v0.9.5

02 Apr 03:23
e7e43fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.5

v0.9.3

31 Mar 06:15
1b6bc6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

30 Mar 18:55
4d589bc
Compare
Choose a tag to compare

What's Changed

  • styling: Update DropdownMenu.astro text and bg colors, decrease link border radius by @AVGVSTVS96 in #105
  • fix: Updated the name of ThemeToggle local storage variable to fix #106 by @AVGVSTVS96 in #107
  • refactor: re-organize components directory by @AVGVSTVS96 in #108
  • fix: improve keyboard navigation accessibility by resolving tabindex by @AVGVSTVS96 in #109

Full Changelog: v0.9.0...v0.9.2

v0.9.0

29 Mar 03:51
f88ea14
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump astro from 4.4.9 to 4.4.15 by @AVGVSTVS96 in #74
  • Create rainbow ring around theme switcher icon by @AVGVSTVS96 in #75
  • Update README.md - Add codespaces link and update content by @AVGVSTVS96 in #77
  • Add mx-0.5 to dropdown menu items to fix #76 by @AVGVSTVS96 in #78
  • chore(deps): bump openai to 4.29.1, typescript to 5.4.2, and wrangler 3.34.2 by @dependabot in #81
  • Add flex-grow to fix #82, add gradient to color icon, improve ThemeSwitcher code` by @AVGVSTVS96 in #83
  • chore(deps): bump the astro group with 3 updates by @dependabot in #86
  • chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.11 to 0.5.12 by @dependabot in #79
  • Add accent color gradient border to top of NavBar by @AVGVSTVS96 in #88
  • Add React and shadcn/ui page, create header on react page, update config and css by @AVGVSTVS96 in #89
  • Update nav, dropdown, and button styling by @AVGVSTVS96 in #91
  • Create Reactheader component, use Astro Icon for logo, import into ReactLayout by @AVGVSTVS96 in #92
  • fix #93 - deleted border-card css, use shadcn border color in Card, BlogIndex, and Footer by @AVGVSTVS96 in #94
  • styling: Update NavBar, Footer, and bg-color in Baselayout by @AVGVSTVS96 in #95
  • Increase NavBar height with py-1 by @AVGVSTVS96 in #96
  • Eliminate FOUC by initializing and applying theme in BaseLayout by @AVGVSTVS96 in #101
  • Create sidebar nav menu with shadcn sheet component by @AVGVSTVS96 in #102

Full Changelog: v0.8.2...v0.9.0

v0.8.2

08 Mar 04:35
5c6d179
Compare
Choose a tag to compare

What's Changed

Enhancements

Dependencies

Full Changelog: v.0.8.1...v0.8.2

v.0.8.1

28 Feb 04:23
020405b
Compare
Choose a tag to compare

What's Changed

Dependencies

Bug Fixes

  • fix: Add overflow-x-hidden to fix side scrolling by @AVGVSTVS96 in #61

Full Changelog: v0.8.0...v.0.8.1

v0.8.0

25 Feb 03:32
ab15e8b
Compare
Choose a tag to compare

What's Changed

@AVGVSTVS96

Bug fixes

  • Stop scrollbar from shifting page layout and add GPT Chat link to mobile menu in #51

Dependencies

  • bump Wrangler to 3.29.0 in #53

Full Changelog: v0.7.6...v0.8.0