Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Feb 22, 2024
1 parent 65ae964 commit 1d9832b
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Versions

- [3.6.0](#360)
- [3.5.0](#350)
- [3.4.0](#340)
- [3.3.0](#330)
Expand All @@ -22,6 +23,15 @@

<br>

### 3.6.0

- `Image` component
- Clean-up
- Better automatic release system
- Docs updated

<br>

### 3.5.0

- Clean-up
Expand Down
27 changes: 27 additions & 0 deletions playground/public/docs/Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,15 @@
<nav class="md-nav" aria-label="Changes">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#360" class="md-nav__link">
<span class="md-ellipsis">
3.6.0
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#350" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -4735,6 +4744,15 @@
<nav class="md-nav" aria-label="Changes">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#360" class="md-nav__link">
<span class="md-ellipsis">
3.6.0
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#350" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -4860,6 +4878,7 @@
<h1 id="mobrix-ui-changelog">MoBrix-ui changelog</h1>
<h2 id="versions">Versions</h2>
<ul>
<li><a href="#360">3.6.0</a></li>
<li><a href="#350">3.5.0</a></li>
<li><a href="#340">3.4.0</a></li>
<li><a href="#330">3.3.0</a></li>
Expand All @@ -4876,6 +4895,14 @@ <h2 id="versions">Versions</h2>
<hr />
<h2 id="changes">Changes</h2>
<p><br></p>
<h3 id="360">3.6.0</h3>
<ul>
<li><code>Image</code> component</li>
<li>Clean-up</li>
<li>Better automatic release system</li>
<li>Docs updated</li>
</ul>
<p><br></p>
<h3 id="350">3.5.0</h3>
<ul>
<li>Clean-up</li>
Expand Down
2 changes: 1 addition & 1 deletion playground/public/docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified playground/public/docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/atoms/Image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Image: ImageComponent = ({
width,
height,
hover = false,
shadow=false,
shadow = false,
...props
}) =>
buildMbxStandardComponent({ ...props, hover, shadow }, (sharedProps) => ({
Expand Down

0 comments on commit 1d9832b

Please sign in to comment.