Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,43 @@ No unreleased changes at this time.

---

## [5.1.0] - 2026-02-05

### Changed

- **Button System Refactored**: Unified button components from `btn-blueprint-primary/secondary` to `btn-terminal/btn-terminal-secondary` with consistent styling across the site
- Added glow effects on hover via `::before` pseudo-element
- Added proper focus-visible and active states for accessibility
- Simplified hero CTA button copy: "Connect With Us" → "Connect", "View Projects" → "Portfolio"
- Removed internal `btn-glow` span element from contact button markup

- **iPad Responsive Improvements**: Adjusted breakpoints and sizing for better tablet display
- Floating navigation now shows at `xl` breakpoint instead of `lg` (hides on iPad)
- Products and contact visual frames now visible at `md` breakpoint instead of `lg`
- Visual frame max-widths reduced for tablet (280px/260px) and scale up at `lg` (380px/350px)
- Hero title font scaling moved from `md` to `lg` breakpoint

### Removed

- **Legacy Code Cleanup**: Removed all pre-v4 archived source code (~114 files, 3,800+ lines)
- Deleted `_data_last_version/` directory (legacy data files)
- Deleted `_source_last_version/` directory (legacy templates, stylesheets, JavaScript, images)
- Removed unused email field from `data/components.yml`
- Removed empty `data/.keep` file

### Developer Notes

**Files Modified:**
- `source/assets/stylesheets/components/_floating-nav.scss` - Breakpoint adjustment
- `source/assets/stylesheets/pages/_home.scss` - Button system refactor, responsive tweaks
- `source/partials/pages/home/_hero.html.slim` - Button markup simplification
- `source/partials/pages/home/_contact.html.slim` - Removed btn-glow span
- `data/components.yml` - Removed email field

**Reference**: Feature branch `feature/version_five_1`

---

## [5.0.0] - 2026-02-03 - RELEASED

### MAJOR RELEASE - Complete Visual Redesign with Blueprint Aesthetic & Ruby 4.0.0 Upgrade
Expand Down Expand Up @@ -758,6 +795,7 @@ The first tagged release of the personal branding website.

| Version | Date | Type | Key Changes | LOC Impact |
|---------|------|------|-------------|------------|
| 5.1.0 | 2026-02-05 | Minor | Button refactor, iPad responsive fixes, legacy cleanup | -3,800 lines |
| 5.0.0 | 2026-02-03 | Major | Visual redesign, blueprint aesthetic, SVG schematics, Ruby 4.0.0 | New design system, +3 gems |
| 4.0.0 | 2025-12-01 | Major | Infrastructure modernization, dependency restoration, environment config | +6 packages, 100% linter compliance |
| 3.5.1 | 2025-02-01 | Patch | Contact email update | Minimal |
Expand Down Expand Up @@ -865,5 +903,5 @@ See the LICENSE file for details.

---

**Generated**: 2026-02-03 using git tag analysis and commit history
**Generated**: 2026-02-05 using git tag analysis and commit history
**Maintainer**: RobotsBuildingRobots, LLC
22 changes: 0 additions & 22 deletions _data_last_version/about.yml

This file was deleted.

14 changes: 0 additions & 14 deletions _data_last_version/components.yml

This file was deleted.

5 changes: 0 additions & 5 deletions _data_last_version/contact.yml

This file was deleted.

1 change: 0 additions & 1 deletion _data_last_version/cta.yml

This file was deleted.

51 changes: 0 additions & 51 deletions _data_last_version/engagements.yml

This file was deleted.

5 changes: 0 additions & 5 deletions _data_last_version/services.yml

This file was deleted.

47 changes: 0 additions & 47 deletions _data_last_version/settings.yml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion _source_last_version/assets/images/logos/blue.svg
Diff not rendered.
Binary file removed _source_last_version/assets/images/logos/meta.png
Diff not rendered.
1 change: 0 additions & 1 deletion _source_last_version/assets/images/logos/white.svg
Diff not rendered.
Loading