Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

57 lines (47 loc) · 3.81 KB

#Change Log All notable changes to this project will be documented in this file. Propeller adheres to Semantic Versioning.


1.1.0 (04/06/2017)

Released on Thursday, April 06, 2017. All issues associated with this milestone can be found using this filter.

Highlights

  • Integrated Bower and NPM packages.
  • Integrated Grunt.
  • Added data-duration attribute in Alert component to customize alert visibility time .
  • Removed modal.js file from library and handle Modalbox component vertical center alignment with CSS.
  • Fixed active tab bar and navigation arrow alignment issue and active tab container width issue in Scrollable Tab component on Window resize function.
  • Enhanced our Landing page with new section which includes - 'Roadmap'.
  • Updated docs section for the components.
  • Fixed up issues in the following component - Dropdown, Alert, Floating Action Button, Select2, Scrollable Tabs, Datetimepicker, and Modalbox.

Added

JS
  • #41dd312: Added 'data-duration' attribute in Alert component.

Updated

CSS
  • #26f7356: Enhanced Dropdown component's animation property.
  • #f41df18: Updated css to vertically middle align the modalbox component.

Fixed

JS
  • #26f7356: Resolved Dropdown component's toggle issue for mobile and tablet devices.
  • #ce8e4bc: Resolved Floating label alignment issue in Select2 component, when initial value was null.
  • #be27f64: Resolved Sidebar overlay closing issue for window resize function.
  • #44662c8: Resolved Browser Console error issue coming in DateTimePicker component on selecting datepicker only.
  • #41dd312: Fixed 'data-duration' issue in Alert component.
  • #315f701: Fixed active tab bar and navigation arrow alignment issue and active tab container width issue in Scrollable Tab component for Window resize function.
  • #cf94b03: Resolved Datetimepicker Hour Hand update issue.

Removed

CSS
  • #fe22e08: Removed unwanted white space in the browser speciflc CSS property for Accordion component.
  • #fe722fc #3267639: Removed the ripple effect animtion css class for Floating Action Button component.
JS
  • #f41df18: Removed 'modal.js' file from modalbox component.

Packages