Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Apr 23, 2024
1 parent e15dc69 commit 573c614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

### Features / Enhancements

- Add Checkbox List element (#382)
- Update syntax support in Code Editor (#383)
- Add plugin e2e tests and remove cypress (#390)
- Add server-based form elements example (#392)
- Added Checkbox List element (#382)
- Updated syntax support in Code Editor (#383)
- Added plugin e2e tests and remove cypress (#390)
- Added server-based form elements example (#392)
- Added input type time (#385)

## 3.7.0 (2024-03-10)

Expand Down
2 changes: 1 addition & 1 deletion src/components/FormElements/FormElements.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Form Elements', () => {
{ id: 'code', type: FormElementType.CODE },
{ id: 'boolean', type: FormElementType.BOOLEAN },
{ id: 'datetime', type: FormElementType.DATETIME },
{ id: 'datetime', type: FormElementType.TIME },
{ id: 'time', type: FormElementType.TIME },
{ id: 'radioGroup', type: FormElementType.RADIO },
{ id: 'checkboxList', type: FormElementType.CHECKBOX_LIST },
{ id: 'disabled', type: FormElementType.DISABLED },
Expand Down

0 comments on commit 573c614

Please sign in to comment.