Skip to content

Commit ed83fe2

Browse files
Version Packages
1 parent 486c6a8 commit ed83fe2

File tree

12 files changed

+45
-31
lines changed

12 files changed

+45
-31
lines changed

.changeset/chatty-moles-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-cows-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-rockets-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-ghosts-yell.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/wonder-blocks-birthday-picker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/wonder-blocks-birthday-picker
22

3+
## 2.0.90
4+
5+
### Patch Changes
6+
7+
- @khanacademy/wonder-blocks-dropdown@5.6.3
8+
39
## 2.0.89
410

511
### Patch Changes

packages/wonder-blocks-birthday-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-birthday-picker",
3-
"version": "2.0.89",
3+
"version": "2.0.90",
44
"design": "v1",
55
"publishConfig": {
66
"access": "public"
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
1717
"@khanacademy/wonder-blocks-core": "^7.0.1",
18-
"@khanacademy/wonder-blocks-dropdown": "^5.6.2",
18+
"@khanacademy/wonder-blocks-dropdown": "^5.6.3",
1919
"@khanacademy/wonder-blocks-icon": "^4.2.0",
2020
"@khanacademy/wonder-blocks-layout": "^2.2.2",
2121
"@khanacademy/wonder-blocks-tokens": "^2.1.0",

packages/wonder-blocks-dropdown/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/wonder-blocks-dropdown
22

3+
## 5.6.3
4+
5+
### Patch Changes
6+
7+
- @khanacademy/wonder-blocks-search-field@2.3.6
8+
39
## 5.6.2
410

511
### Patch Changes

packages/wonder-blocks-dropdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-dropdown",
3-
"version": "5.6.2",
3+
"version": "5.6.3",
44
"design": "v1",
55
"description": "Dropdown variants for Wonder Blocks.",
66
"main": "dist/index.js",
@@ -23,7 +23,7 @@
2323
"@khanacademy/wonder-blocks-layout": "^2.2.2",
2424
"@khanacademy/wonder-blocks-modal": "^5.1.16",
2525
"@khanacademy/wonder-blocks-pill": "^2.5.3",
26-
"@khanacademy/wonder-blocks-search-field": "^2.3.5",
26+
"@khanacademy/wonder-blocks-search-field": "^2.3.6",
2727
"@khanacademy/wonder-blocks-timing": "^5.0.2",
2828
"@khanacademy/wonder-blocks-tokens": "^2.1.0",
2929
"@khanacademy/wonder-blocks-typography": "^2.1.16"

packages/wonder-blocks-form/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @khanacademy/wonder-blocks-form
22

3+
## 4.11.0
4+
5+
### Minor Changes
6+
7+
- 9ed7bd5b: Adds `instantValidation` prop for TextArea
8+
- cdcfe1ba: - TextArea and TextField: Adds `error` prop so that the components can be put in an error state explicitly. This is useful for backend validation errors after a form has already been submitted.
9+
- 486c6a80: - `TextField`
10+
- Add `instantValidation` prop
11+
- No longer calls `validate` prop if the field is disabled during initialization and on change
12+
- `TextArea`
13+
- Validate the value during initialization if the field is not disabled
14+
15+
### Patch Changes
16+
17+
- 21f6779a: Refactor TextField from class component to function component
18+
319
## 4.10.3
420

521
### Patch Changes

packages/wonder-blocks-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/wonder-blocks-form",
3-
"version": "4.10.3",
3+
"version": "4.11.0",
44
"design": "v1",
55
"description": "Form components for Wonder Blocks.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)