Skip to content

Commit

Permalink
merge next into main (#1848)
Browse files Browse the repository at this point in the history
* fix(pro:transfer): maximum recursive updates exceeded under vue 3.4

* feat: dynamic theme with theme tokens is now supported (#1737)

BREAKING CHANGE: original css vars and less vars are removed
BREAKING CHANGE: original default theme is removed, seer is now default theme
BREAKING CHANGE: original style entries is removed, now only index is provided

* feat: remove typography support (#1738)

BREAKING CHANGE: typography is removed

* feat(cdk:theme): add cdk theme support (#1739)

* build: update prerelease script

* docs(release): publish v2.0.0-beta.0

* docs(release): update changelog

* ci: update test

* feat: add dark theme (#1751)

* feat: add dark theme

* build: update eslint and prettier dependencies

* docs: add theme documentations (#1754)

* docs(release): publish v2.0.0-beta.1

* docs(release): update changelog

* fix: style dependencies missing in on-demand import entries (#1755)

* feat: add theme entries for on-demand import (#1756)

* docs: update docs for v2 (#1757)

* fix(comp:checkbox): button theme not registered (#1758)

* docs(release): publish v2.0.0-beta.2

* docs(release): update changelog

* fix(pro:layout): logo title color theme var reference error (#1759)

* feat(comp:table): change rowHeight theme tokens to paddings (#1760)

* fix(comp:pagination): change lg size font size to fontSizeSm (#1761)

* fix(comp:modal): adjust the icon of the modal that confirm the mode (#1763)

* fix(comp:modal): fix adjust modal icon height (#1762)

* feat: modify disable color theme tokens (#1764)

* feat(comp:theme): root level IxThemeProvider is no longer needed (#1765)

* feat(cdk:forms): add `interactions` trigger (#1766)

* feat(comp:drawer): distance is configurable and determined by drawer size (#1767)

* feat(comp:table): add insetShadow to horizontal overlowed container (#1768)

* fix(pro:layout): style error when theme style not injected (#1769)

* fix(cdk:forms): interactions trigger dosen't work (#1770)

* fix(pro:layout): dark theme overlay menu style error (#1771)

* build: update theme doc (#1772)

* docs(release): publish v2.0.0-beta.3

* docs(release): update changelog

* feat(cdk:scroll): virtual scroll supports horizontal (#1775)

BREAKING CHANGE: itemHeight is deprecated, use rowHeight instead
BREAKING CHANGE: itemRender is deprecated, use rowRender instead

* fix(comp:cascader): the value is incorrect after clicking the clear icon (#1774)

* feat(comp:table): add virtualHorizontal support (#1776)

* fix(comp:select): selectOptionFontSize theme var reference error (#1777)

* docs(release): publish v2.0.0-beta.4

* docs(release): update changelog

* feat(comp:tag): support compact group tags (#1779)

* fix(comp:popover,tooltip): replace paddings with theme variables (#1780)

* fix(comp:table): pagination should hide when data empty (#1782)

* fix(comp:head): modify header bar style (#1781)

* fix(comp:tree): update tree line style (#1783)

* fix(cdk:popper): modify default placement to `bottomStart` (#1785)

* feat(comp:table): column align supports cell and title (#1784)

* fix(comp:upload): file is not uploaded when maxCount is 1 (#1786)

* fix(comp:upload): file remove icon should be 'close' (#1787)

* fix(comp:tabs): tabs segment mod nav font-weight should be normal (#1788)

* fix(comp): modify offline color token (#1789)

* fix(comp:timeline): modify contentMarginBottom to marginSizeLg (#1791)

* fix(comp:collapse): modify header font-size to fontSizeHeaderSm (#1790)

* fix(comp:tag): modify tag normal bg color (#1792)

* fix(pro:search): replace spacing with theme tokens (#1793)

* fix(comp:table): table header not visible when width not collected (#1794)

* fix(pro:search): container zIndex shouldn't be set when not focused (#1795)

* fix(pro:search): searchable fields should keep search text after value change (#1796)

* docs: update theme docs (#1797)

* fix(comp:table): scroll classes is determined by scroll overflowed (#1798)

* fix(comp:tree): virtual treeNode slots not passed (#1799)

* build: remove uncessary console statements

* fix(comp:tree): virtual treeNode slots not passed

* docs(release): publish v2.0.0-beta.5

* docs(release): update changelog

* docs(comp:empty): change empty slot demo style (#1803)

* fix(comp:header): change bar height (#1804)

* docs(comp:table): set table demo head count column align to left (#1805)

* docs(comp:modal): set demo margin bottom to 0px (#1806)

* docs(comp:table): set table demo operation col gap (#1807)

* docs(comp:dropdown): demo icon vertical center (#1810)

* fix(comp:alert): change alert icon marigin-right to marginSizeXs(#1802)

* fix(comp:collapse): change header prefix margin right to marginSizeMd (#1811)

* fix(comp:tag): change tag padding x to 8px, use box-shadow instead of border (#1801)

* fix(cdk:popper): arrow size not properly calculated (#1813)

* feat(cdk:scroll): add simulated scroll support to VirtualScroll (#1812)

* build: fix lint errors (#1816)

* feat(pro:search): select field supports caching selected data (#1814)

* fix(comp:*): modify all overlay default placement to bottomStart (#1815)

* fix(comp:tag): reset bordered style from box-shadow to border (#1817)

* fix(pro:search): quick select panel search bar overflows (#1819)

* docs(comp): update theme docs (#1820)

* fix(comp:select): theme token optionGroupMargin unit error (#1821)

* docs(release): publish v2.0.0-beta.6

* docs(release): update changelog

* fix(comp:popover): remove content padding top (#1822)

* fix(comp:button): button is not vertical center when it has icon (#1830)

* fix(comp:cascader): remote search is error (#1832)

* fix(comp:select): when  input change multiply model input width is error (#1829)

* docs(comp:stepper): modify size default value (#1827)

* feat(cdk:scroll): virtual scrollTo supports horizontal target (#1833)

BREAKING CHANGE: scrollTo option index is deprecated, use rowIndex instead
BREAKING CHANGE: scrollTo option offset is deprecated, use verticalOffset instead
BREAKING CHANGE: scrollTo option key is deprecated, use rowKey instead
BREAKING CHANGE: scrollTo option align is deprecated, use verticalAlign instead

* fix(comp:table): inconsecutive fixed columns are not fixed (#1835)

* fix(comp:table): virtual table scroll sync should be done by virtual scrollTo API (#1834)

* fix(comp:drawer): destroyOnHide drawer doesn't destroy if visible is set false before enter transition (#1836)

* fix(pro:table): hovering layout tool trigger shouldn't show resize handle (#1838)

* fix(cdk:scroll): optimize virtual scroll render pool resuage (#1837)

* fix(comp:popconfirm): change style (#1823)

* fix(comp:tree): modify tree line spacing (#1839)

* fix(comp:alert,tag): replace rgba bg color with color with no alpha (#1840)

mix color with alpha with container bg color to get a bg color with no alpha

* style(pro:transfer,tree): modify tree node horizontal padding (#1841)

* fix(comp:header): header bar should be aligned top (#1842)

* fix(comp:select): search input should be cleared after option selected (#1843)

* fix(comp:table): tree table line doesn't appear normally (#1844)

* docs: update theme doc (#1845)

* docs: update deprecated API list (#1847)

* fix(cdk:form,comp:icon): fix suspected memory leak (#1846)

---------

Co-authored-by: jing <38604634+threedayAAAAA@users.noreply.github.com>
Co-authored-by: danranVm <danranvm@gmail.com>
  • Loading branch information
3 people committed Feb 1, 2024
1 parent 181bf35 commit a75f53d
Show file tree
Hide file tree
Showing 1,696 changed files with 29,048 additions and 12,377 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ module.exports = {
'prettier/prettier': ['error', prettierConfig],

// ts
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/brace-style': ['error', '1tbs'],
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/member-delimiter-style': [
Expand Down
Empty file modified .husky/commit-msg
100755 → 100644
Empty file.
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
244 changes: 242 additions & 2 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.12.4",
"version": "2.0.0-beta.6",
"command": {
"publish": {
"allowBranch": ["main", "release", "next", "hotfix"],
Expand Down
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"clean": "lerna run clean && rimraf coverage dist node_modules pnpm-lock.yaml",
"start": "gulp start --cwd ./packages/site --gulpfile ./scripts/gulp/gulpfile.ts",
"build": "npm-run-all -s build:clean -p build:lib build:declaration build:style build:site",
"build:package": "npm-run-all -s build:clean -p build:lib build:declaration build:style",
"build:pre-version": "npm-run-all -s build:clean -p build:lib build:declaration build:style build:site-pre-version",
"build:clean": "gulp build:clean --gulpfile ./scripts/gulp/gulpfile.ts",
"build:lib": "gulp build:lib --gulpfile ./scripts/gulp/gulpfile.ts",
Expand All @@ -17,10 +18,12 @@
"build:site-pre-version": "gulp build:site-pre-version --cwd ./packages/site --gulpfile ./scripts/gulp/gulpfile.ts",
"icons": "gulp icons --gulpfile ./scripts/gulp/gulpfile.ts",
"gen": "ts-node scripts/gen/generate.ts",
"theme:update": "ts-node scripts/gen/theme/run.ts",
"colors:update": "ts-node scripts/gen/colors/run.ts",
"lessvariable:update": "ts-node scripts/gen/style-variable/update.ts",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"version": "lerna version --conventional-commits --no-push --exact",
"version": "lerna version --conventional-commits --conventional-prerelease --no-push --exact",
"test": "vitest",
"lint": "npm-run-all -p ls-lint eslint stylelint markdownlint",
"lint:fix": "npm-run-all -p ls-lint eslint:fix stylelint:fix markdownlint:fix",
Expand Down Expand Up @@ -94,23 +97,25 @@
"codecov": "^3.8.3",
"cz-git": "^1.7.1",
"esbuild": "^0.15.18",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"fast-glob": "^3.3.1",
"figlet": "^1.6.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"happy-dom": "^12.10.3",
"husky": "^8.0.3",
"inquirer": "^8.2.6",
"jsdom": "^20.0.3",
"lerna": "^7.2.0",
"less": "^4.2.0",
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdownlint-cli": "^0.32.2",
"marked": "^4.3.0",
Expand All @@ -119,7 +124,7 @@
"parse5": "^7.1.2",
"postcss": "^8.4.29",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prismjs": "^1.29.0",
"resolve-bin": "^1.0.1",
"rimraf": "^4.4.1",
Expand All @@ -132,9 +137,11 @@
"ts-node": "^10.9.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.4",
"typescript": "^4.9.5",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.4.9",
"vite-node": "^0.34.6",
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-static-copy": "^0.9.0",
"vitest": "^0.24.5",
Expand Down
126 changes: 124 additions & 2 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,150 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.4](https://github.com/IDuxFE/idux/compare/v1.12.2...v1.12.4) (2024-01-02)
# [2.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2024-01-17)


### Bug Fixes

* **cdk:popper:** arrow size not properly calculated ([#1813](https://github.com/IDuxFE/idux/issues/1813)) ([f7abe16](https://github.com/IDuxFE/idux/commit/f7abe16f9b8bf71124d46fc96c8a6594d36ef64e))


### Features

* **cdk:scroll:** add simulated scroll support to VirtualScroll ([#1812](https://github.com/IDuxFE/idux/issues/1812)) ([17ccefa](https://github.com/IDuxFE/idux/commit/17ccefaf3cd0689e12e69be9d5af95578a12eae5))





# [2.0.0-beta.5](https://github.com/IDuxFE/idux/compare/v1.12.2...v2.0.0-beta.5) (2024-01-08)


### Bug Fixes

* **cdk:drag-drop:** remove user-select none style ([#1743](https://github.com/IDuxFE/idux/issues/1743)) ([d76dcda](https://github.com/IDuxFE/idux/commit/d76dcdabf443c1aa3399d82271fbbcbee79e260f))
* **cdk:forms:** interactions trigger dosen't work ([#1770](https://github.com/IDuxFE/idux/issues/1770)) ([fc44cbf](https://github.com/IDuxFE/idux/commit/fc44cbf912b2ba78f4847ad599d64d89464c408a))
* **cdk:popper:** modify default placement to `bottomStart` ([#1785](https://github.com/IDuxFE/idux/issues/1785)) ([5d9ddc4](https://github.com/IDuxFE/idux/commit/5d9ddc4d9e21226c9d7ef89b223cc4eb574ac611))


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([415f07f](https://github.com/IDuxFE/idux/commit/415f07f5c5a23ac1737865b945417e1424a7086b))
* **cdk:forms:** add `interactions` trigger ([#1766](https://github.com/IDuxFE/idux/issues/1766)) ([83c60e7](https://github.com/IDuxFE/idux/commit/83c60e729ec1d1979a1250f1d1cd88583a4be5ec))
* **cdk:scroll:** virtual scroll supports horizontal ([#1775](https://github.com/IDuxFE/idux/issues/1775)) ([77a0411](https://github.com/IDuxFE/idux/commit/77a0411370fb88e15e192850b57ae9bc5956a884))
* **cdk:theme:** add cdk theme support ([#1739](https://github.com/IDuxFE/idux/issues/1739)) ([ab9cb89](https://github.com/IDuxFE/idux/commit/ab9cb894e44be39dcf1310a4a0ff3a66be1d3649))
* dynamic theme with theme tokens is now supported ([#1737](https://github.com/IDuxFE/idux/issues/1737)) ([5976f6d](https://github.com/IDuxFE/idux/commit/5976f6dcfecd276ad7c3406786266f65453da8dd))


### BREAKING CHANGES

* **cdk:scroll:** itemHeight is deprecated, use rowHeight instead
* **cdk:scroll:** itemRender is deprecated, use rowRender instead
* original css vars and less vars are removed
* original default theme is removed, seer is now default theme
* original style entries is removed, now only index is provided



## [1.12.3](https://github.com/IDuxFE/idux/compare/v1.12.2...v1.12.3) (2023-12-05)


# [2.0.0-beta.4](https://github.com/IDuxFE/idux/compare/v1.12.2...v2.0.0-beta.4) (2023-12-27)


### Bug Fixes

* **cdk:drag-drop:** remove user-select none style ([#1743](https://github.com/IDuxFE/idux/issues/1743)) ([d76dcda](https://github.com/IDuxFE/idux/commit/d76dcdabf443c1aa3399d82271fbbcbee79e260f))
* **cdk:forms:** interactions trigger dosen't work ([#1770](https://github.com/IDuxFE/idux/issues/1770)) ([c099b1a](https://github.com/IDuxFE/idux/commit/c099b1a50545ecc28c40a7610320614dbf23866e))


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([a4540ec](https://github.com/IDuxFE/idux/commit/a4540ecb226f110b0fdd74a4d4525427db02d926))
* **cdk:forms:** add `interactions` trigger ([#1766](https://github.com/IDuxFE/idux/issues/1766)) ([dcdbfb3](https://github.com/IDuxFE/idux/commit/dcdbfb3effa0461edb0806fe4b08b59c78e45833))
* **cdk:scroll:** virtual scroll supports horizontal ([#1775](https://github.com/IDuxFE/idux/issues/1775)) ([4b39705](https://github.com/IDuxFE/idux/commit/4b39705af35cff3422dc7666777409c2f80030b1))
* **cdk:theme:** add cdk theme support ([#1739](https://github.com/IDuxFE/idux/issues/1739)) ([6616ebc](https://github.com/IDuxFE/idux/commit/6616ebc5472367231d52f9f55a923b1504a8c5dc))
* dynamic theme with theme tokens is now supported ([#1737](https://github.com/IDuxFE/idux/issues/1737)) ([f587f3a](https://github.com/IDuxFE/idux/commit/f587f3aa856b0576a6d9bb8b1d428301c4f5cccb))


### BREAKING CHANGES

* **cdk:scroll:** itemHeight is deprecated, use rowHeight instead
* **cdk:scroll:** itemRender is deprecated, use rowRender instead
* original css vars and less vars are removed
* original default theme is removed, seer is now default theme
* original style entries is removed, now only index is provided





# [2.0.0-beta.3](https://github.com/IDuxFE/idux/compare/v1.12.3...v2.0.0-beta.3) (2023-12-11)


### Bug Fixes

* **cdk:forms:** interactions trigger dosen't work ([#1770](https://github.com/IDuxFE/idux/issues/1770)) ([c099b1a](https://github.com/IDuxFE/idux/commit/c099b1a50545ecc28c40a7610320614dbf23866e))


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([a4540ec](https://github.com/IDuxFE/idux/commit/a4540ecb226f110b0fdd74a4d4525427db02d926))
* **cdk:forms:** add `interactions` trigger ([#1766](https://github.com/IDuxFE/idux/issues/1766)) ([dcdbfb3](https://github.com/IDuxFE/idux/commit/dcdbfb3effa0461edb0806fe4b08b59c78e45833))
* **cdk:theme:** add cdk theme support ([#1739](https://github.com/IDuxFE/idux/issues/1739)) ([6616ebc](https://github.com/IDuxFE/idux/commit/6616ebc5472367231d52f9f55a923b1504a8c5dc))
* dynamic theme with theme tokens is now supported ([#1737](https://github.com/IDuxFE/idux/issues/1737)) ([f587f3a](https://github.com/IDuxFE/idux/commit/f587f3aa856b0576a6d9bb8b1d428301c4f5cccb))


### BREAKING CHANGES

* original css vars and less vars are removed
* original default theme is removed, seer is now default theme
* original style entries is removed, now only index is provided





# [2.0.0-beta.1](https://github.com/IDuxFE/idux/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2023-11-29)


### Features

* add dark theme ([#1751](https://github.com/IDuxFE/idux/issues/1751)) ([411ed2b](https://github.com/IDuxFE/idux/commit/411ed2b90f15e3b8c7f1989429fa023065304143))





# [2.0.0-beta.0](https://github.com/IDuxFE/idux/compare/v1.12.2...v2.0.0-beta.0) (2023-11-23)


### Features

* **cdk:theme:** add cdk theme support ([#1739](https://github.com/IDuxFE/idux/issues/1739)) ([f34f0e5](https://github.com/IDuxFE/idux/commit/f34f0e573d294719abe216dd2f3fbf196bcd021b))
* dynamic theme with theme tokens is now supported ([#1737](https://github.com/IDuxFE/idux/issues/1737)) ([ea22a8f](https://github.com/IDuxFE/idux/commit/ea22a8fa8fb863a4c546b9af62025718779d3463))


### BREAKING CHANGES

* original css vars and less vars are removed
* original default theme is removed, seer is now default theme
* original style entries is removed, now only index is provided

## [1.12.4](https://github.com/IDuxFE/idux/compare/v1.12.2...v1.12.4) (2024-01-02)


### Bug Fixes

* **cdk:drag-drop:** remove user-select none style ([#1743](https://github.com/IDuxFE/idux/issues/1743)) ([d76dcda](https://github.com/IDuxFE/idux/commit/d76dcdabf443c1aa3399d82271fbbcbee79e260f))

## [1.12.3](https://github.com/IDuxFE/idux/compare/v1.12.2...v1.12.3) (2023-12-05)


### Bug Fixes

* **cdk:drag-drop:** remove user-select none style ([#1743](https://github.com/IDuxFE/idux/issues/1743)) ([d76dcda](https://github.com/IDuxFE/idux/commit/d76dcdabf443c1aa3399d82271fbbcbee79e260f))


## [1.9.4](https://github.com/IDuxFE/idux/compare/v1.9.3...v1.9.4) (2023-08-28)

**Note:** Version bump only for package @idux/cdk
Expand Down
10 changes: 5 additions & 5 deletions packages/cdk/a11y/demo/FocusMonitor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@ onBeforeUnmount(() => {

<style scoped lang="less">
.example-focus-monitor {
background-color: @color-grey;
background-color: #a3a3a3;
padding: 20px;
.cdk-mouse-focused {
background: @color-blue;
background: #1c6eff;
}
.cdk-keyboard-focused {
background: @color-green;
background: #39c317;
}
.cdk-touch-focused {
background: @color-magenta;
background: #d619be;
}
.cdk-program-focused {
background: @color-red;
background: #f52727;
}
.ix-button {
Expand Down
8 changes: 6 additions & 2 deletions packages/cdk/forms/docs/Api.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function useFormControl<T>(
| `disabled` | 默认禁用当前控件 | `boolean \| (control: AbstractControl, initializing: boolean) => boolean` | - | `initializing``true` 时,表示处于初始化中,此时 `control` 的部分属性还不能访问。 |
| `name` | 控件的名称 | `string` | - | 通常用于自定义提示信息 |
| `example` | 控件的示例 | `string` | - | 通常用于自定义提示信息 |
| `trigger` | 验证器触发的时机 | `'change' \| 'blur' \| 'submit'` | `change` | - |
| `trigger` | 验证器触发的时机 | `'change' \| 'blur' \| 'submit' \| 'interactions'` | `change` | - |
| `validators` | 一个同步验证器函数或数组 | `ValidatorFn \| ValidatorFn[]` | - | - |
| `asyncValidators` | 一个异步验证器函数或数组 | `AsyncValidatorFn \| AsyncValidatorFn[]` | - | - |

Expand Down Expand Up @@ -231,6 +231,10 @@ export abstract class AbstractControl<T = any> {
* 如果用户在 UI 中尚未更改控件的值,则该控件是 `pristine`
*/
readonly pristine: ComputedRef<boolean>;
/**
* 如果控件被执行过校验,则 `validated``true`
*/
readonly validated: ComputedRef<boolean>;
/**
* 此控件的父级控制器, 如果不存在则为 `undefined`
*/
Expand All @@ -244,7 +248,7 @@ export abstract class AbstractControl<T = any> {
* 可选值: `'change'` | `'blur'` | `'submit'`
* 默认值: `'change'`
*/
get trigger(): 'change' | 'blur' | 'submit';
get trigger(): 'change' | 'blur' | 'submit' | 'interactions';
/**
* 此控件的名称,通常用于验证提示信息
*/
Expand Down

0 comments on commit a75f53d

Please sign in to comment.