Skip to content

Releases: pusher/chameleon

Version 1.4.0

15 Dec 12:05
Compare
Choose a tag to compare

New sparkly loading states for button ✨

Version 1.3.0

13 Dec 16:00
Compare
Choose a tag to compare

Typography inheritance has been exposed. In previous versions, type styles were tied to the title classes.
These now inherit from placeholder selectors, that can be used elsewhere in your stylesheet.

For example, rather than:

.console-title {
    @extend .title--beta;
}

You can now write

.console-title {
    @extend %h2;
}

Version 1.2.0

17 Oct 09:35
Compare
Choose a tag to compare

Key Changes

  • Dropped TypeKit in favour of loading all of our fonts from our CDN.
  • Updated font names to pusher-realtime-text and pusher-proxima-nova to prevent clashes with locally installed fonts when debugging

Version 1.1.0

11 Oct 12:14
ab3d0eb
Compare
Choose a tag to compare

Syntax highlighting is now not included by default in the typography mixin.

Instead, it should be explicitly referenced with:

@include CHAMELEON-syntax-highlighting;

Version 1.0

05 Oct 15:50
f216c0d
Compare
Choose a tag to compare
1.0.0

Version 1 ✨ 🚀 🏁

0.3.0

09 May 14:11
Compare
Choose a tag to compare
0.3.0