Skip to content

Releases: colxi/css-global-variables

v3.0.0

03 Jul 00:37
Compare
Choose a tag to compare
  • Code refactored
  • New Syntax : Constructor accepts a Config Object
  • CSS variable names : Normalize functions
  • Handle CORS (flag stylesheets and warnings)
  • Distribution : Library can be loaded as a module or inserted in document Head
  • Improved documentation
  • Added code tests (./test/test.html)

v3.0,2

03 Jul 22:42
Compare
Choose a tag to compare
linguistic fixes

2.0.3

29 Jun 01:23
Compare
Choose a tag to compare
MIT Licence

2.0.2

29 Jun 01:11
Compare
Choose a tag to compare
  • Changed to MIT Licence
  • Added .npmignore file, to optimize npm package size

v2.0.1

04 May 07:16
Compare
Choose a tag to compare
  • es6 module
  • API simplified
  • detected a bug, and documented
  • improved example
  • added DOM Mutation Observer

v1.0.3

20 Apr 04:38
Compare
Choose a tag to compare
  • Bugfix : Error when setting CSS variable value in stric mode.
  • Fix : docs

CSSGlobalVariables 1.0.1

24 Mar 00:47
Compare
Choose a tag to compare
Merge branch 'dev'

pre-release

21 Mar 20:04
Compare
Choose a tag to compare
pre-release Pre-release
Pre-release

First implementation approach