Skip to content

Releases: Robot-Inventor/modern-context.js

v2.0.0

17 Feb 17:50
Compare
Choose a tag to compare

The First Major Update

BREAKING CHANGES

This version includes some breaking changes. For example, methods are renamed snake_case to camelCase and CSS custom properties have mc- prefix.

Highlights

Added

  • npm package is now available
  • doc: add JSDoc
  • doc: documentation is now available
  • chore: add keywords field to package.json

Changed

  • chore: update dependencies
  • doc: improve README.md
  • improvement: add mc- prefix to CSS custom properties
  • improvement: types are now stricter
  • improvement: use drop-shadow instead of box-shadow

Fixed

  • fix: CSS custom properties now can be overwrite without !important

Full Changelog

Full changelog: v1.1.2.0...v2.0.0

v1.1.2.0

02 Jul 18:56
Compare
Choose a tag to compare

Improved customizability

Added

  • Added customization with CSS custom properties

Changed

  • Rewrote with TypeScript

v1.0.1.0

24 May 17:09
Compare
Choose a tag to compare

The First Release