Skip to content

Commit 732b173

Browse files
chore: version packages
1 parent 6d4838c commit 732b173

10 files changed

Lines changed: 17 additions & 40 deletions

.changeset/0001-bookshelf-updates.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/0002-sidebar-content-links.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/0003-content-anchor-links.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/0004-sidebar-layout-integration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/0005-blog-sidebar-enhancement.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changeset/0006-style-cleanup.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/0007-consultancy-removal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/0008-workflow-permissions-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# pendragon-coding
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 68d911f: Standardize object literal spacing and add DummyJSON tool to bookshelf content
8+
- 68d911f: Enhanced sidebar navigation to include links to content items within each section. The sidebar now displays section titles with nested links that jump to specific content items within the page (not external links). Refactored active tracking to use mouse hover instead of scroll position for immediate visual feedback. Added smooth scrolling, hover-based active highlighting for both sections and content items, proper styling with hover effects and dark mode support. Content items now have unique IDs for precise anchor navigation. Added independent scrolling to sidebar with custom scrollbar styling and mobile responsiveness. Fixed blog page by enhancing existing CollectionPageLayout to conditionally show sidebar only for blog page, preserving all original styling and component architecture. Fixed bookshelf page sidebar height issue by implementing CSS custom properties to properly calculate sidebar height accounting for header and footer elements.
9+
- 68d911f: Add anchor link support to content components for precise navigation. Content items now have unique IDs that enable sidebar navigation to jump directly to specific content within sections.
10+
- 68d911f: Integrate sidebar layout across content pages. Bookshelf, myWork, shoutouts, and testimonials pages now use ContentWithSidebarLayout for improved navigation and content discovery.
11+
- 68d911f: Enhance blog page with sidebar navigation. CollectionPageLayout now supports optional sidebar, and blog page displays post navigation for improved content browsing.
12+
- 68d911f: Remove consultancy section and pages from the website, including navigation updates and page cleanup.
13+
14+
### Patch Changes
15+
16+
- 68d911f: Remove unnecessary animations and sticky positioning. Clean up visual inconsistencies by removing opacity delays from Skill component and sticky positioning from h3 elements.
17+
- 6d4838c: Fix release workflow permissions to allow changesets action to create release branches and PRs.
18+
319
## 2.3.1
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pendragon-coding",
33
"type": "module",
4-
"version": "2.3.1",
4+
"version": "2.4.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)