Style the info element so that newlines are preserved, to make it easier to display multi-line info from a string source.
New features
When registering an abort handler for a completion query, you can now use the onDocChange option to indicate that your query should be aborted as soon as the document changes while it is running.
6.17.0 (2024-07-03)
Bug fixes
Fix an issue where completions weren't properly reset when starting a new completion through activateOnCompletion.
New features
CompletionContext objects now have a view property that holds the editor view when the query context has a view available.
6.16.3 (2024-06-19)
Bug fixes
Avoid adding an aria-autocomplete attribute to the editor when there are no active sources active.
6.16.2 (2024-05-31)
Bug fixes
Allow backslash-escaped closing braces inside snippet field names/content.
6.16.1 (2024-05-29)
Bug fixes
Fix a bug where multiple backslashes before a brace in a snippet were all removed.
Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.
New features
The new EditorView.clipboardInputFilter and clipboardOutputFilter facets allow you to register filter functions that change text taken from or sent to the clipboard.
6.32.0 (2024-08-12)
Bug fixes
Fix a bug where the editor could draw way too big a viewport when not managing its own scrollbar.
New features
The new gutterWidgetClass facet makes it possible to add a class to gutter elements next to widgets.
6.31.0 (2024-08-11)
Bug fixes
Avoid the editor's geometry measurements becoming incorrect when fonts finish loading by scheduling a measure on document.fonts.ready.
Avoid an issue where Chrome would incorrectly scroll the window when deleting lines in the editor.
Fix an issue where in some layouts editor content would be drawn on top of panel elements.
Fix an issue where coordsAtPos would return null when querying a position in a block widget.
New features
The new lineNumberWidgetMarker facet makes it possible to insert markers into the line number gutter for widgets.
6.30.0 (2024-08-05)
Bug fixes
Make spell check corrections work again on EditContext-enabled Chrome versions.
New features
The value returned by hoverTooltip now has an active property providing the state field used to store the open tooltips.
#3198d8ff8a5 Thanks @Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.
Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215a9f6912 Thanks @Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.
#281565a1eea Thanks @srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes
#3206d1994c4 Thanks @DiegoAndai! - Improved compatibility with the upcoming @types/react for React 19 where the global JSX namespace doesn't exist anymore
#320856109e7 Thanks @Andarist! - Only forward defined refs to improve compatibility with the upcoming React 19
[@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
[@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
[@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
[@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
[@mantine/core] Accordion: Add missing withProps function (#6564)
[@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
[@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
[@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
[@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
[@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
[@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
[@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
[@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
[@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
[@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
[@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
[@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
[@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
Bumps the dependencies group with 55 updates in the /src/frontend directory:
6.16.0
6.18.0
6.10.1
6.10.2
6.5.0
6.8.1
6.26.3
6.33.0
11.11.4
11.13.3
6.5.2
6.6.0
6.5.2
6.6.0
6.5.2
6.6.0
0.2.0
0.2.2
4.10.0
4.11.3
4.10.0
4.11.3
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.8.0
7.12.2
7.110.1
8.27.0
3.2.0
3.14.0
5.29.2
5.53.2
4.21.25
4.23.0
4.21.25
4.23.0
1.14.2
1.15.5
1.6.8
1.7.7
1.11.10
1.11.13
8.0.2
8.2.0
7.8.1
7.11.3
18.2.0
18.3.1
18.2.79
18.3.5
18.2.0
18.3.1
18.2.25
18.3.0
7.51.3
7.53.0
18.2.0
18.3.1
6.22.3
6.26.1
2.12.5
2.12.7
6.1.8
6.1.13
4.5.2
4.5.5
7.24.4
7.25.2
7.24.1
7.24.7
7.24.1
7.24.7
4.10.0
4.11.3
4.10.0
4.11.3
1.43.1
1.46.1
20.12.7
22.5.2
4.0.7
4.0.15
4.2.1
4.3.1
15.1.0
17.0.0
3.3.1
3.5.2
5.4.5
5.5.4
5.2.8
5.4.2
6.0.0
6.0.2
Updates
@codemirror/autocomplete
from 6.16.0 to 6.18.0Changelog
Sourced from
@codemirror/autocomplete
's changelog.Commits
4f1734c
Mark version 6.18.05392819
Make the info tooltip white-space: pre-linea6ba03d
Add support for an onDocChange option to query abort handlers2ef51c4
Mark version 6.17.0ef0844c
Provide an optional view reference in CompletionContext82893f8
Simplify completion source updatesda29bf0
Mark version 6.16.33f6e41d
Don't add aria-autocomplete when there are no completion sources099b9fe
Mark version 6.16.296a271b
Handle escaped braces in snippet field contentUpdates
@codemirror/language
from 6.10.1 to 6.10.2Changelog
Sourced from
@codemirror/language
's changelog.Commits
241b1de
Mark version 6.10.2cb00e70
Fix confused cursor positioning in clipRTLLinesUpdates
@codemirror/lint
from 6.5.0 to 6.8.1Changelog
Sourced from
@codemirror/lint
's changelog.Commits
8b2eb06
Mark version 6.8.1ebd04f3
Make lint marks non-inclusive again42076ce
Mark version 6.8.0be3b43b
Add the autoPanel optionedb043c
Mark version 6.7.12bf28d8
Make sure forceLinting cancels the pending lint run6dc3ba4
Mark version 6.7.0831ee26
Pass the editor view to renderMessage7936880
Mark version 6.6.09cb3d38
Add hideOn configuration optionUpdates
@codemirror/view
from 6.26.3 to 6.33.0Changelog
Sourced from
@codemirror/view
's changelog.... (truncated)
Commits
e7b62aa
Mark version 6.33.00a5bd27
Add support for clipboardInputFilter/clipboardOutputFilterb58ff33
Include arrow's vertical extent when checking whether the pointer is over a t...d7ac939
Mark version 6.32.04ce14c1
Export a gutterWidgetClass facetfa5cfc9
Fix huge viewports being computed for some document-scrollable editors31f31e3
Mark version 6.31.0f40079c
Make coordinate queries in block widgets work228bab7
Make sure panels have a higher z-index than the editor5d7dbe6
Export a lineNumberWidgetMarker facetUpdates
@emotion/react
from 11.11.4 to 11.13.3Release notes
Sourced from
@emotion/react
's releases.Commits
3f46884
Version Packages (#3235)153cf88
Add scale property as unitless (#3240)0ce3ed0
Distributecss
prop attachment over props that are union types (#3232)e819f9c
Version Packages (#3229)49f7435
Fix broken browser file reference in primitives-core/package.json (#3228)c6f01a2
Version Packages (#3224)c72d279
Remove incorrect tripleslash directives referencing node types (#3219)70ad1d3
Version Packages (#3214)a9f6912
Addededge-light
andworkerd
conditions (#3215)d8ff8a5
Update Preconstruct and use import conditions (#3198)Updates
@fortawesome/fontawesome-svg-core
from 6.5.2 to 6.6.0Release notes
Sourced from
@fortawesome/fontawesome-svg-core
's releases.Commits
37eff7f
Release 6.6.0 (#20295)138f8c3
Update 000_icon_request.yml05235ab
Updating Icon Request Template (#20275)Updates
@fortawesome/free-regular-svg-icons
from 6.5.2 to 6.6.0Release notes
Sourced from
@fortawesome/free-regular-svg-icons
's releases.Commits
37eff7f
Release 6.6.0 (#20295)138f8c3
Update 000_icon_request.yml05235ab
Updating Icon Request Template (#20275)Updates
@fortawesome/free-solid-svg-icons
from 6.5.2 to 6.6.0Release notes
Sourced from
@fortawesome/free-solid-svg-icons
's releases.Commits
37eff7f
Release 6.6.0 (#20295)138f8c3
Update 000_icon_request.yml05235ab
Updating Icon Request Template (#20275)Updates
@fortawesome/react-fontawesome
from 0.2.0 to 0.2.2Release notes
Sourced from
@fortawesome/react-fontawesome
's releases.Changelog
Sourced from
@fortawesome/react-fontawesome
's changelog.Commits
fff48b1
Release 0.2.247a7be8
Handle undefined props like className (#564)ffa0bdf
Release 0.2.1773a565
Fix tests161d6ba
Remove defaultProps (#551)976c1ad
Doc update; Font Awesome no longer just v 5528e230
Update deps97e6518
Alias feature detection includes icons packageUpdates
@lingui/core
from 4.10.0 to 4.11.3Release notes
Sourced from
@lingui/core
's releases.Changelog
Sourced from
@lingui/core
's changelog.Commits
088efe5
chore(release): published v4.11.3 [skip ci]c459bb0
docs: Update extractor-vue.md (#1991)287a688
fix(cli): add pnpm detection to command suggestions (#1989)e460f1d
docs: add Documenso user to the main page (#1995)bc33e06
chore(format-po): split multi line comments (#1980)aff6579
Merge pull request #1987 from lingui/@vonovak/update-example
d504f0e
chore: introduce getI18nInstance to nextjs examplefd92d20
fix(extract): escape special regex characters used in file-based routing syst...f65c90b
chore(cli): updgrade cli-table version to licensed version (#1977)17e0af5
chore(release): published v4.11.2 [skip ci]Updates
@lingui/react
from 4.10.0 to 4.11.3Release notes
Sourced from
@lingui/react
's releases.Changelog
Sourced from
@lingui/react
's changelog.Commits
088efe5
chore(release): published v4.11.3 [skip ci]c459bb0
docs: Update extractor-vue.md (#1991)287a688
fix(cli): add pnpm detection to command suggestions (#1989)e460f1d
docs: add Documenso user to the main page (#1995)bc33e06
chore(format-po): split multi line comments (#1980)aff6579
Merge pull request #1987 from lingui/@vonovak/update-example
d504f0e
chore: introduce getI18nInstance to nextjs examplefd92d20
fix(extract): escape special regex characters used in file-based routing syst...f65c90b
chore(cli): updgrade cli-table version to licensed version (#1977)17e0af5
chore(release): published v4.11.2 [skip ci]Updates
@mantine/carousel
from 7.8.0 to 7.12.2Release notes
Sourced from
@mantine/carousel
's releases.... (truncated)
Commits
133b7bf
[release] Version: 7.12.2b07422e
[release] Version: 7.12.12ae72db
[release] Version: 7.12.0c087030
[release] Version: 7.11.21a3af9f
[@mantine/carousel
] Fix responsiveslideSize
values working differently fro...2f91229
[release] Version: 7.11.1831041b
[@mantine/carousel
] FixonSlideChange
using stale props values (#6393)4b58cb8
[release] Version: 7.11.02414345
[@mantine/core
] Add Component.withProps support to all components29f24e3
[release] Version: 7.10.2Updates
@mantine/core
from 7.8.0 to 7.12.2Release notes
Sourced from
@mantine/core
's releases.