Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit e7b18b8

Browse files
committed
Merge branch 'release/3.0.0'
2 parents 7c06931 + ed6b91c commit e7b18b8

78 files changed

Lines changed: 11352 additions & 10825 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.angular-cli.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Editor configuration, see http://editorconfig.org
1+
# Editor configuration, see https://editorconfig.org
22
root = true
33

44
[*]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
### Types of changes
88
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
9-
- [ ] Bug fix (non-breaking change which fixes an issue)
10-
- [ ] New feature or improvement (non-breaking change which adds functionality)
9+
- [ ] Bug fix (a non-breaking change which fixes an issue)
10+
- [ ] New feature or improvement (a non-breaking change which adds functionality)
1111
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1212

1313
### Related issue(s):

.gitignore

Lines changed: 43 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,43 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
8-
# Runtime data
9-
pids
10-
*.pid
11-
*.seed
12-
*.pid.lock
13-
14-
# Directory for instrumented libs generated by jscoverage/JSCover
15-
lib-cov
16-
17-
# Coverage directory used by tools like istanbul
18-
coverage
19-
20-
# nyc test coverage
21-
.nyc_output
22-
23-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24-
.grunt
25-
26-
# Bower dependency directory (https://bower.io/)
27-
bower_components
28-
29-
# node-waf configuration
30-
.lock-wscript
31-
32-
# Compiled binary addons (http://nodejs.org/api/addons.html)
33-
build/Release
34-
35-
# Dependency directories
36-
node_modules/
37-
jspm_packages/
38-
39-
# Typescript v1 declaration files
40-
typings/
41-
42-
# Optional npm cache directory
43-
.npm
44-
45-
# Optional eslint cache
46-
.eslintcache
47-
48-
# Optional REPL history
49-
.node_repl_history
50-
51-
# Output of 'npm pack'
52-
*.tgz
53-
54-
# Yarn Integrity file
55-
.yarn-integrity
56-
57-
# dotenv environment variables file
58-
.env
59-
60-
dist/
61-
.ng_build/
62-
/src/@my
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
8+
# dependencies
9+
/node_modules
10+
11+
# profiling files
12+
chrome-profiler-events.json
13+
speed-measure-plugin.json
14+
15+
# IDEs and editors
16+
/.idea
17+
.project
18+
.classpath
19+
.c9/
20+
*.launch
21+
.settings/
22+
*.sublime-workspace
23+
24+
# IDE - VSCode
25+
.vscode/*
26+
!.vscode/settings.json
27+
!.vscode/tasks.json
28+
!.vscode/launch.json
29+
!.vscode/extensions.json
30+
31+
# misc
32+
/.sass-cache
33+
/connect.lock
34+
/coverage
35+
/libpeerconnection.log
36+
npm-debug.log
37+
yarn-error.log
38+
testem.log
39+
/typings
40+
41+
# System Files
42+
.DS_Store
43+
Thumbs.db

.npmignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
sudo: false
44

55
node_js:
6-
- '6'
6+
- '8'
77

88
before_script:
99
- 'export CHROME_BIN=chromium-browser'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class AppModule { }
107107
<br/>
108108

109109
## Documentation
110-
Visit [docs.handsontable.com](https://docs.handsontable.com/angular) to get more Handsontable for Angular examples and guides.
110+
Visit [handsontable.com/docs](https://handsontable.com/docs/angular) to get more Handsontable for Angular examples and guides.
111111

112112
<br/>
113113

@@ -153,8 +153,8 @@ Some of the most popular features include:
153153
<br/>
154154

155155
## Resources
156-
- [Guides](//docs.handsontable.com/angular)
157-
- [API Reference](//docs.handsontable.com/Core.html)
156+
- [Guides](//handsontable.com/docs/angular)
157+
- [API Reference](//handsontable.com/docs/Core.html)
158158
- [Release notes](//github.com/handsontable/angular-handsontable/releases)
159159
- [Roadmap](//trello.com/b/PztR4hpj)
160160
- [Twitter](//twitter.com/handsontable)

angular.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"version": 1,
4+
"newProjectRoot": "projects",
5+
"projects": {
6+
"ce": {
7+
"root": "projects/ce",
8+
"sourceRoot": "projects/ce/src",
9+
"projectType": "library",
10+
"prefix": "hot",
11+
"architect": {
12+
"build": {
13+
"builder": "@angular-devkit/build-ng-packagr:build",
14+
"options": {
15+
"tsConfig": "projects/ce/tsconfig.lib.json",
16+
"project": "projects/ce/ng-package.json"
17+
}
18+
},
19+
"test": {
20+
"builder": "@angular-devkit/build-angular:karma",
21+
"options": {
22+
"main": "projects/ce/src/test.ts",
23+
"tsConfig": "projects/ce/tsconfig.spec.json",
24+
"karmaConfig": "projects/ce/karma.conf.js",
25+
"styles": [
26+
"node_modules/handsontable/dist/handsontable.full.css"
27+
]
28+
}
29+
},
30+
"lint": {
31+
"builder": "@angular-devkit/build-angular:tslint",
32+
"options": {
33+
"tsConfig": [
34+
"projects/ce/tsconfig.lib.json",
35+
"projects/ce/tsconfig.spec.json"
36+
],
37+
"exclude": [
38+
"**/node_modules/**"
39+
]
40+
}
41+
}
42+
}
43+
},
44+
"pro": {
45+
"root": "projects/pro",
46+
"sourceRoot": "projects/pro/src",
47+
"projectType": "library",
48+
"prefix": "hot",
49+
"architect": {
50+
"build": {
51+
"builder": "@angular-devkit/build-ng-packagr:build",
52+
"options": {
53+
"tsConfig": "projects/pro/tsconfig.lib.json",
54+
"project": "projects/pro/ng-package.json"
55+
}
56+
},
57+
"test": {
58+
"builder": "@angular-devkit/build-angular:karma",
59+
"options": {
60+
"main": "projects/pro/src/test.ts",
61+
"tsConfig": "projects/pro/tsconfig.spec.json",
62+
"karmaConfig": "projects/pro/karma.conf.js",
63+
"styles": [
64+
"node_modules/handsontable/dist/handsontable.full.css"
65+
]
66+
}
67+
},
68+
"lint": {
69+
"builder": "@angular-devkit/build-angular:tslint",
70+
"options": {
71+
"tsConfig": [
72+
"projects/pro/tsconfig.lib.json",
73+
"projects/pro/tsconfig.spec.json"
74+
],
75+
"exclude": [
76+
"**/node_modules/**"
77+
]
78+
}
79+
}
80+
}
81+
}
82+
}
83+
}

e2e/app.e2e-spec.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

e2e/app.po.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)