Release Notes v1.4.0

Announcing the next version of the Pro framework – Propeller Pro V 1.4.0. With this new version, we have included the new Material Design Text Fields and Input Groups with Bootstrap 4 structure in the library. Also, we have added Button with Icons, Gradient Buttons and Tab with icons variations to the Button and Tab component and fixed few issues.

Below is the list of major highlights from Propeller Pro V 1.4.0:

Highlights:

  • Made the library compatible with Bootstrap v4.3 and solved the necessary compatibility issues in the Checkbox, Radio, Text Field and Input Group.
  • Added the new Material Design Outline Text Fields to the library.
  • Added the new Material Design Filled Text Fields to the library.
  • Added the new Material Design Filled Input Groups to the library.
  • Added the new Material Design Outline Input Groups to the library.
  • Added Gradient and Button Button with Icons variations in the Button Component.
  • Added Tab with Icons variation in the Tab Component.

SCSS

  • Fixed the issue of color while the button is in focussed state.
  • Fixed the focus issue in Propeller File Input.
  • Fixed the issue of arrow not visible in the custom select in Inverse Form.
  • Fixed icon done and close visibility issue in both valid and invalid inputs in Server and Client side validation.

JS

  • Fixed console error being thrown by the Table Fixed Header JS on scroll.

Docs

  • Created individual pages of all the form controls. Now the Form Page only has the user guide for different form layouts.
  • Removed the Floating Action Button component details from the Button Component page in User Manual.

Added

SCSS

  • Added .pmd-btn-icon class to create buttons with icons.
  • Added .pmd-btn-gradient class to create regular gradient button. Added .pmd-btn-gradient-{vertical, diagonal, diagonal-reverse, radial} classes to create gradient buttons with Radial, Diagonal, Diagonal Reverse and Vertical transitions
  • Added .pmd-tabs-icons-bottom-label class to create tabs with labels below the icons.
  • Added .pmd-textfield-outline class to create Propeller outline input fields.
  • Added .pmd-textfield-filled class to create Propeller filled input fields.
  • Added .pmd-custom-file-outline class to create Propeller outline file input.
  • Added .pmd-custom-file-filled class to create Propeller filled file input.
  • Added .pmd-input-group-outline class to create Propeller outline input groups.
  • Added .pmd-input-group-filled class to create Propeller filled input groups.

Fixed

SCSS

  • Fixed the focus issue in Propeller File Input.
  • Fixed the issue of arrow not visible in the custom select in Inverse Form.
  • Fixed the issue of color while the button is in focussed state.
  • Fixed icon done and close visibility issue in both valid and invalid inputs in Server and Client side validation.

JS

  • Fixed console error being thrown by the Table Fixed Header JS on scroll.

Docs

  • Seperated all the form controls from the Form Page as individual pages.
  • Removed the Floating Action Button component details from the Button Component page in User Manual.