Skip to content

Commit

Permalink
Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomb committed Jun 23, 2014
1 parent 7c1e81e commit 31341ff
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 0.2.0

## Bug Fixes

* Fix scrolling misbehaviour on IE
* Fix bar positioning when scrolling for the first time through arrows or page down/up buttons

## Features

* Implement karma unit tests
* Add HTTPS support for example page
* Automate build and test tasks with Grunt, npm and bower
* Change directory structure: there is a `dist` folder now


2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scroll-up-bar",
"main": "dist/scroll-up-bar.min.js",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/eduardomb/scroll-up-bar",
"authors": [
"Eduardo Barbosa <eduardomb@ufmg.br>"
Expand Down
2 changes: 1 addition & 1 deletion dist/scroll-up-bar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* scroll-up-bar v0.1.0 (https://github.com/eduardomb/scroll-up-bar) */
/* scroll-up-bar v0.2.0 (https://github.com/eduardomb/scroll-up-bar) */
(function($) {
'use strict';

Expand Down
4 changes: 2 additions & 2 deletions dist/scroll-up-bar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-up-bar",
"version": "0.1.0",
"version": "0.2.0",
"description": "The scroll up bar plugin (jQuery) hides the top bar when scrolling down, and show it when scrolling up.",
"main": "scroll-up-bar.js",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions scroll-up-bar.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "scroll-up-bar",
"version": "0.2.0",
"title": "Scroll up bar",
"author": {
"name": "Eduardo Martins Barbosa",
"email": "eduardomb@ufmg.br"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"dependencies": {
"jquery": "~2.1.1"
},
"description": "The scroll up bar plugin (jQuery) hides the top bar when scrolling down, and show it when scrolling up.",
"keywords": [
"scroll",
"up",
"bar",
"jquery"
],
"demo": "http://eduardomb.github.io/scroll-up-bar/"
}

0 comments on commit 31341ff

Please sign in to comment.