Skip to content

Commit

Permalink
release: v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelPeter authored and CDS Agent committed Sep 8, 2020
1 parent 0b6f05d commit 663706f
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
}</script><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>window['LOGLEVEL'] = "info";</script><script src="runtime~main.2f9c93ae2b337c791065.bundle.js"></script><script src="vendors~main.2f9c93ae2b337c791065.bundle.js"></script><script src="main.2f9c93ae2b337c791065.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>window['LOGLEVEL'] = "info";</script><script src="runtime~main.6c8e42d541d635e4b63e.bundle.js"></script><script src="vendors~main.6c8e42d541d635e4b63e.bundle.js"></script><script src="main.6c8e42d541d635e4b63e.bundle.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/main.2f9c93ae2b337c791065.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.2f9c93ae2b337c791065.bundle.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/main.6c8e42d541d635e4b63e.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.6c8e42d541d635e4b63e.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.2f9c93ae2b337c791065.bundle.js.map

This file was deleted.

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.6c8e42d541d635e4b63e.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.2f9c93ae2b337c791065.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

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

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

12 changes: 12 additions & 0 deletions packages/libs/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.3.2](https://github.com/ovh/ovh-ui-kit/compare/v4.3.1...v4.3.2) (2020-09-08)


### Bug Fixes

* **a11y:** remove outline radius ([a9c0a92](https://github.com/ovh/ovh-ui-kit/commit/a9c0a92992032ba70bb0cbc841cde289c60c9a0f))
* **navbar:** fix badge position in responsive ([9b5a9b8](https://github.com/ovh/ovh-ui-kit/commit/9b5a9b8cd6e04f8e44882d910a0263bdddb7b3c3))
* **navbar:** fix links when active ([3661825](https://github.com/ovh/ovh-ui-kit/commit/3661825f598cb05cbbca3e5f7847b2cf7c773851))
* **sidebar:** fix padding-bottom with overflow ([88e554f](https://github.com/ovh/ovh-ui-kit/commit/88e554f10e7218e22842834675934627f1de54d5))



## [4.3.1](https://github.com/ovh/ovh-ui-kit/compare/v4.3.0...v4.3.1) (2020-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/libs/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ui-kit",
"version": "4.3.1",
"version": "4.3.2",
"license": "BSD-3-Clause",
"homepage": "https://ovh.github.io/ovh-ui-kit/",
"author": "OVH SAS",
Expand Down

0 comments on commit 663706f

Please sign in to comment.