Skip to content

Releases: suryarajendhran/change-css

Major release yay! 🎊

02 Sep 02:48
Compare
Choose a tag to compare

This release adds a UMD module so that the users can easily import the module into regular packages. Although this doesn't directly affect users, integrations tests are finally added! One more feature (adding a CSSRule) and the package will contain all the basic functions for manipulating CSS Rules!!

v0.3.1...v1.0.0

Updating README

28 Aug 20:49
Compare
Choose a tag to compare

v0.3.0...v0.3.1

Add UMD support

28 Aug 20:21
Compare
Choose a tag to compare

Now the package can be used on the browser side as a CDN script! 🥳

v0.2.1...v0.3.0

Adds clearer documentation

15 Aug 19:07
Compare
Choose a tag to compare
Pre-release
  • docs(README.md): typescript and modifyCSSRule 5087653

v0.2.0...v0.2.1

Typescript, modifyCSSRule() and linting

15 Aug 02:15
Compare
Choose a tag to compare
Pre-release

Hello everyone! This release adds typescript support and linting using ESLint. In addition to this, I've added a new function to modify cssRules directly: modifyCSSRule.

Why do we need modifyCSSRule()?

  1. Reduces the number of steps users need to perform to change CSS rules.
  2. Opens the possibility to add a checker feature that can check to see if a CSSRule has been modified correctly.

v0.1.2...v0.2.0

Better documentation and first function (getCSSRule)

11 Aug 06:42
Compare
Choose a tag to compare

Added a proper README and the first function is added: getCSSRule

v0.1.1...v0.1.2