Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
FLOW-816 tooltip removal logic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr committed Jul 11, 2023
1 parent c1bb550 commit 3f78b58
Show file tree
Hide file tree
Showing 10 changed files with 2,015 additions and 1,185 deletions.
2 changes: 1 addition & 1 deletion packages/flow-code-editor/html.html-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tags": [
{
"name": "f-code-editor",
"description": "Events:\n\n * `content-change` {`CustomEvent<{ value: string | undefined; }>`} - \n\nAttributes:\n\n * `code` {`string | undefined`} - actual code to display in editor\n\n * `language` {`FCodeEditorLanguage | undefined`} - language of code\n\n * `height` {`string | undefined`} - height to is required to create editor\n\n * `width` {`string | undefined`} - width to is required to create editor\n\n * `settings` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `services` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `tooltip` {`string | undefined`} - \n\nProperties:\n\n * `editor` {`IStandaloneCodeEditor | undefined`} - editor instance\n\n * `code` {`string | undefined`} - actual code to display in editor\n\n * `language` {`FCodeEditorLanguage | undefined`} - language of code\n\n * `height` {`string | undefined`} - height to is required to create editor\n\n * `width` {`string | undefined`} - width to is required to create editor\n\n * `settings` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `services` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `styles` {`CSSResult[]`} - css loaded from scss file\n\n * `tooltipElement` {`HTMLElement`} - \n\n * `tooltip` {`string | undefined`} - ",
"description": "Events:\n\n * `content-change` {`CustomEvent<{ value: string | undefined; }>`} - \n\nAttributes:\n\n * `code` {`string | undefined`} - actual code to display in editor\n\n * `language` {`FCodeEditorLanguage | undefined`} - language of code\n\n * `height` {`string | undefined`} - height to is required to create editor\n\n * `width` {`string | undefined`} - width to is required to create editor\n\n * `settings` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `services` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `tooltip` {`string | undefined`} - \n\nProperties:\n\n * `editor` {`IStandaloneCodeEditor | undefined`} - editor instance\n\n * `code` {`string | undefined`} - actual code to display in editor\n\n * `language` {`FCodeEditorLanguage | undefined`} - language of code\n\n * `height` {`string | undefined`} - height to is required to create editor\n\n * `width` {`string | undefined`} - width to is required to create editor\n\n * `settings` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `services` {`IStandaloneEditorConstructionOptions | undefined`} - \n\n * `styles` {`CSSResult[]`} - css loaded from scss file\n\n * `tooltipElement` {`HTMLElement`} - \n\n * `tooltip` {`string | undefined`} - \n\n * `mouseEnter` - \n\n * `mouseLeave` - ",
"attributes": [
{
"name": "code",
Expand Down
7 changes: 6 additions & 1 deletion packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

# Change Log

## [1.17.5] - 2023-07-05
## [1.17.6] - 2023-07-11
### Bug Fixes

- tooltip removal logic updated (when value switch from string to null or undefined)

## [1.17.5] - 2023-07-11
### Bug Fixes

- `f-search`: `scope` dropdown width updated.
Expand Down
Loading

0 comments on commit 3f78b58

Please sign in to comment.