This repository was archived by the owner on Mar 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +94
-24
lines changed
eslint-plugin-clarity-adoption Expand file tree Collapse file tree 12 files changed +94
-24
lines changed Original file line number Diff line number Diff line change 9494 " Datalist" ,
9595 " Date Picker" ,
9696 " Design Tokens" ,
97+ " Description List" ,
9798 " Documentation" ,
9899 " Dropdown" ,
99100 " Form" ,
110111 " Password" ,
111112 " Popover" ,
112113 " Progress Bar" ,
114+ " Pagination" ,
113115 " Radio" ,
114116 " Range" ,
115117 " React" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ./schema.json" ,
33 "releases" : [
4+ {
5+ "version" : " 5.4.1" ,
6+ "date" : " 2021-06-24" ,
7+ "description" : " This is a feature and bug release." ,
8+ "feat" : [
9+ {
10+ "issue" : 6079 ,
11+ "title" : " Add description list element styling" ,
12+ "project" : " Core" ,
13+ "scope" : " Description List"
14+ },
15+ {
16+ "issue" : 6074 ,
17+ "title" : " Adding global state service" ,
18+ "project" : " Core" ,
19+ "scope" : " Modal"
20+ }
21+ ],
22+ "fix" : [
23+ {
24+ "issue" : 6050 ,
25+ "title" : " Input lines are now proper contrast" ,
26+ "project" : " Core" ,
27+ "scope" : " Form"
28+ },
29+ {
30+ "issue" : 6081 ,
31+ "title" : " Fix anchor link hovers in clr-angular header" ,
32+ "project" : " Angular" ,
33+ "scope" : " Header"
34+ },
35+ {
36+ "issue" : 6057 ,
37+ "title" : " Remove memory leaks inside the `DropdownFocusHandler`" ,
38+ "project" : " Angular" ,
39+ "scope" : " Dropdown"
40+ },
41+ {
42+ "issue" : 6075 ,
43+ "title" : " Add missing React counterpart for Clarity Core pagination" ,
44+ "project" : " Core" ,
45+ "scope" : " Pagination"
46+ },
47+ {
48+ "issue" : 6056 ,
49+ "title" : " Remove line-height from control-label" ,
50+ "project" : " Angular" ,
51+ "scope" : " Input"
52+ },
53+ {
54+ "issue" : 6067 ,
55+ "title" : " Relax Angular dependency for @cds/angular for v9+" ,
56+ "project" : " Core" ,
57+ "scope" : " "
58+ },
59+ {
60+ "issue" : 6055 ,
61+ "title" : " Unsubscribe from `ButtonInGroupService.changes`" ,
62+ "project" : " Core" ,
63+ "scope" : " Button"
64+ },
65+ {
66+ "issue" : 6048 ,
67+ "title" : " Disabled buttons should not be enabled on loadingState" ,
68+ "project" : " Core" ,
69+ "scope" : " Button"
70+ }
71+ ]
72+ },
473 {
574 "version" : " 5.4.0" ,
675 "date" : " 2021-06-10" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " clarity" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "private" : true ,
55 "workspaces" : {
66 "packages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @cds/angular" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "description" : " Core component modules for Clarity Angular" ,
55 "keywords" : [
66 " ng-add" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @clr/angular" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "description" : " Angular components for Clarity" ,
55 "homepage" : " https://clarity.design" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @cds/core" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "license" : " MIT" ,
55 "author" : " clarity" ,
66 "description" : " Clarity Design System Web Components" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @clr/eslint-plugin-clarity-adoption" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "description" : " A set of ESLint rules for Clarity Core adoption." ,
55 "main" : " index.js" ,
66 "typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @clr/icons" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "description" : " Custom Element Icons for Clarity" ,
55 "homepage" : " https://clarity.design" ,
66 "main" : " index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cds/react" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "scripts" : {
55 "start" : " npm-run-all core:build build -p build:ts:watch dev:start" ,
66 "dev:start" : " parcel index.html --cache-dir=./.parcel-cache" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @clr/ui" ,
3- "version" : " 5.4.0 " ,
3+ "version" : " 5.4.1 " ,
44 "description" : " CSS for Clarity" ,
55 "homepage" : " https://clarity.design" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments