@forge/react 10.0.0-next.4 → 10.0.0-next.4-experimental-5e2eb7f
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/CHANGELOG.md +71 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,76 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
+
## 10.0.0-next.4-experimental-5e2eb7f
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- e4eccf1: UI Kit 2 now supports the following components:
|
|
8
|
+
|
|
9
|
+
- Badge
|
|
10
|
+
- Box
|
|
11
|
+
- Button
|
|
12
|
+
- ButtonGroup
|
|
13
|
+
- Checkbox
|
|
14
|
+
- Code
|
|
15
|
+
- CodeBlock
|
|
16
|
+
- DatePicker
|
|
17
|
+
- DynamicTable
|
|
18
|
+
- ErrorMessage
|
|
19
|
+
- Heading
|
|
20
|
+
- HelperMessage
|
|
21
|
+
- Inline
|
|
22
|
+
- Label
|
|
23
|
+
- Lozenge
|
|
24
|
+
- LinkButton
|
|
25
|
+
- Modal
|
|
26
|
+
- ModalHeader
|
|
27
|
+
- ModalBody
|
|
28
|
+
- ModalFooter
|
|
29
|
+
- ModalTitle
|
|
30
|
+
- ModalTransition
|
|
31
|
+
- ProgressBar
|
|
32
|
+
- ProgressTracker
|
|
33
|
+
- Radio
|
|
34
|
+
- RadioGroup
|
|
35
|
+
- Range
|
|
36
|
+
- SectionMessage
|
|
37
|
+
- SectionMessageAction
|
|
38
|
+
- Spinner
|
|
39
|
+
- Stack
|
|
40
|
+
- Tabs
|
|
41
|
+
- Tab
|
|
42
|
+
- TabList
|
|
43
|
+
- TabPanel
|
|
44
|
+
- Tag
|
|
45
|
+
- TagGroup
|
|
46
|
+
- Form
|
|
47
|
+
- FormHeader
|
|
48
|
+
- FormFooter
|
|
49
|
+
- FormSection
|
|
50
|
+
- Tooltip
|
|
51
|
+
- TextArea
|
|
52
|
+
- Textfield
|
|
53
|
+
- Toggle
|
|
54
|
+
- ValidMessage
|
|
55
|
+
- LoadingButton
|
|
56
|
+
- Select
|
|
57
|
+
- Icon
|
|
58
|
+
- User
|
|
59
|
+
- UserGroup
|
|
60
|
+
- UserPicker
|
|
61
|
+
- Image
|
|
62
|
+
- Text
|
|
63
|
+
- Link
|
|
64
|
+
|
|
65
|
+
A new `useForm` hook has been added for form state management.
|
|
66
|
+
|
|
67
|
+
Existing components have gone through API changes and will need to be updated when used in this version of `@forge/react`.
|
|
68
|
+
For more details of the existing and new component APIs and their capabilities, view our component documentation [here](https://developer.atlassian.com/platform/forge/ui-kit/components/).
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- 7873622: Patch fix to resolve versioning issue
|
|
73
|
+
|
|
3
74
|
## 10.0.0-next.4
|
|
4
75
|
|
|
5
76
|
### Patch Changes
|