All notable changes to this project will be documented in this file.
-
Js Partials are now imported relative to src file, NOT from final dist file. Field JS tranformation using the src file and then updates webpack's emission functionlity to properly handle the upload.
-
Plugin now accepts options
src
: The starting directory to search for field.js files eg. "./src"extraDirsToWatch
: an array of relative paths to directories that will trigger a recompilation. Useful for FieldJS partialsignore
: An array of relative paths to ignore when searching for field.js files
new FieldsPlugin({ "src": "", "extraDirsToWatch" : ["./src/fields"], "ignore": [] })
- Allow null values in array and filter them out of the final JSON
applyIf
helper methodparseArgs
helper method
- Hot fixes
- Need some Defaults
- Choices and Children helpers
- Wrong version in ReadMe.md
- Upadate this changelog
- Update Readme and contributing file
- Update Field methods so we dont override hubspot defaults
- New Field Helper Functions: crmObject, hubdbRow, embed, video, sfCampaign
- Package.json updates
- Remove unnecessary dependencies
- Initial Publish