Skip to content

Commit

Permalink
Merge pull request #106 from digicorp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sunil-digicorp authored May 20, 2021
2 parents 68d2a07 + d5f3872 commit 3c2ef9a
Show file tree
Hide file tree
Showing 285 changed files with 1,142 additions and 1,153 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
components/floating-action-button/snippets/floating-button.css
components/navbar/js/navbar.js
components/navbar/js/navbar.js
archive/
node_modules/
package-lock.json
24 changes: 5 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,9 @@ All notable changes to this project will be documented in this file.

---

## [1.3.2](https://github.com/digicorp/propeller/releases/tag/v1.3.2) (06/12/2019)
Released on Wednesday, June 12, 2019. All issues associated with this milestone can be found using this [filter](https://github.com/digicorp/propeller/issues).
## [1.3.3](https://github.com/digicorp/propeller/releases/tag/v1.3.3) (05/20/2021)
Released on Thursday, May 20, 2021. All issues associated with this milestone can be found using this [filter](https://github.com/digicorp/propeller/issues).

### Highlights
* Updated the link issue of "Visit Propeller" in README.md file
* Updated path of "Clone the repo" in README.md file
* Updated the url of "Propeller Guidelines" in README.md file
* Updated the package.json file for the SCSS compilations
* Added the SCSS compiler task with auto watch (grunt dev) in the Grunt file.
* Added the jQuery plugin - propellerkit(); to re-initialize the entire propellerkit.
* Solved the issue of "Uncaught RangeError: Maximum call stack size exceeded" in Javascript

### Added
###### JS
* Added the SCSS compiler task with auto watch (grunt dev) in the Grunt file.
* Added the jQuery plugin - propellerkit(); to re-initialize the entire propellerkit.

### Fixed
###### JS
* Solved the issue of "Uncaught RangeError: Maximum call stack size exceeded" in Javascript
* Updated the package.json file for the vulnerability issue.
* Updated the url of in component examples.
* Removed bootstrap css from dist folder.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

There are different ways you can start using Propeller,

- [Download the latest release.](https://github.com/digicorp/propeller/archive/v1.3.2.zip)
- [Download the latest release.](https://github.com/digicorp/propeller/archive/refs/tags/v1.3.3.zip)
- Clone the repo: `git clone https://github.com/propeller.git`
- Install with Bower: `bower install propeller`
- Install with npm: `npm install propellerkit`
Expand All @@ -53,7 +53,7 @@ Using third party components:

## Propeller Guidelines

Follow our [Guidelines](http://propeller.in/get-started/) and get familiar with the basic setup and structure.
Follow our [Guidelines](https://opensource.propeller.in/get-started/) and get familiar with the basic setup and structure.


## What's included
Expand Down Expand Up @@ -112,8 +112,8 @@ See [the Releases section of our GitHub project](https://github.com/digicorp/pro

## License

Propeller v1.3.2 (https://propeller.in)
© 2016-2019 [Digicorp Information Systems Pvt. Ltd.](https://www.digi-corp.com/)
Propeller v1.3.3 (https://propeller.in)
© 2016-2021 [Digicorp Information Systems Pvt. Ltd.](https://www.digi-corp.com/)
Licensed under [MIT](https://github.com/digicorp/propeller/blob/master/LICENSE)


Expand Down
4 changes: 2 additions & 2 deletions assets/css/propeller-roboto.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Propeller v1.2.0 (http://propeller.in/)
* Copyright 2016-2018 Digicorp, Inc
* Propeller v1.3.3 (http://propeller.in/)
* Copyright 2016-2021 Digicorp, Inc
* Licensed under MIT (http://propeller.in/LICENSE)
*/

Expand Down
96 changes: 48 additions & 48 deletions assets/css/propeller.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c2ef9a

Please sign in to comment.