Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Slick Views 8.x-2.0-dev, 2019-04-19
-----------------------------------
- Fixed for schema with third party settings.
- Fixed for regressions with aspect ratio, etc.
Slick Views 8.x-2.0-dev, 2019-03-08
-----------------------------------
- Fixed for docs.
Slick Views 8.x-2.0-dev, 2019-02-14
-----------------------------------
- #3028505 by itamair, gausarts: Add composer.json with require of drupal/slick.
Blazy 8.x-2.0-dev, 2019-04-19
-----------------------------
- Added tests for IO.
- Updated blazy.html.twig with the new optional use_loading option.
- Added option use_loading to make it easily overridden.
- Moved IO media specific methods from bio.js to bio.media.js.
- Added ISSUE_TEMPLATE.md.
src/Plugin/Field/FieldWidget/GeofieldDmsWidget.phpGeofieldDmsWidget & src/Element/GeofieldDms enhancements and fixes:
- Generate a valid Geofield only if the DMS coordinates are valid, otherwise delete the entry.
- Generate a default entry that is empty and not 0, 0 , 0 (that would create a new geofield on every save)
(Issue #2142071 by holist, itamair: Allowing coordinate entry in degrees-minutes-seconds DMS format)
Issue #1840894: Add documentation on how to save a Geofield programatically.