Skip to content

Commit

Permalink
release: v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDec authored and CDS Agent committed Aug 5, 2021
1 parent 1ca444a commit 46b08b7
Show file tree
Hide file tree
Showing 16 changed files with 31 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.e1f239738572efab1b87.bundle.js"></script><script src="vendors~main.e1f239738572efab1b87.bundle.js"></script><script src="main.e1f239738572efab1b87.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.7adca41ac410d1103fd4.bundle.js"></script><script src="vendors~main.7adca41ac410d1103fd4.bundle.js"></script><script src="main.7adca41ac410d1103fd4.bundle.js"></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.7adca41ac410d1103fd4.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/main.e1f239738572efab1b87.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.7adca41ac410d1103fd4.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.e1f239738572efab1b87.bundle.js.map

This file was deleted.

Binary file added docs/static/media/oui-icons.4217c19c.woff2
Binary file not shown.
Binary file removed docs/static/media/oui-icons.63d74bc1.woff2
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/vendors~main.7adca41ac410d1103fd4.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.e1f239738572efab1b87.bundle.js.map

This file was deleted.

21 changes: 21 additions & 0 deletions packages/libs/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [5.0.0](https://github.com/ovh/ovh-ui-kit/compare/v4.7.0...v5.0.0) (2021-08-05)


### Bug Fixes

* **oui.back-button:** remove deprecated translation key ([#730](https://github.com/ovh/ovh-ui-kit/issues/730)) ([d645e19](https://github.com/ovh/ovh-ui-kit/commit/d645e19bc55f227633560686ded9483b103208ce))
* **oui.navbar:** remove vulnerable ng-bind-html ([4ea7186](https://github.com/ovh/ovh-ui-kit/commit/4ea71867cef1059acec368ead83f11e09af2bd70))


### Features

* add trusted icon ([7aa3efe](https://github.com/ovh/ovh-ui-kit/commit/7aa3efe3268154627feb2c0b53a34c39cbc38469)), closes [#MANAGER-5414](https://github.com/ovh/ovh-ui-kit/issues/MANAGER-5414)


### BREAKING CHANGES

* **oui.navbar:** simple menu will no more accept HTML chars in in text
Signed-off-by: JeremyDec <jeremy.de-cesare@ovhcloud.com>



# [4.7.0](https://github.com/ovh/ovh-ui-kit/compare/v4.6.1...v4.7.0) (2021-07-26)


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.7.0",
"version": "5.0.0",
"license": "BSD-3-Clause",
"homepage": "https://ovh.github.io/ovh-ui-kit/",
"author": "OVH SAS",
Expand Down

0 comments on commit 46b08b7

Please sign in to comment.