dependabot[bot] opened a new pull request, #37824: URL: https://github.com/apache/superset/pull/37824
Bumps [antd](https://github.com/ant-design/ant-design) from 6.2.3 to 6.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/releases">antd's releases</a>.</em></p> <blockquote> <h2>6.3.0</h2> <ul> <li>ConfigProvider <ul> <li>🆕 Support ConfigProvider global configuration of <code>maskClosable</code> for Modal and Drawer. <a href="https://redirect.github.com/ant-design/ant-design/pull/56739">#56739</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🆕 Support ConfigProvider <code>suffixIcon</code> global configuration for DatePicker and TimePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56709">#56709</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>expandIcon</code> and <code>loadingIcon</code> global configuration for Cascader. <a href="https://redirect.github.com/ant-design/ant-design/pull/56482">#56482</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>scroll</code> global configuration for Table. <a href="https://redirect.github.com/ant-design/ant-design/pull/56628">#56628</a> <a href="https://github.com/Clayton"><code>@Clayton</code></a></li> <li>🆕 Support ConfigProvider <code>className</code> and <code>style</code> configuration for App, and <code>arrow</code> prop for ColorPicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56573">#56573</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Support ConfigProvider <code>loadingIcon</code> global configuration for Button. <a href="https://redirect.github.com/ant-design/ant-design/pull/56439">#56439</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>rangePicker.separator</code> global configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/56499">#56499</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>tooltipIcon</code> and <code>tooltipProps</code> global configuration for Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/56372">#56372</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> </ul> </li> <li>Upload <ul> <li>🆕 Add Upload <code>classNames.trigger</code> and <code>styles.trigger</code> props. <a href="https://redirect.github.com/ant-design/ant-design/pull/56578">#56578</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🆕 Support Upload.Dragger <code>onDoubleClick</code> event. <a href="https://redirect.github.com/ant-design/ant-design/pull/56579">#56579</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload missing default height for <code>picture-card</code> / <code>picture-circle</code> parent nodes. <a href="https://redirect.github.com/ant-design/ant-design/pull/56864">#56864</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>🆕 Add Grid <code>xxxl</code> (1920px) breakpoint to adapt to FHD screens. <a href="https://redirect.github.com/ant-design/ant-design/pull/56825">#56825</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support Switch <code>indicator</code> customization for semantic structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56710">#56710</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Button <ul> <li>🐞 Fix Button reversed <code>hover</code> and <code>active</code> colors for <code>color</code> in dark theme. <a href="https://redirect.github.com/ant-design/ant-design/pull/56872">#56872</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Button border size not following Design Token <code>lineWidth</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56683">#56683</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>Select <ul> <li>💄 Remove Select redundant <code>-content-value</code> div DOM in single mode to optimize semantic structure, allowing override via <code>classNames</code> and <code>styles</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56811">#56811</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>notFoundContent</code> not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56756">#56756</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> </li> <li>Radio <ul> <li>🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. <a href="https://redirect.github.com/ant-design/ant-design/pull/56909">#56909</a> <a href="https://github.com/jany55555"><code>@jany55555</code></a></li> <li>💄 Remove Radio <code>-inner</code> DOM node of <code>icon</code> sub-element for better semantic structure adaptation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56783">#56783</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>💄 Disable Modal & Drawer mask blur effect by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56781">#56781</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. <a href="https://redirect.github.com/ant-design/ant-design/pull/56887">#56887</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix List color-related tokens not working for deprecated component config. <a href="https://redirect.github.com/ant-design/ant-design/pull/56913">#56913</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56852">#56852</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56521">#56521</a> <a href="https://github.com/huangkevin-apr"><code>@huangkevin-apr</code></a></li> <li>🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. <a href="https://redirect.github.com/ant-design/ant-design/pull/56764">#56764</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ ♿ Improve Tree accessibility support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56716">#56716</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Support ColorPicker semantic structure for selection block, and fix <code>root</code> semantic being incorrectly applied to popup elements. <a href="https://redirect.github.com/ant-design/ant-design/pull/56607">#56607</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>💄 Change Avatar default value of <code>size</code> from <code>default</code> to <code>medium</code> for consistency. <a href="https://redirect.github.com/ant-design/ant-design/pull/56440">#56440</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>💄 Remove Checkbox <code>-inner</code> DOM node of <code>icon</code> sub-element for better semantic structure adaptation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56783">#56783</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>MISC <ul> <li>🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56830">#56830</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Streamline <code>styles</code> and <code>classNames</code> type definitions for better standardization. <a href="https://redirect.github.com/ant-design/ant-design/pull/56758">#56758</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>ConfigProvider <ul> <li>🆕 ConfigProvider 支持 Modal 和 Drawer 的 <code>maskClosable</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56739">#56739</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🆕 ConfigProvider 支持 DatePicker 和 TimePicker 的 <code>suffixIcon</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56709">#56709</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 ConfigProvider 支持 Cascader 的 <code>expandIcon</code> 和 <code>loadingIcon</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56482">#56482</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 ConfigProvider 支持 Table 的 <code>scroll</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56628">#56628</a> <a href="https://github.com/Clayton"><code>@Clayton</code></a></li> <li>🆕 ConfigProvider 支持配置 App 的 <code>className</code> 与 <code>style</code>,以及 ColorPicker 的 <code>arrow</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/56573">#56573</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 ConfigProvider 支持 Button 的 <code>loadingIcon</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56439">#56439</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 ConfigProvider 支持 <code>rangePicker.separator</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56499">#56499</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 ConfigProvider 支持 Form 的 <code>tooltipIcon</code> 和 <code>tooltipProps</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/56372">#56372</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> </ul> </li> <li>Upload <ul> <li>🆕 Upload 新增 <code>classNames.trigger</code> 和 <code>styles.trigger</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/56578">#56578</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md">antd's changelog</a>.</em></p> <blockquote> <h2>6.3.0</h2> <p><code>2026-02-10</code></p> <ul> <li>ConfigProvider <ul> <li>🆕 Support ConfigProvider global configuration of <code>maskClosable</code> for Modal and Drawer. <a href="https://redirect.github.com/ant-design/ant-design/pull/56739">#56739</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🆕 Support ConfigProvider <code>suffixIcon</code> global configuration for DatePicker and TimePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56709">#56709</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>expandIcon</code> and <code>loadingIcon</code> global configuration for Cascader. <a href="https://redirect.github.com/ant-design/ant-design/pull/56482">#56482</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>scroll</code> global configuration for Table. <a href="https://redirect.github.com/ant-design/ant-design/pull/56628">#56628</a> <a href="https://github.com/Clayton"><code>@Clayton</code></a></li> <li>🆕 Support ConfigProvider <code>className</code> and <code>style</code> configuration for App, and <code>arrow</code> prop for ColorPicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56573">#56573</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Support ConfigProvider <code>loadingIcon</code> global configuration for Button. <a href="https://redirect.github.com/ant-design/ant-design/pull/56439">#56439</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>rangePicker.separator</code> global configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/56499">#56499</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>tooltipIcon</code> and <code>tooltipProps</code> global configuration for Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/56372">#56372</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> </ul> </li> <li>Upload <ul> <li>🆕 Add Upload <code>classNames.trigger</code> and <code>styles.trigger</code> props. <a href="https://redirect.github.com/ant-design/ant-design/pull/56578">#56578</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🆕 Support Upload.Dragger <code>onDoubleClick</code> event. <a href="https://redirect.github.com/ant-design/ant-design/pull/56579">#56579</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload missing default height for <code>picture-card</code> / <code>picture-circle</code> parent nodes. <a href="https://redirect.github.com/ant-design/ant-design/pull/56864">#56864</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>🆕 Add Grid <code>xxxl</code> (1920px) breakpoint to adapt to FHD screens. <a href="https://redirect.github.com/ant-design/ant-design/pull/56825">#56825</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support Switch <code>indicator</code> customization for semantic structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56710">#56710</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Button <ul> <li>🐞 Fix Button reversed <code>hover</code> and <code>active</code> colors for <code>color</code> in dark theme. <a href="https://redirect.github.com/ant-design/ant-design/pull/56872">#56872</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Button border size not following Design Token <code>lineWidth</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56683">#56683</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>Select <ul> <li>💄 Remove Select redundant <code>-content-value</code> div DOM in single mode to optimize semantic structure, allowing override via <code>classNames</code> and <code>styles</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56811">#56811</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>notFoundContent</code> not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56756">#56756</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> </li> <li>Radio <ul> <li>🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. <a href="https://redirect.github.com/ant-design/ant-design/pull/56909">#56909</a> <a href="https://github.com/jany55555"><code>@jany55555</code></a></li> <li>💄 Remove Radio <code>-inner</code> DOM node of <code>icon</code> sub-element for better semantic structure adaptation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56783">#56783</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>💄 Disable Modal & Drawer mask blur effect by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56781">#56781</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. <a href="https://redirect.github.com/ant-design/ant-design/pull/56887">#56887</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix List color-related tokens not working for deprecated component config. <a href="https://redirect.github.com/ant-design/ant-design/pull/56913">#56913</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56852">#56852</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56521">#56521</a> <a href="https://github.com/huangkevin-apr"><code>@huangkevin-apr</code></a></li> <li>🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. <a href="https://redirect.github.com/ant-design/ant-design/pull/56764">#56764</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ ♿ Improve Tree accessibility support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56716">#56716</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Support ColorPicker semantic structure for selection block, and fix <code>root</code> semantic being incorrectly applied to popup elements. <a href="https://redirect.github.com/ant-design/ant-design/pull/56607">#56607</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>💄 Change Avatar default value of <code>size</code> from <code>default</code> to <code>medium</code> for consistency. <a href="https://redirect.github.com/ant-design/ant-design/pull/56440">#56440</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>💄 Remove Checkbox <code>-inner</code> DOM node of <code>icon</code> sub-element for better semantic structure adaptation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56783">#56783</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>MISC <ul> <li>🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56830">#56830</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Streamline <code>styles</code> and <code>classNames</code> type definitions for better standardization. <a href="https://redirect.github.com/ant-design/ant-design/pull/56758">#56758</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/928fecbb2dd204a6aa59e4ec6665838c5bd997fe"><code>928fecb</code></a> docs: release version 6.3.0 with new features and bug fixes (<a href="https://redirect.github.com/ant-design/ant-design/issues/56916">#56916</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ea58eaf2009c92b532382e1af939e7f549bc598c"><code>ea58eaf</code></a> docs: add sponsor page (<a href="https://redirect.github.com/ant-design/ant-design/issues/56918">#56918</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/dd15122cb21c93c2bec444a35acd1594743c6e27"><code>dd15122</code></a> chore: bump antd-img-crop in the dev-dependencies group (<a href="https://redirect.github.com/ant-design/ant-design/issues/56921">#56921</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/da84086627cad4f460b9a60658c467000b537e7a"><code>da84086</code></a> chore: rerun CI by empty commit (<a href="https://redirect.github.com/ant-design/ant-design/issues/56875">#56875</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/8f723775a7f35f1a79ddcd5af41fb30130690acc"><code>8f72377</code></a> chore: upgrade deps (<a href="https://redirect.github.com/ant-design/ant-design/issues/56920">#56920</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/46dd425e39ed08407141468823cc95faa73b706a"><code>46dd425</code></a> refactor: improve tree code (<a href="https://redirect.github.com/ant-design/ant-design/issues/56919">#56919</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/58b451d485abd46a892ba96b215d3b394d5ffea5"><code>58b451d</code></a> docs(tree): add onDoubleClick API documentation (<a href="https://redirect.github.com/ant-design/ant-design/issues/56911">#56911</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e242c9af5a0e95a719f23cd09ffa561e1c7f3cc4"><code>e242c9a</code></a> docs(drawer): rm useless tip (<a href="https://redirect.github.com/ant-design/ant-design/issues/56917">#56917</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/95680f993a607fc22f3fc56d5d9509a1ccd1ad04"><code>95680f9</code></a> Merge branch 'feature' into master</li> <li><a href="https://github.com/ant-design/ant-design/commit/88659b3a85167c44908e6a6327ce8b2b5d3c968b"><code>88659b3</code></a> fix(radio): remove marginInlineEnd in Radio vertical mode (<a href="https://redirect.github.com/ant-design/ant-design/issues/56909">#56909</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/6.2.3...6.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
