Skip to content

Commit

Permalink
v1.0: upgrade to SPFx GA (v1.0.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 26, 2017
1 parent d773c9f commit 4bca966
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 24 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# SPFx 40 Fantastics Web Parts

> Note: The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
![release](https://img.shields.io/badge/release-v1.0.0.0-blue.svg)
![status](https://img.shields.io/badge/status-stable-green.svg)
![mit](https://img.shields.io/badge/license-MIT-yellow.svg)

This package is a sample kit of 40 great Client Side Web Parts built on the SharePoint Framework SPFx.
You can find here different kind of high visual web parts as carousel, images galleries, custom editors, polls, charts, map, animations, etc.
These WebParts are mainly based on best-class jQuery, React or Angular plugins and use the [sp-client-custom-fields library](https://github.com/OlivierCC/sp-client-custom-fields) to optimize the edit experience.
Oh, and Yes, these web parts are free and open source, so have fun well to build effective SharePoint site.
And Yes, these web parts are free and open source, so have fun well to build effective SharePoint site.

**Current Version**: v0.9.6 - [Click here to download and install](https://github.com/OlivierCC/spfx-40-fantastics/wiki/Installation-process)
**Current Version**: v1.0.0 - [Click here to download and install](https://github.com/OlivierCC/spfx-40-fantastics/wiki/Installation-process)

**Current SPFx Drop support** - ![drop](https://img.shields.io/badge/drop-rc0-red.svg)
**Current SPFx Release support** - ![GA](https://img.shields.io/badge/SPFx-General%20Availability-red.svg) - [Release Note](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA)

For any question, you can also [read the FAQ](https://github.com/OlivierCC/spfx-40-fantastics/wiki/FAQ).

Expand Down
Binary file modified build/spfx-40-fantastics.sppkg
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"solution": {
"name": "SPFx 40 Fantastics WebParts",
"id": "425c9654-a3f8-427e-827f-033979560b6b",
"version": "0.9.6.0"
"version": "1.0.0.0"
},
"paths": {
"zippedPackage": "solution/spfx-40-fantastics.sppkg"
Expand Down
4 changes: 0 additions & 4 deletions config/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
"export-name": false,
"forin": false,
"label-position": false,
"label-undefined": false,
"member-access": true,
"no-arg": false,
"no-console": false,
"no-construct": false,
"no-duplicate-case": true,
"no-duplicate-key": false,
"no-duplicate-variable": true,
"no-eval": false,
"no-function-expression": true,
Expand All @@ -32,8 +30,6 @@
"no-unnecessary-semicolons": true,
"no-unused-expression": true,
"no-unused-imports": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"no-with-statement": true,
"semicolon": true,
Expand Down
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
{
"name": "spfx-40-fantastics",
"version": "0.9.6",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@microsoft/sp-client-base": "~0.7.0",
"@microsoft/sp-client-preview": "~0.9.0",
"@microsoft/sp-core-library": "~0.1.2",
"@microsoft/sp-http": "^0.1.2",
"@microsoft/sp-loader": "^0.7.0",
"@microsoft/sp-webpart-base": "~0.4.0",
"@microsoft/sp-client-base": "~1.0.0",
"@microsoft/sp-core-library": "~1.0.0",
"@microsoft/sp-http": "^1.0.0",
"@microsoft/sp-loader": "^1.0.0",
"@microsoft/sp-webpart-base": "~1.0.0",
"@types/react": "0.14.46",
"@types/react-addons-shallow-compare": "0.14.17",
"@types/react-addons-test-utils": "0.14.15",
"@types/react-addons-update": "0.14.14",
"@types/react-dom": "0.14.18",
"@types/es6-promise": "0.0.32",
"@types/webpack-env": ">=1.12.1 <1.14.0",
"office-ui-fabric-react": "0.83.0",
"jquery": "^3.1.1",
"jqueryui": "^1.11.1",
"react": "0.14.8",
"react-dom": "0.14.8",
"react": "15.4.2",
"react-dom": "15.4.2",
"orchestrator": "^0.3.8",
"sp-client-custom-fields": "^1.1.4",
"sp-client-custom-fields": "^1.1.5",
"through2": "^2.0.3",
"typescript": "2.1.5",
"typewriting": "^1.2.2"
},
"devDependencies": {
"@microsoft/sp-build-web": "~0.9.0",
"@microsoft/sp-module-interfaces": "~0.7.0",
"@microsoft/sp-webpart-workbench": "~0.8.0",
"@microsoft/sp-build-web": "~1.0.0",
"@microsoft/sp-module-interfaces": "~1.0.0",
"@microsoft/sp-webpart-workbench": "~1.0.0",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/mocha": ">=2.2.33 <2.6.0",
"gulp": "~3.9.1"
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"declaration": true,
"sourceMap": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
]
}
Expand Down

0 comments on commit 4bca966

Please sign in to comment.