Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated build + update doc for 2.4.0 #691

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
node_modules
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Code style

1. Project is using 4 space indentation
2. Function and metod names should be written in camelCase
1. Project is using 4 spaces indentation
2. Function and method names should be written in camelCase
3. Variables name should be written in lower_case
4. New methods should have JSDoc descriptions

Expand Down
2 changes: 1 addition & 1 deletion License.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The MIT License

Copyright © 2019 by Denis Ineshin (http://ionden.com)
Copyright © 2020 by Denis Ineshin (http://ionden.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
22 changes: 14 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-rangeslider",
"version": "2.3.1",
"version": "2.4.0",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand All @@ -9,16 +9,14 @@
"homepage": "http://ionden.com"
}
],
"description": "Powerful range slider with skin support",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"repository": {
"type": "git",
"url": "git://github.com/IonDen/ion.rangeSlider.git"
},
"main": [
"js/ion.rangeSlider.js",
"css/ion.rangeSlider.css",
"css/ion.rangeSlider.skinFlat.css",
"img/sprite-skin-flat.png"
"css/ion.rangeSlider.css"
],
"dependencies": {
"jquery": ">=1.8"
Expand All @@ -28,10 +26,18 @@
],
"keywords": [
"jquery-plugin",
"diapason",
"ion",
"ecosystem:jquery",
"jquery",
"form",
"input",
"range",
"slider"
"slider",
"rangeslider",
"interface",
"diapason",
"ui",
"noui",
"skins"
],
"license": "MIT",
"ignore": [
Expand Down
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

# Update History

### Version 2.4.0. March 28, 2020
* Add material design skin
djibe marked this conversation as resolved.
Show resolved Hide resolved
* New NPM scripts for automated project compilation

### Version 2.3.1. December 19, 2019
* Website update
* Minor bugfixes
Expand Down
Loading