You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+43-13
Original file line number
Diff line number
Diff line change
@@ -31,100 +31,129 @@ These are changes that have backwards-compatible solutions present and that comp
31
31
32
32
### Latest Release
33
33
34
+
## Release 0.10.49
35
+
36
+
**Major Features**
37
+
38
+
-`DockedComposer`: Add component
39
+
34
40
## Release 0.10.48
35
41
36
42
**Bugfixes**
43
+
37
44
-`Modal` - Change default heading element from `h2` to `h1` in accordance with the [SLDS guideline](https://www.lightningdesignsystem.com/components/modals/#Expected-markup)
38
45
39
46
## Release 0.10.47
40
47
41
48
**Bugfixes**
49
+
42
50
-`Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal`
43
51
44
52
**Maintenance**
53
+
45
54
-`ProgressIndicator` - TypeScript types update
46
55
47
56
## Release 0.10.46
48
57
49
58
**Bugfixes**
59
+
50
60
-`Combobox` - allow user to show different title in the selection list when mouse hovers
51
61
-`slider` - fixed event handler types
52
62
-`Datatable` - restore prop propagation behaviour
53
63
54
64
**Maintenance**
65
+
55
66
- package.json: update license to be machine-parsable
56
67
57
68
## Release 0.10.45
58
69
59
70
**Performance**
71
+
60
72
-`DataTable` - improves re-rendering performance in scenarios with many rows (in the hundreds/thousands).
61
73
62
74
## Release 0.10.44
63
75
64
76
**Bugfixes**
77
+
65
78
-`Combobox` - `ESC` key event is trapped when menu is open to prevent bubble up.
66
79
-`BrandBand` - SLDS style update. The props are breaking changes, but SLDS updated its markup, and therefore the current component was broken.
67
80
68
81
**Maintenance**
82
+
69
83
- ESLint - Ensure CSS class names plugin works with modern versions. Fix issues with string template scenarios.
70
84
71
85
## Release 0.10.43
72
86
73
87
**Minor Features**
88
+
74
89
-`Icon` - Add success color variant
75
90
76
91
## Release 0.10.42
77
92
78
93
No changes
94
+
79
95
## Release 0.10.41
80
96
81
97
**Minor Features**
98
+
82
99
-`Icons` - Updated to latest version 10.x
83
100
84
101
## Release 0.10.40
85
102
86
103
**Bugfixes**
104
+
87
105
- 'MenuDropdown' - Limit the set of keys that open the dropdown when pressed.
88
106
89
107
## Release 0.10.39
90
108
91
109
**Bugfixes**
110
+
92
111
- 'Combobox' - Recent changes to Combobox had causes compatibility issues with screen readers such as JAWS. This update reverts these markup changes.
112
+
93
113
## Release 0.10.38
94
114
95
115
**Breaking change**
116
+
96
117
- 'DataTable' - Protoype feature (resize columns) now defaults to 'fix' mode. This makes the default behavior of column resizing limited to the width of the table instead of overflow:hidden. Scrolling horizontally affects the table container vs column X-axis offset. Single columns get smaller and larger without pushing columns to the right and creating a horizontal scroll.
97
118
98
119
## Release 0.10.37
99
120
100
121
**Bugfixes**
122
+
101
123
- 'Dropdown' - Align checkbox icon for selected and unselected options
124
+
102
125
## Release 0.10.36
103
126
104
127
**Minor Features**
128
+
105
129
-`VerticalNavigation`: Add `Icon` and `notificationBadge`
106
130
-`DataTable`: Support table column resizing. This is at prototype stage, is not fully accessible, and required external styling. See component prop table on project website for more details.
107
131
-`DataTable`: Add Header-less Support
108
132
109
133
**Bugfixes**
134
+
110
135
-`ProgressIndicator`: Add missing labels for accesibility
111
136
-`Modal`: Update dependency in order to remove race condition
112
137
113
138
**Maintenance**
139
+
114
140
- Remove Gitter link on readme
115
141
- Move CI server to CircleCI
116
142
117
143
## Release 0.10.35
118
144
119
145
**Minor Features**
146
+
120
147
-`Combobox`: Add `inputRef` prop
121
148
122
149
**Maintenance**
150
+
123
151
- Update `react-modal` to 3.14.2
124
152
125
153
## Release 0.10.34
126
154
127
155
**Maintenance**
156
+
128
157
- Update documentation site examples
129
158
130
159
## Release 0.10.33
@@ -145,24 +174,24 @@ No changes
145
174
146
175
**React 17 compatibility updates**
147
176
148
-
* Remove legacy 16.x context API
149
-
* Update package to React 17
150
-
* Remove deprecated react lifecycle methods
151
-
* Remove javascript:void(0) URLs
177
+
- Remove legacy 16.x context API
178
+
- Update package to React 17
179
+
- Remove deprecated react lifecycle methods
180
+
- Remove javascript:void(0) URLs
152
181
153
182
**Bug fixes**
154
183
155
-
*`Modal`: Update structure for accessibility
156
-
*`DataTable`: Fix infinite scroll when items are shorter than table height
0 commit comments