------------------
New:
- Fixed issue causing the querystring pattern to query multiple times per change
[obct537]
- Added the ``momentFormat`` option to the ``structure`` pattern.
[Gagaro]
- Removed mockup-core as a dependency.
[jcbrand, goibhniu]
**NOTE**:
`mockup-patterns-base` has been deprecated.
Individual patterns now need to be updated to use `pat-base` instead
of `mockup-patterns-base` and also explicitly set `parser` to `'mockup'`
in the `Base.extend` call.
Refer to any of the core Mockup patterns for examples.
Fixes:
- Do not set overflow hidden on modal wrapper parent. This should already
be taken care of with plone-modal-open class being applied to the body.
This should fix issues with scrolling when this isn't properly cleared
[vangheem]
- Use window.pushState instead of setting hash for autotoc pattern
when tabs change.
[vangheem]
- Set value for ``ReferenceWidget`` in querystring.
[Gagaro]
- Correction of a mistake in css z-index related items widget.
The content bar appeared behind the widget. [hersonrodrigues]
- Fix modal when leaving a modal in a modal.
[Gagaro]