Skip to content

Commit

Permalink
1.0.0-beta.47
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 2, 2020
1 parent a635197 commit da0a3ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## next
## 1.0.0-beta.47 (02-11-2020)

- Added view inspector
- Changed nav block to be fixed positioned
- Changed nav block class name `.discovery-content-badges` -> `.discovery-nav`
- Added `.overscrolled` class name that's adding to a page element when page's content scrolled over viewport top side
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "@discoveryjs/discovery",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Hackable JSON discovery tool",
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
"license": "MIT",
Expand Down
4 changes: 0 additions & 4 deletions src/views/page-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
width: var(--discovery-nav-width, 200px);
}

.view-page-header__prelude {
/* min-height: 25px;
margin-bottom: -2px; */
}
.view-page-header__prelude .view-badge,
.view-page-header__prelude .view-pill-badge {
display: inline-block;
Expand Down

0 comments on commit da0a3ba

Please sign in to comment.