------------------
New features:
- pat-structure: Use more tooltips in the actions menu.
[thet]
- pat-structure: Move breadcrumbs out of folder contents table.
[thet]
- pat-structure: Use the datatables pattern for sorting columns.
- Include TinyMCE 4.7.13
[erral]
- pat-structure: Use the datatables pattern for sorting columns
[frapell]
- pat-structure: Add a '250' option for the pagination.
[frapell]
- Add a new pattern, to provide the DataTables functionality.
https://datatables.net/
[frapell]
- Add package-lock.json to git.
See https://github.com/npm/npm/blob/v5.0.0/doc/files/package-lock.json.md
[sunew]
Bug fixes:
- TinyMCE: Do not fail if initializing with another language or external script
https://github.com/plone/Products.CMFPlone/issues/2425
[frapell]
- Get rid of obsolete ``X-UA-Compatible`` header.
[hvelarde]
- Fix small message typos.
[tkimnguyen]
- Remove patternslib "This pattern without a name attribute will not be
registered!" warnings by setting dummy name and trigger properties.
[sunew]
- Fix error when running tests: "Some of your tests did a full page reload!", due to a form submit with no preventDefault.
[sunew]
- Fix WARN [watcher]: Pattern "..../patterns/foo.js" does not match any file,
by excluding all requirements ending with '-url',
since they point to a folder and not to a .js file.
The folder contents are already included by ``patterns/**/*``.
[sunew]
- Move installation and config of sinon from bower+requirejs to karma-sinon.
[sunew]
- Remove chai - it is unused. The assertions being used are from 'expect', installed via bower.json
[sunew]
- Upgrade some build and testing tools: grunt, karma, mocha, their plugins, coveralls, and browser launchers.
[sunew]