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
{{ message }}
This repository was archived by the owner on May 25, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Solid React Components Library
2
2
3
+
## 0.5.0 ( December 18, 2019 )
4
+
5
+
### Added
6
+
7
+
- FormModel component:
8
+
- New component that renders a form from a Form Model
9
+
- New components added to support the form model. The following list of components are all compatible with the Form Model:
10
+
- Textbox
11
+
- TextArea
12
+
- Date / DateTime / Time fields, using [react-datepicker](https://reactdatepicker.com/)
13
+
- Dropdown
14
+
- Checkbox (Boolean, not tri-state)
15
+
- ColorPicker, using [react-color](https://casesandberg.github.io/react-color/)
16
+
- Header (an `<h2>` tag rendered inside of the form)
17
+
- Comment (a `<p>` tag rendered inside of the form)
18
+
- Decimal / Float / Integer fields
19
+
- Email field
20
+
- Phone field
21
+
- Multiple, a custom Form Model field that indicates the child element is repeatable
22
+
- Group, an ordered set of fields that can be treated as a single sub-form
23
+
24
+
### Updated
25
+
26
+
- Notification class was updated to validate notifications when being read from an inbox. This way only compatible notifications are retrieved and the data is more predictable for display purposes
27
+
- Updated ACL class predicate from `acl:defaultForNew`, which is deprecated, to `acl:default`
28
+
- Renamed the rdf predicate prefix from `a` to `rdf` to align with standard convention
29
+
30
+
### Deprecated
31
+
32
+
- The ShExFormBuilder component is now deprecated in favor of the new FormModel component. The component remains in the library for now, but the documentation has been removed
0 commit comments