Skip to content

Commit ca399f6

Browse files
author
Alex Zherdev
authored
patch release (#3063)
1 parent 40e14de commit ca399f6

File tree

2 files changed

+46
-18
lines changed

2 files changed

+46
-18
lines changed

RELEASENOTES.md

+43-13
Original file line numberDiff line numberDiff line change
@@ -31,100 +31,129 @@ These are changes that have backwards-compatible solutions present and that comp
3131

3232
### Latest Release
3333

34+
## Release 0.10.49
35+
36+
**Major Features**
37+
38+
- `DockedComposer`: Add component
39+
3440
## Release 0.10.48
3541

3642
**Bugfixes**
43+
3744
- `Modal` - Change default heading element from `h2` to `h1` in accordance with the [SLDS guideline](https://www.lightningdesignsystem.com/components/modals/#Expected-markup)
3845

3946
## Release 0.10.47
4047

4148
**Bugfixes**
49+
4250
- `Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal`
4351

4452
**Maintenance**
53+
4554
- `ProgressIndicator` - TypeScript types update
4655

4756
## Release 0.10.46
4857

4958
**Bugfixes**
59+
5060
- `Combobox` - allow user to show different title in the selection list when mouse hovers
5161
- `slider` - fixed event handler types
5262
- `Datatable` - restore prop propagation behaviour
5363

5464
**Maintenance**
65+
5566
- package.json: update license to be machine-parsable
5667

5768
## Release 0.10.45
5869

5970
**Performance**
71+
6072
- `DataTable` - improves re-rendering performance in scenarios with many rows (in the hundreds/thousands).
6173

6274
## Release 0.10.44
6375

6476
**Bugfixes**
77+
6578
- `Combobox` - `ESC` key event is trapped when menu is open to prevent bubble up.
6679
- `BrandBand` - SLDS style update. The props are breaking changes, but SLDS updated its markup, and therefore the current component was broken.
6780

6881
**Maintenance**
82+
6983
- ESLint - Ensure CSS class names plugin works with modern versions. Fix issues with string template scenarios.
7084

7185
## Release 0.10.43
7286

7387
**Minor Features**
88+
7489
- `Icon` - Add success color variant
7590

7691
## Release 0.10.42
7792

7893
No changes
94+
7995
## Release 0.10.41
8096

8197
**Minor Features**
98+
8299
- `Icons` - Updated to latest version 10.x
83100

84101
## Release 0.10.40
85102

86103
**Bugfixes**
104+
87105
- 'MenuDropdown' - Limit the set of keys that open the dropdown when pressed.
88106

89107
## Release 0.10.39
90108

91109
**Bugfixes**
110+
92111
- 'Combobox' - Recent changes to Combobox had causes compatibility issues with screen readers such as JAWS. This update reverts these markup changes.
112+
93113
## Release 0.10.38
94114

95115
**Breaking change**
116+
96117
- '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.
97118

98119
## Release 0.10.37
99120

100121
**Bugfixes**
122+
101123
- 'Dropdown' - Align checkbox icon for selected and unselected options
124+
102125
## Release 0.10.36
103126

104127
**Minor Features**
128+
105129
- `VerticalNavigation`: Add `Icon` and `notificationBadge`
106130
- `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.
107131
- `DataTable`: Add Header-less Support
108132

109133
**Bugfixes**
134+
110135
- `ProgressIndicator`: Add missing labels for accesibility
111136
- `Modal`: Update dependency in order to remove race condition
112137

113138
**Maintenance**
139+
114140
- Remove Gitter link on readme
115141
- Move CI server to CircleCI
116142

117143
## Release 0.10.35
118144

119145
**Minor Features**
146+
120147
- `Combobox`: Add `inputRef` prop
121148

122149
**Maintenance**
150+
123151
- Update `react-modal` to 3.14.2
124152

125153
## Release 0.10.34
126154

127155
**Maintenance**
156+
128157
- Update documentation site examples
129158

130159
## Release 0.10.33
@@ -145,24 +174,24 @@ No changes
145174

146175
**React 17 compatibility updates**
147176

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
152181

153182
**Bug fixes**
154183

155-
* `Modal`: Update structure for accessibility
156-
* `DataTable`: Fix infinite scroll when items are shorter than table height
157-
* `Dropdown`: Update selected option state
158-
* Switch Typescript FC returntype to JSX.Element
159-
* `Icon`: Fix icon snapshot (after inline icon updates)
184+
- `Modal`: Update structure for accessibility
185+
- `DataTable`: Fix infinite scroll when items are shorter than table height
186+
- `Dropdown`: Update selected option state
187+
- Switch Typescript FC returntype to JSX.Element
188+
- `Icon`: Fix icon snapshot (after inline icon updates)
160189

161190
**Maintenance**
162191

163-
* `PageHeader`: Add note about info variant and record-home variant to prop description
164-
* Update @salesforce-ux/icons from 9.27.0 to 9.40.1
165-
* Update Storybook to 6.2.0
192+
- `PageHeader`: Add note about info variant and record-home variant to prop description
193+
- Update @salesforce-ux/icons from 9.27.0 to 9.40.1
194+
- Update Storybook to 6.2.0
166195

167196
## Release 0.10.31
168197

@@ -191,6 +220,7 @@ No changes
191220
**Bugfixes**
192221

193222
- `Combobox`: Update markup from ARIA 1.1 to ARIA 1.2 to better support assistive technology
223+
194224
## Release 0.10.27
195225

196226
**Bugfixes**
@@ -229,7 +259,7 @@ No changes
229259

230260
- Update Storybook to 6.1
231261
- Get accessibility tests running again
232-
- Add UNSAFE_ prefix for deprecated lifecycle hooks
262+
- Add UNSAFE\_ prefix for deprecated lifecycle hooks
233263

234264
## Release 0.10.23
235265

patch.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
## Release 0.10.47
1+
## Release 0.10.49
22

3-
**Bugfixes**
4-
- `Popover` - Prevent ESC key event from bubbling up to parent components such as `Modal`
3+
**Major Features**
54

6-
**Maintenance**
7-
- `ProgressIndicator` - TypeScript types update
5+
- `Badges`: Add component

0 commit comments

Comments
 (0)