Skip to content
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