Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 25e94ab

Browse files
committed
chore: release v4.0.4
Signed-off-by: Matt Hippely <[email protected]>
1 parent c582801 commit 25e94ab

File tree

11 files changed

+91
-7
lines changed

11 files changed

+91
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarity",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular",
33
"private": true,
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"scripts": {
66
"start": "ng build clr-angular-dev --watch",
77
"start:dev": "ng build clr-angular-dev --watch --prod",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
~ Copyright (c) 2016-2020 VMWare, Inc. All Rights Reserved.
3+
~ This software is released under MIT License.
4+
~ The full license information can be found in LICENSE in the root directory of this project.
5+
-->
6+
7+
<h2>Bug Fixes</h2>
8+
<ul class="list">
9+
<li bug-fix>
10+
Datagrid: filtering with ivy off(<a href="https://github.com/vmware/clarity/issues/5118" target="_blank">#5118</a>)
11+
</li>
12+
</ul>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
~ Copyright (c) 2016-2020 VMWare, Inc. All Rights Reserved.
3+
~ This software is released under MIT License.
4+
~ The full license information can be found in LICENSE in the root directory of this project.
5+
-->
6+
7+
<h2>Highlights</h2>
8+
<ul class="list">
9+
<li>
10+
Core: allow custom icons to be added from icon template
11+
<a href="https://github.com/vmware/clarity/issues/5134" target="_blank"> (#5434) </a>
12+
</li>
13+
</ul>
14+
15+
<h2>Bug Fixes</h2>
16+
<ul class="list">
17+
<li bug-fix>
18+
Update combobox pill design
19+
<a href="https://github.com/vmware/clarity/pull/5145" target="_blank"> (#5145) </a>
20+
</li>
21+
<li bug-fix>
22+
Fix datagrid filtering with ivy off
23+
<a href="https://github.com/vmware/clarity/pull/5119" target="_blank"> (#5119) </a>
24+
</li>
25+
<li bug-fix>
26+
Accordion: fix css variables applied to the component
27+
<a href="https://github.com/vmware/clarity/pull/5113" target="_blank"> (#5113) </a>
28+
</li>
29+
<li bug-fix>
30+
Accessibility: improves default core tag implementation
31+
<a href="https://github.com/vmware/clarity/pull/5112" target="_blank"> (#5112) </a>
32+
</li>
33+
</ul>

packages/angular/projects/website/src/releases/release-list.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"current": "4.0.3",
2+
"current": "4.0.4",
33
"all": {
44
"4.0.0": {
55
"date": "August 19, 2020",
@@ -17,6 +17,10 @@
1717
"date": "October 1, 2020",
1818
"figma": "2.2.0"
1919
},
20+
"4.0.4": {
21+
"date": "October 15, 2020",
22+
"figma": "2.2.0"
23+
},
2024
"4.0.0-rc.1": {
2125
"date": "July 15, 2020",
2226
"figma": "2.2.0"
@@ -29,6 +33,11 @@
2933
"date": "June 17, 2020",
3034
"figma": "2.2.0"
3135
},
36+
"3.1.10": {
37+
"date": "October 115, 2020",
38+
"figma": "2.2.0",
39+
"sketch": ""
40+
},
3241
"3.1.9": {
3342
"date": "October 1, 2020",
3443
"figma": "2.2.0",

packages/angular/projects/website/src/releases/release-template-stub.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"4.0.4": "src/releases/4.x/4.0.4.html",
23
"4.0.3": "src/releases/4.x/4.0.3.html",
34
"4.0.2": "src/releases/4.x/4.0.2.html",
45
"4.0.1": "src/releases/4.x/4.0.1.html",
@@ -7,6 +8,7 @@
78
"4.0.0-rc.0": "src/releases/4.x/4.0.0-rc.0.html",
89
"4.0.0-next.0": "src/releases/4.x/4.0.0-next.0.html",
910

11+
"3.1.10": "src/releases/3.x/3.1.10.html",
1012
"3.1.9": "src/releases/3.x/3.1.9.html",
1113
"3.1.8": "src/releases/3.x/3.1.8.html",
1214
"3.1.7": "src/releases/3.x/3.1.7.html",

packages/angular/projects/website/src/sitemap.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,18 @@
300300
<loc>https://clarity.design/news</loc>
301301
<changefreq>daily</changefreq>
302302
</url>
303+
<url>
304+
<loc>https://clarity.design/news/src/releases/4.x/4.0.4.html</loc>
305+
<changefreq>daily</changefreq>
306+
</url>
307+
<url>
308+
<loc>https://clarity.design/news/src/releases/4.x/4.0.3.html</loc>
309+
<changefreq>daily</changefreq>
310+
</url>
311+
<url>
312+
<loc>https://clarity.design/news/src/releases/4.x/4.0.2.html</loc>
313+
<changefreq>daily</changefreq>
314+
</url>
303315
<url>
304316
<loc>https://clarity.design/news/src/releases/4.x/4.0.1.html</loc>
305317
<changefreq>daily</changefreq>
@@ -320,6 +332,18 @@
320332
<loc>https://clarity.design/news/src/releases/4.x/4.0.0-next.0.html</loc>
321333
<changefreq>daily</changefreq>
322334
</url>
335+
<url>
336+
<loc>https://clarity.design/news/src/releases/3.x/3.1.10.html</loc>
337+
<changefreq>daily</changefreq>
338+
</url>
339+
<url>
340+
<loc>https://clarity.design/news/src/releases/3.x/3.1.9.html</loc>
341+
<changefreq>daily</changefreq>
342+
</url>
343+
<url>
344+
<loc>https://clarity.design/news/src/releases/3.x/3.1.8.html</loc>
345+
<changefreq>daily</changefreq>
346+
</url>
323347
<url>
324348
<loc>https://clarity.design/news/src/releases/3.x/3.1.7.html</loc>
325349
<changefreq>daily</changefreq>
@@ -396,6 +420,10 @@
396420
<loc>https://clarity.design/news/src/releases/3.x/3.0.0-next.1.html</loc>
397421
<changefreq>daily</changefreq>
398422
</url>
423+
<url>
424+
<loc>https://clarity.design/news/src/releases/2.x/2.4.7.html</loc>
425+
<changefreq>daily</changefreq>
426+
</url>
399427
<url>
400428
<loc>https://clarity.design/news/src/releases/2.x/2.4.6.html</loc>
401429
<changefreq>daily</changefreq>

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clr/core",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"scripts": {
55
"start": "npm-run-all build -p build:watch storybook",
66
"storybook": "start-storybook -s .storybook/public -p 6006 --config-dir=.storybook",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "icons",
33
"private": true,
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"scripts": {
66
"build": "npm-run-all build:css build:optimize build:web build:package",
77
"build:web": "webpack --config webpack.config.js",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clr/react",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"scripts": {
55
"start": "npm-run-all core:build dev:start",
66
"dev:start": "yarn run clean && parcel index.html --cache-dir=./.parcel-cache",

0 commit comments

Comments
 (0)