Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Aug 20, 2020
1 parent aab4d2b commit e019b14
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This document maintains a list of released versions and changes introduced by them.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [6.2.0](https://github.com/Esri/calcite-app-components/compare/v6.1.2...v6.2.0) (2020-08-20)

### Features

- **panel:** Add tooling to test onscroll event for FlowItem and Panel [#842](https://github.com/Esri/calcite-app-components/issues/842) [#859](https://github.com/Esri/calcite-app-components/issues/859) ([#1050](https://github.com/Esri/calcite-app-components/issues/1050)) ([1cfe5e3](https://github.com/Esri/calcite-app-components/commit/1cfe5e397a507a62f083f166e9028b8f49a267d3))

### Bug Fixes

- **panel:** remove slot-container and associated styles ([ceb6ab7](https://github.com/Esri/calcite-app-components/commit/ceb6ab768a23c1a0772e937628054a14033b370c))

### [6.1.2](https://github.com/Esri/calcite-app-components/compare/v6.1.1...v6.1.2) (2020-07-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
}</style><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.989c458bbc9c8bd401e1.bundle.js"></script><script src="vendors~main.989c458bbc9c8bd401e1.bundle.js"></script><script src="main.989c458bbc9c8bd401e1.bundle.js"></script></body></html>
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.896181a518e8af717664.bundle.js"></script><script src="vendors~main.896181a518e8af717664.bundle.js"></script><script src="main.896181a518e8af717664.bundle.js"></script></body></html>

Large diffs are not rendered by default.

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

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

1 change: 1 addition & 0 deletions docs/runtime~main.896181a518e8af717664.bundle.js.map

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

1 change: 0 additions & 1 deletion docs/runtime~main.989c458bbc9c8bd401e1.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/vendors~main.896181a518e8af717664.bundle.js.map

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

1 change: 0 additions & 1 deletion docs/vendors~main.989c458bbc9c8bd401e1.bundle.js.map

This file was deleted.

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": "@esri/calcite-app-components",
"version": "6.2.0-beta.0",
"version": "6.2.0",
"description": "A collection of web components for building single-page applications.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit e019b14

Please sign in to comment.