Vulcan/packages
Erik Schannen 373857131a SubSchema Fields
- Added support for fields that have their own subschema
- The code flattens the subschema fields, so the path for `address: { street }`` becomes `'address.street'`
- Several places needed to be changed to properly support paths, so `currentValues[path]` becomes `get(currentValues, path)`
- In Form.getData(), replaced underscore's `pick` with lodash's `pick` which properly supports paths and returns a new object
- Fixed a bug in collection.getParameters that made it impossible to specify a `limit` with addView or addDefaultView
2018-05-23 16:02:36 -04:00
..
_boilerplate-generator Update boilerplate for Vulcan compatibility and different CSS order 2018-01-27 16:12:39 +09:00
_buffer update to Meteor 1.5 2017-06-01 10:00:16 +09:00
vulcan-accounts v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-admin v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-cloudinary v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-core Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-debug v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-email Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-embed v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-events v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-events-ga v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-events-intercom v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-events-internal v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-events-segment v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-forms SubSchema Fields 2018-05-23 16:02:36 -04:00
vulcan-forms-tags v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-forms-upload v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-i18n Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-i18n-en-us Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-i18n-es-es Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-i18n-fr-fr Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-lib SubSchema Fields 2018-05-23 16:02:36 -04:00
vulcan-newsletter v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-payments Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-routing Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-subscribe v1.10.1 2018-05-18 08:27:41 +09:00
vulcan-ui-bootstrap Use field.nestedInput instead of type="nested" 2018-05-23 22:04:32 +09:00
vulcan-users Merge branch 'master' into devel 2018-05-23 15:12:33 +09:00
vulcan-voting v1.10.1 2018-05-18 08:27:41 +09:00
.gitignore add embedly and newsletter packages 2014-08-29 10:37:35 +09:00