Skip to content

Releases: mgpluscss/mgplus

v1.4.5

22 Jul 22:20
4891ee4
Compare
Choose a tag to compare

New Features

  • Added a "Customization" section to the demo, showcasing configurable CSS variables for colors, typography, borders, shadows, grid, and z-index. (demo/sections/customization-section.html, [1] [2]

Enhancements to Components

  • Updated modal component to include a dropdown example and removed unused data-orientation attributes for cleaner markup. (demo/sections/modal-section.html, [1] [2] [3] [4]
  • Improved responsive display section with better descriptions and examples for progressive and exclusive display behaviors. (demo/sections/responsive-display-section.html, [1] [2]

Styling Improvements

  • Adjusted SCSS variables to use CSS custom properties for z-index values, enabling easier customization. (src/scss/mg-variables.scss, src/scss/mg-variables.scssL81-R112)
  • Updated modal z-index values to dynamically calculate based on the maximum z-index variable. (src/scss/extensions/mg-modal.scss, [1] [2]
  • Refined input[type="range"] styling by adjusting width and adding border-radius for consistency. (src/scss/core/_Range.scss, [1] [2]

Code Cleanup

  • Removed commented-out clipboard button code from registerDemoFeatures method. (demo/index.ts, demo/index.tsL152-L170)
  • Fixed minor formatting issues in index.html and other demo sections for better readability. (index.html, [1] [2]

v1.4.4

17 Jul 07:14
ffd65e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

17 Jun 23:09
2e793f1
Compare
Choose a tag to compare

What's Changed

  • Minor improvements
  • BREAKING CHANGE: use scoped classes for modal orientation
  • Updated helper classes for border styling

Full Changelog: v1.4.2...v1.4.3

v1.4.2

01 May 23:04
Compare
Choose a tag to compare

Disabled grid gutter feature => removed default spacing between columns , use mg-gap instead
Fixed mg-select default sizing inside a group

Full Changelog: v1.4.1...v1.4.2

v1.4.1

23 Apr 12:54
7a3a866
Compare
Choose a tag to compare

What's Changed

Adjust default styling for nav buttons
image

v1.4.0

12 Mar 12:28
16a49b1
Compare
Choose a tag to compare
  • Project moved to vite JS
  • Add new timeline representation
  • Few fixes and adjustments
  • BREAKING CHANGE: js plugins interface and naming , rewrited to typescript

Full Changelog: v1.3.6...v1.4.0

v1.3.6

16 Feb 12:17
063deab
Compare
Choose a tag to compare

What's Changed

Input => fixed styling for webkit-autofill feauture

v1.3.5

21 Jan 20:20
24dd96d
Compare
Choose a tag to compare

What's Changed

  • PR CICD - add gh page deploy workflow by @medevod in #74

BREAKING CHANGE:

  • PR - feat extend navs with nav buttons by @medevod in #75

Full Changelog: v1.3.4...v1.3.5

v1.3.4

19 Nov 15:39
f301e5e
Compare
Choose a tag to compare

What's Changed

  • Demo page layout
  • CICD streamlined

Full Changelog: v1.3.3...v1.3.4

v1.3.3

17 Nov 03:18
708ab69
Compare
Choose a tag to compare

What's Changed

Features

*: Add customization css variable for font size without breaking components

  • Add more css helpers
  • Make textes more responsive

Updates

  • BREAKING CHANGE : change css helpers name for positioning and display

Misc

  • CICD - refactor internal build and deploy workflow to expose old versions of demo page
  • Update / reorg demo page / some fixes
  • reduced published package to npm (removed demo page bundle)

Full Changelog: v1.3.2...v1.3.3