Skip to content

Releases: jonesiscoding/pleasing-filters

Adds Dart Sass Support

09 Jun 21:19
Compare
Choose a tag to compare
  • Adds DartSassFilter for Dart Sass Support
  • Removes Support for Sass Extension, scssphp
  • Adds debug_level option for working with error handers

Removes Locked Dependencies

22 Oct 17:33
Compare
Choose a tag to compare

Removes the composer.lock from the repo.

Configurable Prefixes

30 May 18:19
Compare
Choose a tag to compare

Using three new methods in PleasingPrefixFilter, one can now configure which prefixes are added to to which properties and values.

The methods are:

  • setPrefixProperties: Prefixes for properties that should be prefixed.
  • setPrefixValues: Prefixes for values in properties where the value is prefixed.
  • setUsePreconfigured: Toggle for using the built in prefix configuration. Default of TRUE.

No changes are needed unless you wish to configure which prefixes are used.

Additional Intrinsic Sizing Prefixes

10 Aug 13:23
Compare
Choose a tag to compare

Adds intrinsic sizing prefixes for height. Note that these may not work in some versions of Firefox due to a limitation in those browsers.

Adds Basic Grid Support

25 Jul 14:37
Compare
Choose a tag to compare

Adds basic support for CSS grid & Internet Explorer. Note that this version requires writing VERY IE-friendly SCSS. No support for auto-placement, grid-gap, auto-fit, start/end syntax in grid-column/row -- just prefixes.

Package Name Change

20 Jun 13:37
Compare
Choose a tag to compare
v1.0.16

Package name change.

PrefixFilter value prefix fixes

13 Feb 14:00
Compare
Choose a tag to compare
v1.0.15

Fixes value prefixes in PleasingPrefixFilter.

Adds Missing Prefix

27 Dec 02:11
Compare
Choose a tag to compare

Adds missing prefix for 'flex-flow'.

Adds additional prefixes

08 Dec 15:36
Compare
Choose a tag to compare

Adds prefixes for 'fill-available' and 'fit-content'.

Maintenance Release

13 Oct 14:53
Compare
Choose a tag to compare

Typo fixes.