Skip to content

Commit

Permalink
0.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Erbe committed Jan 19, 2020
1 parent 5cbd179 commit f086cca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.10.3
+ **Bug** Change the default hide offset value to null rather than 0 [@luksurious](https://github.com/luksurious) [Pull Request](https://github.com/VizuaaLOG/BulmaJS/pull/91).

# 0.10.2
+ **Bug** [#90](https://github.com/VizuaaLOG/BulmaJS/issues/90) Hiding navbar on scrolls creates empty space, not reappearing as expected [@luksurious](https://github.com/luksurious) [Pull Request](https://github.com/VizuaaLOG/BulmaJS/pull/91).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vizuaalog/bulmajs",
"version": "0.10.2",
"version": "0.10.3",
"description": "Unofficial javascript extension to the awesome Bulma CSS framework.",
"main": "src/bulma.js",
"author": "Thomas Erbe <vizuaalog@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Bulma = {
* Current BulmaJS version.
* @type {String}
*/
VERSION: '0.10.2',
VERSION: '0.10.3',

/**
* An index of the registered plugins
Expand Down

0 comments on commit f086cca

Please # to comment.