- Improve README and documentation
- Update
grunt-webpack
andwebpack-dev-server
devDependencies
- Upgrade to Webpack 4.
- Including a managed
submit
button in each form is now optional.
- Add missing
keywords
property topackage.json
so it can be found easier through searches.
- Move from
npm
toyarn
, update some dependencies.
- Update documentation to be a little clearer.
- Add documentation for
data-fv-linked-input
functionality to checkbox/radio element pages. - Update build time dependencies (webpack, grunt-webpack, and webpack-dev-server) to latest npm versions.
- Include
package-lock.json
in source.
- Refactor project to remove jQuery dependency.
- All
utilities/dom-navigation.js
methods that took jQuery objects as parameters now take HTML Element objects. - Remove
KeyCodeSet
object. - Remove
vendor.js
andvendor.min.js
dist files. - Update a number of dependency versions.
- Refactor documentation to live on GitHub Pages at http://ozzyogkush.github.io/formation.
- Separate jQuery dependency into
vendor.js
andvendor.min.js
output chunks