Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave committed Sep 11, 2019
1 parent 821f784 commit a5807d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

### Code quality

- Added `MediaQueryProvider` to ease the use of media queries and reduce duplication ([#2117](https://github.com/Shopify/polaris-react/pull/2117))

### Deprecations
2 changes: 1 addition & 1 deletion src/components/Frame/tests/Frame.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('<Frame />', () => {
it('renders a TrapFocus with a `trapping` prop set to false prop around the navigation on small screens and showMobileNavigation is false', () => {
const navigation = <div />;
const frame = mountWithAppProvider(<Frame navigation={navigation} />, {
mediaQuery: {isNavigationCollapsed: false},
mediaQuery: {isNavigationCollapsed: true},
}).find(Frame);

const trapFocus = frame.find(TrapFocus);
Expand Down

0 comments on commit a5807d2

Please sign in to comment.