Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Releases: cloukit/theme

7.1.1

07 Nov 13:31
Compare
Choose a tag to compare
  • fix withIconStyles() and withIcon() to not overwrite stuff with empty values

7.1.0

07 Nov 11:08
Compare
Choose a tag to compare
  • Introduced Builder to create styles and easier inherit from others
    this.buildStyle('myelement', 'unclicked', 'base')
      .withStyles(<CloukitBaseCssDefinitions>{
        border: '1px solid #555',
        borderRadius: '30px',
        backgroundColor: '#fff'
      });
    this.buildStyle('myelement', 'unclicked', 'hover')
      .inheritFrom('myelement', 'unclicked', 'base')
      .withStyles(<CloukitBaseCssDefinitions>{
        backgroundColor: '#c12fd7'
      });
  • Added Typings for the styles CloukitBaseCssDefinitions and CloukitBasSvgDefinitions so that IDE supports better hinting:
    image

7.0.1

06 Nov 21:42
Compare
Choose a tag to compare
  • Angular 7
  • make icon in theme optional

7.0.0

06 Nov 20:38
Compare
Choose a tag to compare
  • Angular 7
  • ‼️ FIRST ANGULAR >=7.0.0 COMPATIBLE RELEASE

6.0.2

13 May 11:42
Compare
Choose a tag to compare
  • remove nodejs util reference for isNullOrUndefined

6.0.1

12 May 10:55
Compare
Choose a tag to compare
  • fix demo. migrate shared styles. add demo readme

6.0.0

11 May 13:49
Compare
Choose a tag to compare
  • Angular 6 and RxJS 6.0
  • new Angular CLI buildchain
  • aligned major version with angular version
  • ‼️ FIRST ANGULAR >=6.0.0 COMPATIBLE RELEASE

1.7.0

29 Mar 16:46
Compare
Choose a tag to compare
  • Do a minor version bump due to Angular >=5.0.0 compatibility

1.6.2

28 Mar 14:40
Compare
Choose a tag to compare
  • fix ngc build jsondoc errors and activate unit tests
  • latest buildchain 1.17.1
  • added stories to demo doc
  • ‼️ FIRST ANGULAR >=5.0.0 COMPATIBLE RELEASE

1.6.1

13 Oct 13:05
Compare
Choose a tag to compare
  • ‼️ LAST ANGULAR >=4.0.0 COMPATIBLE RELEASE