Skip to content

Commit 8b90938

Browse files
Merge branch 'hotfix/0.22.9'
2 parents 1d0b4e2 + 824b917 commit 8b90938

File tree

13 files changed

+16
-10
lines changed

13 files changed

+16
-10
lines changed

dist/0.22.9/core.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/0.22.9/core.css.gz

14.1 KB
Binary file not shown.

dist/0.22.9/core.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/0.22.9/core.js.gz

34.1 KB
Binary file not shown.

dist/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
All notable changes to the project will be documented here, in this file
44

5+
## [v0.22.9](https://github.com/ravendesignsystem/rds/releases/tag/0.22.9 2022-02-01
6+
7+
- **Fixed:** Fixes Masthead scroll and background issues
8+
9+
510
## [v0.22.8](https://github.com/ravendesignsystem/rds/releases/tag/0.22.8 2022-01-31
611

712
- **Fixed:** Fixes Masthead overflow
813

14+
915
## [v0.22.7](https://github.com/ravendesignsystem/rds/releases/tag/0.22.7 2022-01-31
1016

1117
- **Fixed:** Fixed Masthead disappearing on desktop

dist/_blocks/masthead/_masthead.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,4 @@ body {
238238
.masthead__actions.nav__menu--vert {
239239
position: absolute;
240240
right: 0;
241-
background-color: white;
242241
}

dist/_blocks/masthead/masthead.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// import dialogPolyfill from 'dialog-polyfill';
1+
import dialogPolyfill from 'dialog-polyfill';
22

33
// TODO revert this back when done fixing errors
44
import { closeMenuState } from '../../_components/navmenu/navmenu';
55

6-
// let scrollPosition;
6+
let scrollPosition;
77
let lastScrollTop = 0;
88
let st;
99
const body = document.querySelector('body');

dist/_core/scss/tools/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// 0. RDS version
1818
// --------------
19-
$version: '0.22.8';
19+
$version: '0.22.9';
2020

2121
// 1. Media query breakpoints
2222
// --------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rds",
3-
"version": "0.22.8",
3+
"version": "0.22.9",
44
"description": "Never more",
55
"main": "webpack.config.js",
66
"author": "Carleton University",

src/_blocks/masthead/_masthead.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,4 @@ body {
238238
.masthead__actions.nav__menu--vert {
239239
position: absolute;
240240
right: 0;
241-
background-color: white;
242241
}

0 commit comments

Comments
 (0)