Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peferron committed Jun 28, 2015
1 parent e2cfe1d commit 0990fb3
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.0

* Tweak CSS.

## 2.0.0

* In `playbyplay.append`, set the option `appendIfEqualToLast` to `false` by default. It was previously using the default value from [localhistory](https://github.com/peferron/localhistory#localhistoryappendkey-entry-options-callback), which is `true` as of localhistory v1.0.0.
Expand Down
5 changes: 3 additions & 2 deletions dist/playbyplay.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* playbyplay v2.0.0 | https://github.com/peferron/playbyplay | License: MIT */
/* playbyplay v2.1.0 | https://github.com/peferron/playbyplay | License: MIT */
#playbyplay {
position: absolute;
top: 0;
Expand Down Expand Up @@ -40,7 +40,8 @@
}

.playbyplay-run {
border-top: 1px solid #CCC;
border: 1px solid #CCC;
border-width: 1px 0;
}

.playbyplay-col {
Expand Down
2 changes: 1 addition & 1 deletion dist/playbyplay.js

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

2 changes: 1 addition & 1 deletion dist/playbyplay.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/playbyplay.min.css

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

2 changes: 1 addition & 1 deletion dist/playbyplay.min.css.map

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

2 changes: 1 addition & 1 deletion dist/playbyplay.min.js

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

Loading

0 comments on commit 0990fb3

Please sign in to comment.