mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
![]() - 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 |
||
---|---|---|
.. | ||
_boilerplate-generator | ||
_buffer | ||
vulcan-accounts | ||
vulcan-admin | ||
vulcan-cloudinary | ||
vulcan-core | ||
vulcan-debug | ||
vulcan-email | ||
vulcan-embed | ||
vulcan-events | ||
vulcan-events-ga | ||
vulcan-events-intercom | ||
vulcan-events-internal | ||
vulcan-events-segment | ||
vulcan-forms | ||
vulcan-forms-tags | ||
vulcan-forms-upload | ||
vulcan-i18n | ||
vulcan-i18n-en-us | ||
vulcan-i18n-es-es | ||
vulcan-i18n-fr-fr | ||
vulcan-lib | ||
vulcan-newsletter | ||
vulcan-payments | ||
vulcan-routing | ||
vulcan-subscribe | ||
vulcan-ui-bootstrap | ||
vulcan-users | ||
vulcan-voting | ||
.gitignore |