tag:github.com,2008:https://github.com/digicorp/propeller/releases Release notes from propeller 2021-05-20T14:26:41Z tag:github.com,2008:Repository/71875875/v1.3.3 2021-05-20T14:35:48Z v1.3.3 <h3>Highlights</h3> <ul> <li>Updated the package.json file for security vulnerabilities.</li> <li>Updated the URL in component examples.</li> <li>Removed bootstrap css from the dist folder.</li> </ul> sunil-digicorp tag:github.com,2008:Repository/71875875/v1.3.2 2019-06-12T14:55:48Z v1.3.2 <h3>Highlights</h3> <ul> <li>Updated the link issue of "Visit Propeller" in README.md file</li> <li>Updated path of "Clone the repo" in README.md file</li> <li>Updated the url of "Propeller Guidelines" in README.md file</li> <li>Updated the package.json file for the SCSS compilations</li> <li>Added the SCSS compiler task with auto watch (grunt dev) in the Grunt file.</li> <li>Added the jQuery plugin - propellerkit(); to re-initialize the entire propellerkit.</li> <li>Solved the issue of "Uncaught RangeError: Maximum call stack size exceeded" in Javascript</li> </ul> <h3>Added</h3> <h6>JS</h6> <ul> <li>Added the SCSS compiler task with auto watch (grunt dev) in the Grunt file.</li> <li>Added the jQuery plugin - propellerkit(); to re-initialize the entire propellerkit.</li> </ul> <h3>Fixed</h3> <h6>JS</h6> <ul> <li>Solved the issue of "Uncaught RangeError: Maximum call stack size exceeded" in Javascript</li> </ul> sunil-digicorp tag:github.com,2008:Repository/71875875/v1.3.1 2018-03-06T14:19:58Z v1.3.1 <h3>Highlights</h3> <ul> <li>Resolved the issue of missing fonts in Typography</li> <li>Resolved the issue of header coming in the top inplace of left in the DateTimePicker with Left Header.</li> <li>Resolved the dropdown alignment and font-color issue in the Inverse Datatable component.</li> <li>Created separate SCSS variables for the Third Party Components</li> <li>Resolved the woff2 missing font issue by removing woff2 font from font face.</li> </ul> <h3>Added</h3> <h6>SCSS</h6> <ul> <li>Created separate SCSS variables for the Third Party Components</li> </ul> <h3>Fixed</h3> <h6>SCSS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/6b20d47">#6b20d47</a> Resolved the issue of missing fonts in Typography</li> <li><a href="https://github.com/digicorp/propeller/commit/fc61020">#fc61020</a> Resolved the issue of header coming in the top inplace of left in the DateTimePicker with Left Header.</li> <li><a href="https://github.com/digicorp/propeller/commit/f3b06e6">#f3b06e6</a> Resolved the dropdown alignment and font-color issue in the Inverse Datatable component.</li> <li><a href="https://github.com/digicorp/propeller/commit/1a1bc1c">#1a1bc1c</a> Resolved the woff2 missing font issue by removing woff2 font from font face.</li> </ul> sunil-digicorp tag:github.com,2008:Repository/71875875/v1.3.0 2018-03-01T06:50:18Z v1.3.0 <h3>Highlights</h3> <ul> <li>Enhanced library by using the Sass variables, maps and functions to make customizing a theme and the components easier and faster.</li> <li>Resolved the alignment related issue which was occurring while placing one outline and one normal button side by side.</li> <li>Resolved the issue with the labels in the Floating Action Button when the <code>.pmd-ripple-effect</code> class is removed from the buttons.</li> <li>Removed unnecessary classes from Typography, Accordion, Card, TextField and Table components.</li> <li>Removed opacity css property and replaced it with RGBA in Typography.</li> <li>Removed the box shadow when the sidebar is collapsed.</li> <li>Removed the unnecessary images from the custom-select class in Data Table.</li> </ul> <h3>Added</h3> <h6>SCSS</h6> <ul> <li>Added Sass variables, maps and functions to make customizing a theme and the components easier and faster.</li> </ul> <h3>Fixed</h3> <h6>CSS</h6> <ul> <li>Resolved the alignment related issue which was occurring while placing one outline and one normal button side by side.</li> <li>Resolved the issue with the labels in the Floating Action Button when the <code>.pmd-ripple-effect</code> class is removed from the buttons.</li> </ul> <h3>Removed</h3> <h6>CSS</h6> <ul> <li>Removed unnecessary classes from Typography, Accordion, Card, TextField and Table components.</li> <li>Removed opacity css property and replaced it with RGBA in Typography.</li> <li>Removed the box shadow when the sidebar is collapsed.</li> <li>Removed the unnecessary images from the custom-select class in Data Table.</li> </ul> sunil-digicorp tag:github.com,2008:Repository/71875875/v1.2.0 2018-01-29T12:40:13Z v1.2.0 <h3>Highlights</h3> <ul> <li>Created jQuery plugins to initialize the components while fetching the data dynamically. Also, we have used DOM Observer which will auto re-initialize the components while updating the DOM.</li> <li>Enhanced scrollable tabs component, removed <code>&lt;div class="pmd-tabs-scroll"&gt;</code> and <code>&lt;div class="pmd-tabs-scroll-container"&gt;</code> which were earlier needed to create scrollable tabs. We have replaced them with <code>scroll</code> attribute which holds value true or false. For example: <code>&lt;div class="pmd-tabs" scroll="true"&gt;</code>.</li> <li>Enhanced the implementation of multiple sidebars in a single page by adding the <code>data-target</code> attribute, whose value will be the id of the <code>aside/div</code> to be called. For example, If <code>data-target=''basicSidebar"</code> is added in the anchor tag - <code>&lt;a href="javascript:void(0);" data-target="basicSidebar&gt;&lt;/a&gt;</code>, the same <code>id="basicSidebar"</code> needs to be added in the sidebar container <code>&lt;aside id="basicSidebar" class="pmd-sidebar"&gt;</code>.</li> <li>To create different types of sidebars, we have removed sidebar configuration classes <code>.pmd-sidebar-slide-push</code>, <code>.pmd-sidebar-left-fixed</code>, <code>.pmd-sidebar-left</code> and <code>.pmd-sidebar-open</code> from <code>.pmd-sidebar</code> and replaced them with data attributes <code>data-position=”slidepush/fixed”</code>, <code>data-placement="left/right"</code> and <code>is-open="true/false"</code> respectively.</li> <li>Added <code>is-open-width="1000"</code> data attribute in the anchor tag of the sidebar so that the sidebar will remain closed for the device whose width is less than <code>1000px</code>.</li> <li>Removed <code>bootstrap-hover-dropdown.js</code> file from the library and merged the JS into <code>dropdown.js</code>. So now, to add a hover effect in the Dropdown component, only <code>.pmd-dropdown-hover</code> class is to be added. Also no need to add initialize function.</li> <li>Moved "Expand All and Collapse All" button into <code>pmd-accordion</code> div container.</li> <li>Resolved time picker numbers crumble issue when up and down arrow keys are pressed from the keyboard.</li> <li>Removed unnecessary <code>&lt;/a&gt;</code> from accordion components.</li> <li>Fixed TextArea floating label on load/change event.</li> <li>Removed admin template.</li> <li>Made text related changes in modal.</li> <li>Fixed floating label issue in select2.</li> </ul> <h3>Added</h3> <h6>JS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/02b313d">#02b313d</a> Added DOM Observer which will auto re-initialize the components while updating the DOM.</li> <li><a href="https://github.com/digicorp/propeller/commit/51c06fd">#51c06fd</a> Added jQuery plugins to initialize the components while fetching the data dynamically.</li> </ul> <h6>JS, Docs</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/ef8d88c">#ef8d88c</a>, <a href="https://github.com/digicorp/propeller/pull/64/commits/969f1c4">#969f1c4</a> Added feature of multiple sidebars in a single page by adding the <code>data-target</code> attribute and the value of this <code>data-target</code> attribute will be the id of the <code>aside/div</code> to be called.</li> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/ef8d88c">#ef8d88c</a>, <a href="https://github.com/digicorp/propeller/pull/64/commits/969f1c4">#969f1c4</a> Added <code>is-open-width="1000"</code> data attribute in the anchor tag of the sidebar so that the sidebar will remain closed for the device whose width is less than <code>1000px</code>.</li> </ul> <h3>Updated</h3> <h6>JS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/51c06fd">#51c06fd</a> Enhanced components with jQuery plugins and DOM observer following the coding standards.</li> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/cd96caa">#cd96caa</a>, <a href="https://github.com/digicorp/propeller/pull/64/commits/13c4335">#13c4335</a> Removed <code>bootstrap-hover-dropdown.js</code> file from the library and merged the JS into <code>dropdown.js</code>. So now, to add a hover effect in the Dropdown component, only <code>.pmd-dropdown-hover</code> class is to be added. Also no need to add initialize function.</li> </ul> <h6>JS, Docs</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/534ffb1">#534ffb1</a>, <a href="https://github.com/digicorp/propeller/pull/64/commits/65088ee">#65088ee</a> Enhanced scrollable tabs component, removed <code>&lt;div class="pmd-tabs-scroll"&gt;</code> and <code>&lt;div class="pmd-tabs-scroll-container"&gt;</code> which were earlier needed to create scrollable tabs. We have replaced them with <code>scroll</code> attribute which holds value true or false. For example: <code>&lt;div class="pmd-tabs" scroll="true"&gt;</code>.</li> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/ef8d88c">#ef8d88c</a>, <a href="https://github.com/digicorp/propeller/pull/64/commits/969f1c4">#969f1c4</a> To create different types of sidebars, we have removed the sidebar configuration classes and replaced them with necessary data attributes.</li> </ul> <h6>Docs</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/af02321">#af02321</a> Moved "Expand All and Collapse All" button into pmd-accordion div container.</li> </ul> <h3>Fixed</h3> <h6>JS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/e5406a5">#e5406a5</a>: Resolved time picker numbers crumble issue when up and down arrow keys are pressed from the keyboard.</li> <li><a href="https://github.com/digicorp/propeller/pull/61/commits/67fa463">#67fa463</a>Fixed the TextArea floating label on load/change.</li> <li><a href="https://github.com/digicorp/propeller/pull/61/commits/8c71064">#8c71064</a> Fixed floating label issue in select2.</li> </ul> <h6>Docs</h6> <ul> <li>Fixed text-related bugs in modal.</li> </ul> <h6>CSS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/f34ba7e">#f34ba7e</a> Fixed right sidebar appears issue while the page load or reference.</li> </ul> <h3>Removed</h3> <h6>Docs</h6> <ul> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/386193a">#386193a</a> Removed admin template.</li> <li><a href="https://github.com/digicorp/propeller/pull/64/commits/d3bdc73">#d3bdc73</a> Removed unnecessary from accordion components.</li> </ul> sunil-digicorp tag:github.com,2008:Repository/71875875/v1.1.0 2017-04-07T18:10:38Z v1.1.0 <h3>Highlights</h3> <ul> <li>Integrated Bower and NPM packages.</li> <li>Integrated Grunt.</li> <li>Added <code>data-duration</code> attribute in Alert component to customize alert visibility time .</li> <li>Removed <code>modal.js</code> file from library and handle Modalbox component vertical center alignment with CSS.</li> <li>Fixed active tab bar and navigation arrow alignment issue and active tab container width issue in Scrollable Tab component on Window resize function.</li> <li>Enhanced our Landing page with new section which includes - 'Roadmap'.</li> <li>Updated docs section for the components.</li> <li>Fixed up issues in the following component - Dropdown, Alert, Floating Action Button, Select2, Scrollable Tabs, Datetimepicker, and Modalbox.</li> </ul> <h3>Added</h3> <h6>JS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/41dd312">#41dd312</a>: Added 'data-duration' attribute in Alert component.</li> </ul> <h3>Updated</h3> <h6>CSS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/26f7356">#26f7356</a>: Enhanced Dropdown component's animation property.</li> <li><a href="https://github.com/digicorp/propeller/commit/f41df18">#f41df18</a>: Updated css to vertically middle align the modalbox component.</li> </ul> <h3>Fixed</h3> <h6>JS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/26f7356">#26f7356</a>: Resolved Dropdown component's toggle issue for mobile and tablet devices.</li> <li><a href="https://github.com/digicorp/propeller/commit/ce8e4bc">#ce8e4bc</a>: Resolved Floating label alignment issue in Select2 component, when initial value was null.</li> <li><a href="https://github.com/digicorp/propeller/commit/be27f64">#be27f64</a>: Resolved Sidebar overlay closing issue for window resize function.</li> <li><a href="https://github.com/digicorp/propeller/commit/44662c8">#44662c8</a>: Resolved Browser Console error issue coming in DateTimePicker component on selecting datepicker only.</li> <li><a href="https://github.com/digicorp/propeller/commit/41dd312">#41dd312</a>: Fixed 'data-duration' issue in Alert component.</li> <li><a href="https://github.com/digicorp/propeller/commit/315f701">#315f701</a>: Fixed active tab bar and navigation arrow alignment issue and active tab container width issue in Scrollable Tab component for Window resize function.</li> <li><a href="https://github.com/digicorp/propeller/commit/cf94b03">#cf94b03</a>: Resolved Datetimepicker Hour Hand update issue.</li> </ul> <h3>Removed</h3> <h6>CSS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/fe22e08">#fe22e08</a>: Removed unwanted white space in the browser speciflc CSS property for Accordion component.</li> <li><a href="https://github.com/digicorp/propeller/commit/fe722fc">#fe722fc</a> <a href="https://github.com/digicorp/propeller/commit/3267639">#3267639</a>: Removed the ripple effect animtion css class for Floating Action Button component.</li> </ul> <h6>JS</h6> <ul> <li><a href="https://github.com/digicorp/propeller/commit/f41df18">#f41df18</a>: Removed 'modal.js' file from modalbox component.</li> </ul> <h3>Packages</h3> <ul> <li><a href="https://github.com/digicorp/propeller/commit/f8efeb0">#f8efeb0</a>: Integrated Grunt with Propeller.</li> <li><a href="https://github.com/digicorp/propeller/commit/e334be8">#e334be8</a>: Built NPM packages.</li> <li><a href="https://github.com/digicorp/propeller/commit/ecdad8b">#ecdad8b</a>: Built BOWER packages.</li> <li>Built NPM package for below third party components: <ul> <li><a href="https://github.com/digicorp/propeller/commit/3308812">#3308812</a>: Select2</li> <li><a href="https://github.com/digicorp/propeller/commit/386750d">#386750d</a>: Range Slider</li> <li><a href="https://github.com/digicorp/propeller/commit/2f2a2ee">#2f2a2ee</a>: Datetimepicker</li> <li><a href="https://github.com/digicorp/propeller/commit/852726b">#852726b</a>: Data tables</li> <li><a href="https://github.com/digicorp/propeller/commit/fe22e08">#fe22e08</a>: Custom Scroll</li> </ul> </li> </ul> sunil-digicorp tag:github.com,2008:Repository/71875875/v0.0.5 2017-04-06T12:20:09Z v0.0.5 <p>Release version 0.0.5</p> sunil-digicorp tag:github.com,2008:Repository/71875875/v0.0.4 2017-03-23T06:45:36Z v0.0.4 <p>Release version 0.0.4</p> sunil-digicorp tag:github.com,2008:Repository/71875875/v0.0.1 2017-03-23T06:38:27Z v0.0.1 <p>Release version 0.0.1</p> sunil-digicorp