@digitalpatterns/formio-gds-template
Version:
Gov UK design system formio templates
131 lines (104 loc) • 2.69 kB
Markdown
# Change Log
## 1.6.1
- Fix file list when using a file component
## 1.6.0
- Merge https://github.com/DigitalPatterns/formio-gds-template/pull/15
## 1.5.0
- Fixed DateTime component inputs restricting to 2 for day and month and 4 for year
- Removed ctx.render in form.ejs to stop warning messages
- Formio js upgrade to 4.9.26
- govuk-frontend upgrade to 3.6.0
- Dev dependency upgrades
- @types/chai
- @types/ejs
- @types/mocha
- @types/node
- @types/sinon
- concurrently
- css-loader
- gulp-rename
- mocha
- moment
- node-sass
- sass-loader
- sinon
- style-loader
- ts-node
- ts-sinon
- tslint
- typed-scss-modules
- typescript
- webpack
- webpack-cli
## 1.4.9
- Formio js upgrade to 4.9.5
## 1.4.8
- Formio js upgrade to 4.9.0
## 1.4.7
- Data grid remove button position multi column components
## 1.4.6
- Data grid remove button position
## 1.4.5
- Data grid layout fix
## 1.4.4
- Bugfix DataMap template fix
## 1.4.3
- Datagrid remove button update
## 1.4.1
- Tabs panel hidden on mobile view
## 1.4.0
- Datagrid change from table to grid system
The following properties can be added to custom properties in the data grid component to change button label for remove and reorder:
- removeItemLabel - defaults to 'Remove'
- reorderItemLabel - defaults to 'Reorder'
- Removed accordion bottom border on panels
## 1.3.3
- Bugfix Datetime when set to required not allowing 00 for min and hour to be valid
## 1.3.2
- Data grid 'Add another' moved from primary action button to secondary
## 1.3.1
- Bug fix GDS date time component hour and minute input not disabled when disabled set
## 1.3.0
- Date time using govuk-grid-column-three-quarters
## 1.2.8
- Removed boolValue from formio utils
## 1.2.7
- Bug fix GDS date time component max and min date validation
- Bug fix GDS date time component on wizard next page validation
- Added default date format DD-MM-YYYY for custom date validation
## 1.2.6
- Bug fix GDS date time component
## 1.2.5
- GDS Datetime component
## 1.2.4
- Bug fix GDS time render on wizard
## 1.2.3
- GDS time component implementation
## 1.2.1
- Fixed issue with formiojs classes
- Upgraded to use formio js 4.7.8
- Webpack fix
## 1.1.9
- Custom class name can be passed into table, datagrid and editgrid
## 1.1.0
- Moved formiojs to peerDependency
- Implement selectboxes for GDS
## 1.0.7
- Implemented template for survey
- Moved error message top of component
## 1.0.6
- Fixed checkbox layout
- Moved css into template.css
## 1.0.5
Provides GDS template for:
* Text field
* Collapsible panels (accordion)
* Select
* Textarea
* Radio
* Checkbox
* Datagrid
* Editgrid
* Tab
* Tables
* Columns