-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(tooltip)!: sets default max width (VIV-1799) #1798
Merged
YonatanKra
merged 3 commits into
main-4.0.0-RC1
from
VIV-1799-tooltip-default-max-width
Jun 26, 2024
Merged
feat(tooltip)!: sets default max width (VIV-1799) #1798
YonatanKra
merged 3 commits into
main-4.0.0-RC1
from
VIV-1799-tooltip-default-max-width
Jun 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
* feat(tooltip)!: sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
* feat(tooltip)!: sets default max width (VIV-1799) (#1798) * chore: updates docs * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814)
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
* feat(tooltip): sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell): change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
* feat(tooltip)!: sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
* feat(tooltip): sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell): change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
* feat(tooltip): sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
feat(tooltip)!: sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
feat(tooltip): sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> feat(data-grid-cell): change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
YonatanKra
added a commit
that referenced
this pull request
Jul 1, 2024
feat(tooltip)!: sets default max width (VIV-1799) (#1798) feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) chore(docs): v4 migration page (VIV-1801) (#1796) fix(tabs)!: change gutters default to small (VIV-1796) (#1804) chore(docs)!: refine docs for v-4 (VIV-000) (#1813) feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814)
Merged
YonatanKra
added a commit
that referenced
this pull request
Jul 4, 2024
* feat(tooltip)!: sets default max width (VIV-1799) (#1798) * chore: updates docs * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
YonatanKra
added a commit
that referenced
this pull request
Jul 8, 2024
* feat(tooltip)!: sets default max width (VIV-1799) (#1798) * chore: updates docs --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> * feat(data-grid-cell)!: change default value of block-size and white-space (VIV-1797) (#1793) * Make PR CI start on any main branch * feat(audio-player)!: remove css-variable for min-inline-size and max-inline-size on host (VIV-1800) (#1803) * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) (#1789) * Improve error messages * feat(vue-wrappers)!: forward form values by DOM prop name (VIV-1798) --------- Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com> * chore(docs): v4 migration page (VIV-1801) (#1796) * fix(tabs)!: change gutters default to small (VIV-1796) (#1804) * chore(docs)!: refine docs for v-4 (VIV-000) (#1813) * feat(toggletip)!: add max-inline-size of 30ch & css-variable for custom size (VIV-1846) (#1814) * attempt at RP --------- Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home> Co-authored-by: Richard Helm <86777660+RichardHelm@users.noreply.github.com> Co-authored-by: Yonatan Kra <me@yonatankra.com> Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com> Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.