Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for high contrast mode #377

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# so documentation files won't cause project language to be shown as HTML
site/* linguist-documentation
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0] - 2019-10-22
### Added
- `spinner-line-shrink` animation preset.

## [4.0.0] - 2018-05-06
### Changed
- Switched from `requestAnimationFrame` back to CSS keyframe animations
Expand Down Expand Up @@ -226,7 +230,8 @@ built-in WebKit (issue [#12]).
## [1.0.0] - 2011-08-16
- Initial release

[Unreleased]: https://github.com/fgnass/spin.js/compare/4.0.0...HEAD
[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.0...HEAD
[4.1.0]: https://github.com/fgnass/spin.js/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/fgnass/spin.js/compare/3.1.0...4.0.0
[3.1.0]: https://github.com/fgnass/spin.js/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/fgnass/spin.js/compare/2.3.2...3.0.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spin.js",
"version": "4.0.0",
"version": "4.1.0",
"description": "A spinning activity indicator",
"files": [
"spin.css",
Expand Down Expand Up @@ -36,8 +36,8 @@
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-gh-pages": "^3.1.0",
"rollup": "^1.1.2",
"typescript": "^3.3.3"
"rollup": "^1.29.0",
"typescript": "^3.7.5"
},
"dependencies": {}
}
Binary file removed site/assets/browsers.png
Binary file not shown.
Loading