Releases: AVGVSTVS96/astroSite
Releases · AVGVSTVS96/astroSite
v0.10.0
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
- Refactor react
ModeToggle
, remove dropdown, fixes #128 by @AVGVSTVS96 in #157 - Refactor Dropdown by @AVGVSTVS96 in #171
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
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
v0.9.5
What's Changed
- wrap project cards in
<li>
tags to fix accessibility warning by @AVGVSTVS96 in #113 - Add
buttonStyles
prop toCommandMenu
, use prop inNavBar
to make button height shorter by @AVGVSTVS96 in #114 - Update
CommandMenu
styling by @AVGVSTVS96 in #115 - List blog posts in
CommandMenu.tsx
, resolves BAS-22 by @AVGVSTVS96 in #117 - Update blog titles, resolves BAS-38 by @AVGVSTVS96 in #118
- List blog posts in
CommandMenu
inReactHeader
by @AVGVSTVS96 in #119 - Add navigation links to
ReactHeader
and add aria labels to buttons by @AVGVSTVS96 in #124 - Update
NavBar
position to fixed by @AVGVSTVS96 in #125
Full Changelog: v0.9.3...v0.9.5
v0.9.3
What's Changed
- Create
CommandMenu
component, use inreact.astro
by @AVGVSTVS96 in #111 - Use
CommandMenu
andSideMenu
inNavBar.astro
by @AVGVSTVS96 in #112
Full Changelog: v0.9.2...v0.9.3
v0.9.2
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
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, andwrangler
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 intoReactLayout
by @AVGVSTVS96 in #92 - fix #93 - deleted
border-card
css, use shadcn border color inCard
,BlogIndex
, andFooter
by @AVGVSTVS96 in #94 - styling: Update
NavBar
,Footer
, and bg-color inBaselayout
by @AVGVSTVS96 in #95 - Increase
NavBar
height withpy-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
What's Changed
Enhancements
- Update
flaskSite
content and fix margin top by @AVGVSTVS96 in #70 - Create color icon SVG and use as
ThemeSwitcher
icon by @AVGVSTVS96 in #71 - Add
items-center
toButton
component by @AVGVSTVS96 in #73
Dependencies
- bump the misc group with 2 updates by @dependabot in #66
- bump the astro group with 1 update by @dependabot in #68
- bump astro from 4.4.8 to 4.4.9 by @dependabot in #72
Full Changelog: v.0.8.1...v0.8.2
v.0.8.1
What's Changed
Dependencies
- Use my published
remark-sectionize
fork by @AVGVSTVS96 in #54 - chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #55
- chore(deps): bump @astrojs/check from 0.5.4 to 0.5.6 by @dependabot in #58
- chore(deps): bump the astro group with 2 updates by @dependabot in #56
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
What's Changed
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