@formio/grid
v2.2.0
Published
The core Form.io grid.
Keywords
Readme
Form.io Grid
Steps to test Grid
- Run
yarn install && yarn build - Start a server in the root of this project
live-server --port=8000orpython3 -m http.server 8000 - Navigate to http://localhost:8000
- Test sorting, filtering on the DataTable
Steps for Build Formio Grid
- On master
- update
Changelog.md&package.jsonversion - From grid repo runn the following
yarn installnpm-check -udelshould be 6.1.1
yarn build
- Commit changes
git add -A
git commit -m "Updated build."
git push origin master
## Create tag
git tag $TAG
git push origin $TAG
## Publish to PKG
npm publish --registry=https://pkg.form.io --tag=rcAuto
- Run
yarn deploy:test
Manually
- Go to bucket and
cdn.test-form.io - Go to
grid/ - Upload the min files in dist
- formio.grid.min.css
- formio.grid.min.js
- Under permissions update Predefined ACLS's to
Grant public-read acces - Then in cloudfront create an invalidation for
cdn.test-form.io
