Skip to content

v1.3.0

Compare
Choose a tag to compare
@sunil-digicorp sunil-digicorp released this 01 Mar 06:50
· 40 commits to master since this release
5fdf646

Highlights

  • Enhanced library by using the Sass variables, maps and functions to make customizing a theme and the components easier and faster.
  • Resolved the alignment related issue which was occurring while placing one outline and one normal button side by side.
  • Resolved the issue with the labels in the Floating Action Button when the .pmd-ripple-effect class is removed from the buttons.
  • Removed unnecessary classes from Typography, Accordion, Card, TextField and Table components.
  • Removed opacity css property and replaced it with RGBA in Typography.
  • Removed the box shadow when the sidebar is collapsed.
  • Removed the unnecessary images from the custom-select class in Data Table.

Added

SCSS
  • Added Sass variables, maps and functions to make customizing a theme and the components easier and faster.

Fixed

CSS
  • Resolved the alignment related issue which was occurring while placing one outline and one normal button side by side.
  • Resolved the issue with the labels in the Floating Action Button when the .pmd-ripple-effect class is removed from the buttons.

Removed

CSS
  • Removed unnecessary classes from Typography, Accordion, Card, TextField and Table components.
  • Removed opacity css property and replaced it with RGBA in Typography.
  • Removed the box shadow when the sidebar is collapsed.
  • Removed the unnecessary images from the custom-select class in Data Table.