Skip to content

Commit

Permalink
Update to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Oct 26, 2016
1 parent 79c88b0 commit 27bbe46
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules/*
packages/*/node_modules/*
packages/*/dist/*
Properties/*
src/*/*.js
shippable/*
typings/*
wwwroot/*
Expand All @@ -18,3 +19,14 @@ project.lock.json
*.cmd
.tsdrc
.idea
/Content/survey.css
/src/knockout/template.window.ko.html.ts
/src/knockout/template.ko.html.ts
*.js
/packages/survey-react/package.json
/packages/survey-react/css/survey.css
/packages/survey-react/css
/packages/survey-react
/packages/survey-knockout/package.json
/packages/survey-knockout/css/survey.css
/.gitattributes
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,10 @@ Install the library using npm.
```
npm install survey-knockout
```
If you are using bootstrap then go with bootstrap templates:
```
npm install survey-knockout-bootstrap
```
If you use react, then install the react versions:
If you use react, then install the react version:
```
npm install survey-react
```
```
npm install survey-react-bootstrap
```

Or dowload the latest version as zip file [Download](http://surveyjs.org/downloads/surveyjs.zip)

Expand Down Expand Up @@ -64,10 +57,6 @@ To build library yourself:
```
The first command will copy all required files to 'wwwroot' directory and the last command will run unit tests usign [Karma](https://karma-runner.github.io/0.13/index.html)

##Coming features

Find the features under development and Todo list in the [Trello board](https://trello.com/b/lAwhTw3H/surveyjs-project).

##License

MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var gulp = require('gulp'),

var Server = require("karma").Server;

var libraryVersion = "0.9.12";
var libraryVersion = "0.10.0";

var paths = {
webroot: "./" + project.webroot + "/",
Expand Down
1 change: 1 addition & 0 deletions packagetemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"keywords": [
"Survey",
"JavaScript",
"Bootstrap",
"Library"
],
"homepage": "https://surveyjs.org/",
Expand Down

0 comments on commit 27bbe46

Please sign in to comment.