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

chore: release @antv/[email protected] #3742

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
112 changes: 0 additions & 112 deletions examples/x6-example-features/CHANGELOG.md

This file was deleted.

38 changes: 4 additions & 34 deletions packages/x6-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
## @antv/x6-common [2.0.10](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-02-24)
# @antv/x6-common

### Bug Fixes
## 2.0.14

- add textLength & lengthAdjust to CASE_SENSITIVE_ATTR ([#3281](https://github.com/antvis/x6/issues/3281)) ([76fb1ac](https://github.com/antvis/x6/commit/76fb1acf74b0f1c308f7c824d02c12244b7ac8f3))
### Patch Changes

## @antv/x6-common [2.0.8](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-02-18)

### Bug Fixes

- fix typo for dom event handlers ([#3255](https://github.com/antvis/x6/issues/3255)) ([9b4fa86](https://github.com/antvis/x6/commit/9b4fa86daa587fe8818f3615bc1e40738a0f2319))

## @antv/x6-common [2.0.6](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-31)

### Bug Fixes

- fix index error for priorityQueue ([#3179](https://github.com/antvis/x6/issues/3179)) ([d64150b](https://github.com/antvis/x6/commit/d64150bfadf10fe21f44734a0267261260b8c53b))

## @antv/x6-common [2.0.5](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2023-01-18)

### Bug Fixes

- optimize css loader ([#3156](https://github.com/antvis/x6/issues/3156)) ([9c48ad8](https://github.com/antvis/x6/commit/9c48ad8dfc99e623a57855295d07c35be5483073))

## @antv/x6-common [2.0.4](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-12-20)

### Bug Fixes

- fix window incompatibility problem ([#3070](https://github.com/antvis/x6/issues/3070)) ([d8e1e63](https://github.com/antvis/x6/commit/d8e1e637d8027b9494cd26efc87815d74bd51366))

## @antv/x6-common [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-25)

### Bug Fixes

- npm version ([cb0cfde](https://github.com/antvis/x6/commit/cb0cfdeb4dbe8858569e6899db08ccb9ab8ba4e7))

## @antv/x6-common [2.0.1](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-11-24)
- add case sensitive attr
2 changes: 1 addition & 1 deletion packages/x6-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-common",
"version": "2.0.13",
"version": "2.0.14",
"description": "Basic toolkit for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/x6-common/src/dom/attr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const CASE_SENSITIVE_ATTR = [
'repeatCount',
'textLength',
'lengthAdjust',
'gradientUnits',
]

export type Attributes = { [key: string]: string | number | null | undefined }
Expand Down
11 changes: 0 additions & 11 deletions packages/x6-geometry/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions packages/x6-plugin-clipboard/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions packages/x6-plugin-dnd/CHANGELOG.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/x6-plugin-export/CHANGELOG.md

This file was deleted.

Loading