Skip to content

Commit 04d3667

Browse files
v0.0.33
Bump to v0.0.33
1 parent 63e5ee2 commit 04d3667

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Because this project is not open-sourced, we cannot publish it to npm. Therefore
4242
```
4343
# package.json
4444
45-
"design-system-react": "git+ssh://[email protected]:salesforce-ux/design-system-react.git#v0.0.32",
45+
"design-system-react": "git+ssh://[email protected]:salesforce-ux/design-system-react.git#v0.0.33",
4646
```
4747

4848
Then, in your React code, import each Lightning Design System component you need.

RELEASENOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
# React Components: design-system-react
33
# Release notes
44

5+
## Release 0.0.33
6+
7+
**MAJOR CHANGES**
8+
- Added new InlineEdit component
9+
- Clickable Input icons now use Button
10+
11+
**OTHER**
12+
- Remove unused Popover class on Picklist
13+
- Additional code cleanup
14+
515
## Release 0.0.32
616
- Added containerClassName prop to Spinner
717

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system-react",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Salesforce Lightning Design System React components",
55
"license": "BSD-3-Clause",
66
"scripts": {
@@ -171,6 +171,11 @@
171171
"display-name": "Icons",
172172
"SLDS-component-path": "/components/icons"
173173
},
174+
{
175+
"component": "forms/input/inline",
176+
"display-name": "Inline Edit Inputs",
177+
"SLDS-component-path": "/components/forms#flavor-input"
178+
},
174179
{
175180
"component": "forms/input",
176181
"display-name": "Inputs",

0 commit comments

Comments
 (0)