Releases: mgpluscss/mgplus
Releases · mgpluscss/mgplus
v1.4.5
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
v1.4.3
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
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
v1.4.0
- 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
v1.3.5
v1.3.4
v1.3.3
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