modern-context.js

A modern, beautiful, and lightweight context menu JavaScript library inspired by Fluent Design.

MIT License

Downloads
3
Stars
5
Committers
3

Bot releases are hidden (Show)

modern-context.js - v2.0.0 Latest Release

Published by Robot-Inventor over 1 year ago

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: https://github.com/Robot-Inventor/modern-context.js/compare/v1.1.2.0...v2.0.0

modern-context.js - v1.1.2.0

Published by Robot-Inventor over 3 years ago

Improved customizability

Added

  • Added customization with CSS custom properties

Changed

  • Rewrote with TypeScript
modern-context.js - v1.0.1.0

Published by Robot-Inventor over 3 years ago

The First Release