@stenajs-webui/filter 18.2.0 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
- package/CHANGELOG.md +0 -136
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/filter",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"deploy": "gh-pages -d example/build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stenajs-webui/calendar": "18.
|
|
30
|
-
"@stenajs-webui/core": "18.
|
|
31
|
-
"@stenajs-webui/elements": "18.
|
|
32
|
-
"@stenajs-webui/forms": "18.
|
|
33
|
-
"@stenajs-webui/modal": "18.
|
|
34
|
-
"@stenajs-webui/panels": "18.
|
|
35
|
-
"@stenajs-webui/redux": "18.
|
|
36
|
-
"@stenajs-webui/select": "18.
|
|
37
|
-
"@stenajs-webui/theme": "18.
|
|
29
|
+
"@stenajs-webui/calendar": "18.3.0",
|
|
30
|
+
"@stenajs-webui/core": "18.3.0",
|
|
31
|
+
"@stenajs-webui/elements": "18.3.0",
|
|
32
|
+
"@stenajs-webui/forms": "18.3.0",
|
|
33
|
+
"@stenajs-webui/modal": "18.3.0",
|
|
34
|
+
"@stenajs-webui/panels": "18.3.0",
|
|
35
|
+
"@stenajs-webui/redux": "18.3.0",
|
|
36
|
+
"@stenajs-webui/select": "18.3.0",
|
|
37
|
+
"@stenajs-webui/theme": "18.3.0",
|
|
38
38
|
"date-fns": "2.26.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"files": [
|
|
66
66
|
"dist"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
|
|
69
69
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
# v17.22.0 (Mon Oct 24 2022)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- Add `StickyFooter` for filter, automatically makes buttons 100% wide [#521](https://github.com/StenaIT/stenajs-webui/pull/521) ([@mattias800](https://github.com/mattias800))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v17.18.3 (Thu Sep 29 2022)
|
|
14
|
-
|
|
15
|
-
#### 🐛 Bug Fix
|
|
16
|
-
|
|
17
|
-
- Refine filter drawer (AB#97356) [#513](https://github.com/StenaIT/stenajs-webui/pull/513) ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
18
|
-
|
|
19
|
-
#### Authors: 1
|
|
20
|
-
|
|
21
|
-
- Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
# v17.13.3 (Tue Aug 30 2022)
|
|
26
|
-
|
|
27
|
-
#### 🏠 Internal
|
|
28
|
-
|
|
29
|
-
- Upgrade storybook, vite and ts [#502](https://github.com/StenaIT/stenajs-webui/pull/502) ([@lindskogen](https://github.com/lindskogen))
|
|
30
|
-
|
|
31
|
-
#### Authors: 1
|
|
32
|
-
|
|
33
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
# v17.12.0 (Fri Aug 19 2022)
|
|
38
|
-
|
|
39
|
-
#### 🚀 Enhancement
|
|
40
|
-
|
|
41
|
-
- Add change icon label functionality [#487](https://github.com/StenaIT/stenajs-webui/pull/487) (jonas.peterson@stenaline.com)
|
|
42
|
-
|
|
43
|
-
#### Authors: 1
|
|
44
|
-
|
|
45
|
-
- Jonas Peterson ([@jupeterson](https://github.com/jupeterson))
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
50
|
-
|
|
51
|
-
#### 🚀 Enhancement
|
|
52
|
-
|
|
53
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
54
|
-
|
|
55
|
-
#### Authors: 1
|
|
56
|
-
|
|
57
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
# v17.6.0 (Fri Jul 01 2022)
|
|
62
|
-
|
|
63
|
-
#### 🚀 Enhancement
|
|
64
|
-
|
|
65
|
-
- Use Stena icons instead of Font Awesome icons [#471](https://github.com/StenaIT/stenajs-webui/pull/471) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz) [@lindskogen](https://github.com/lindskogen))
|
|
66
|
-
|
|
67
|
-
#### Authors: 3
|
|
68
|
-
|
|
69
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
70
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
71
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
# v17.4.1 (Wed Jun 29 2022)
|
|
76
|
-
|
|
77
|
-
#### 🐛 Bug Fix
|
|
78
|
-
|
|
79
|
-
- `SearchFilterDrawer` pass `header` prop down to `SearchFilterPanelHeader` [#472](https://github.com/StenaIT/stenajs-webui/pull/472) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz))
|
|
80
|
-
|
|
81
|
-
#### Authors: 2
|
|
82
|
-
|
|
83
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
84
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
89
|
-
|
|
90
|
-
#### 💥 Breaking Change
|
|
91
|
-
|
|
92
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
93
|
-
|
|
94
|
-
#### 🔩 Dependency Updates
|
|
95
|
-
|
|
96
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
97
|
-
|
|
98
|
-
#### Authors: 1
|
|
99
|
-
|
|
100
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
101
|
-
|
|
102
|
-
---
|
|
103
|
-
|
|
104
|
-
# v15.1.0 (Fri Feb 25 2022)
|
|
105
|
-
|
|
106
|
-
#### 🐛 Bug Fix
|
|
107
|
-
|
|
108
|
-
- Some design updates on search filter drawer and panel [#436](https://github.com/StenaIT/stenajs-webui/pull/436) ([@mattias800](https://github.com/mattias800))
|
|
109
|
-
|
|
110
|
-
#### Authors: 1
|
|
111
|
-
|
|
112
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
113
|
-
|
|
114
|
-
---
|
|
115
|
-
|
|
116
|
-
# v15.0.3 (Fri Feb 25 2022)
|
|
117
|
-
|
|
118
|
-
#### 🔩 Dependency Updates
|
|
119
|
-
|
|
120
|
-
- Fix missing peer dependencies [#431](https://github.com/StenaIT/stenajs-webui/pull/431) ([@lindskogen](https://github.com/lindskogen))
|
|
121
|
-
|
|
122
|
-
#### Authors: 1
|
|
123
|
-
|
|
124
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
129
|
-
|
|
130
|
-
#### ⚠️ Pushed to `master`
|
|
131
|
-
|
|
132
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
133
|
-
|
|
134
|
-
#### Authors: 1
|
|
135
|
-
|
|
136
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|