-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from sethcottle/v3
LittleLink v3
- Loading branch information
Showing
25 changed files
with
1,238 additions
and
2,541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
.idea | ||
.devcontainer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# LittleLink Version History | ||
|
||
## Current Version: v3.0.0 | ||
|
||
### v3.0.0 - 11/13/2024 | ||
A complete modernization of LittleLink focusing on accessibility, maintainability, and more modern web standards. | ||
|
||
#### Major Changes | ||
- Complete rebuild of CSS architecture | ||
- Moved away from Skeleton CSS dependency to custom, purpose-built CSS | ||
- Improved maintainability with modular CSS structure | ||
- Enhanced dark mode and auto theming implementation | ||
- Enhanced `brands.css` | ||
|
||
- Accessibility Improvements | ||
- Improved keyboard navigation throughout | ||
- Enhanced screen reader compatibility | ||
- Better focus management and visible focus states | ||
- Proper ARIA labels and semantic HTML structure | ||
|
||
- HTML Modernization | ||
- Rebuilt `index.html` | ||
- Rebuilt `privacy.html` | ||
- Optimized meta tags and SEO structure | ||
|
||
#### Developer Experience | ||
- Better documented codebase | ||
- Simplified customization process | ||
- Improved maintainability | ||
- More consistent standards | ||
- Added VERSION.md so you know what version of LittleLink you downloaded | ||
|
||
#### Brand Changes | ||
- Updated PayPal button color | ||
- Updated Discord button color | ||
- Updated YouTube button color | ||
- Updated Pinterest button color | ||
- Updated Ko-fi button color and updated their logo | ||
- Updated Medium logo | ||
- Updated WordPress button color | ||
- Moved NGL to LittleLink Extended | ||
- Moved Redbubble to LittleLink Extended | ||
- Moved Revolut to LittleLink Extended | ||
- Moved Trakt to LittleLink Extended | ||
- Moved Untapped to LittleLink Extended | ||
- Moved Upwork to LittleLink Extended | ||
|
||
--- | ||
For the complete history of changes, please visit: | ||
https://github.com/sethcottle/littlelink/releases |
Oops, something went wrong.