Skip to content

Releases: praxisnetau/silverware-font-icons

1.2.0 (2018-06-12)

12 Jun 06:48
Compare
Choose a tag to compare

Full Changelog

Updated

  • build dependencies
  • base resources path to match new public folder structure

1.1.6 (2017-11-03)

03 Nov 06:01
Compare
Choose a tag to compare

Full Changelog

Fixed

  • bug where server-side validation fails because of an empty source array for FontIconField

1.1.5 (2017-10-09)

09 Oct 02:42
Compare
Choose a tag to compare

Full Changelog

Updated

  • build dependencies
  • updated from silverstripe-module to silverstripe-vendormodule

Removed

  • removed unnecessary dir and path from _config.php

1.1.1 (2017-09-12)

11 Sep 23:51
Compare
Choose a tag to compare

Full Changelog

Fixed

  • modified getValueRecord method to match Select2AjaxField changes

1.1.0 (2017-09-06)

06 Sep 00:46
Compare
Choose a tag to compare

Full Changelog

Updated

  • migrated from a GroupedDropdownField superclass to a Select2AjaxField
  • load times dramatically improved due to Ajax-loading of font icon options
  • updated build dependencies

Removed

  • JavaScript for field, as is no longer necessary; Select2AjaxField provides the smarts

1.0.0 (2017-06-15)

15 Jun 03:59
Compare
Choose a tag to compare

Full Changelog

Fixed

  • code formatting issues and improved build process