Skip to content

Releases: marsvaardig/illusion

v8.1.3

24 Mar 20:26
v8.1.3
1c15af9

Choose a tag to compare

  • Remove unnecessary & {} wrappers from mixins (fixes mixed-decls deprecation)
  • Fix bug in svg-url where long svgs would be cut off

v8.1.2

06 Jan 14:49
5cee79d

Choose a tag to compare

Remove SASS if statement since it exists in native CSS now

v8.1.1

22 May 12:23
e9cf4d4

Choose a tag to compare

Deprecation warning improvements

v8.1.0

27 Feb 12:48
b748e0b

Choose a tag to compare

Updating so filenames correspond with variables, functions and mixins names

note This means some of the names have changed; they need to be updated.

Changed variables

  • $illusion-extendalize-boxsizing > $illusion-extendalize-box-sizing

Changed functions

  • getcontainer > get-container
  • getFrom > get-from
  • getMargin > get-margin
  • getsides > get-sides
  • getTo > get-to
  • getWidth > get-width
  • largestGutter > largest-gutter
  • largestWidth > largest-width
  • lastValue > last-value
  • smallestGutter > smallest-gutter
  • calculateRatio > calculate-ratio

Changed mixins

  • ifBreakpoint > if-breakpoint

Most of these changes are most likely only used by Illusion itself though. The most probable things to change in your project are:

  • $illusion-extendalize-box-sizing
  • calculate-ratio

v8.0.4

24 Feb 15:03
e342ae9

Choose a tag to compare

Rename getcontainer to getContainer

v8.0.3

10 Feb 12:23
4004f18

Choose a tag to compare

Fixing declarations mixed with nested rules

v8.0.2

06 Jan 15:35
d10bfa3

Choose a tag to compare

8.0.1 was accidentally based on @import

v8.0.1

06 Jan 07:48
346fd04

Choose a tag to compare

  • Converted @import to @use and @forward.
  • Possible to add false to selectors mixin to exclude items.

8.0.0-alpha

26 Nov 09:22
ae1688d

Choose a tag to compare

8.0.0-alpha Pre-release
Pre-release

This is a pre-release which converted @import to @use and @forward

v7.0.8

26 Apr 09:48

Choose a tag to compare

Add preserveAspectRatio option to svg background and svg mask mixins