Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/pivot_chart' into pre-relea…
Browse files Browse the repository at this point in the history
…se/0.9.3-alpha.0
  • Loading branch information
fangsmile committed Jul 28, 2023
2 parents 473a1f3 + ddf34b3 commit baef8f3
Show file tree
Hide file tree
Showing 22 changed files with 782 additions and 659 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: node common/scripts/install-run-rush.js build --only tag:package

- name: Run Bugserver
working-directory: ./packages/vtable
env:
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
run: node ../../common/scripts/install-run-rushx.js ci
# - name: Run Bugserver
# working-directory: ./packages/vtable
# env:
# BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
# run: node ../../common/scripts/install-run-rushx.js ci

- name: Publish to npm
env:
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/vtable/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
}
}
],
ignorePatterns: ['bugserver-config'],
ignorePatterns: ['scripts/**', 'bundler.config.js'],
rules: {
'prettier/prettier': ['warn'],
// 强制使用 Unix 换行符: \n
Expand Down
12 changes: 12 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.9.2",
"tag": "@visactor/vtable_v0.9.2",
"date": "Wed, 26 Jul 2023 03:47:00 GMT",
"comments": {
"patch": [
{
"comment": "refactor: chart type handle with transpose or indicator in row\n\n"
}
]
}
},
{
"version": "0.9.1",
"tag": "@visactor/vtable_v0.9.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 05 Jul 2023 06:55:19 GMT and should not be manually modified.
This log was last generated on Wed, 26 Jul 2023 03:47:00 GMT and should not be manually modified.

## 0.9.2
Wed, 26 Jul 2023 03:47:00 GMT

### Patches

- refactor: chart type handle with transpose or indicator in row



## 0.9.1
Wed, 05 Jul 2023 06:55:19 GMT
Expand Down
240 changes: 0 additions & 240 deletions packages/vtable/github-ci.js

This file was deleted.

6 changes: 3 additions & 3 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "0.9.2-alpha.0",
"version": "0.9.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -44,7 +44,7 @@
"start": "vite ./vite",
"test": "jest --silent",
"test-cov": "jest --coverage",
"ci": "node github-ci.js"
"ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts"
},
"dependencies": {
"@visactor/vrender": "~0.13.0",
Expand Down Expand Up @@ -110,4 +110,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit baef8f3

Please sign in to comment.