Backspacing to the start of the completed range will no longer close the completion tooltip when it was triggered implicitly by typing the character before that range.
6.18.2 (2024-10-30)
Bug fixes
Don't immediately show synchronously updated completions when there are some sources that still need to return.
Make sure positions covered by a gutter or a panel aren't treated as visible for the purpose of displaying tooltips.
Properly include the tooltip arrow height when checking whether a tooltip fits in its preferred above/below position.
Fix an issue with compositions on Chrome inserting their content in the wrong position when another document change came in during composition.
6.34.2 (2024-11-05)
Bug fixes
Fix the default cursor color for dark themes, which was way too dark.
6.34.1 (2024-09-27)
Bug fixes
Avoid a stack overflow that could happen when updating a line with a lot of text tokens.
Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.
6.34.0 (2024-09-25)
Bug fixes
Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.
Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.
New features
placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.
6.33.1 (2024-08-30)
Bug fixes
Work around odd behavior in Chrome's newly supported caretPositionFromPoint method, which could cause CodeMirror to crash with a null dereference.
[@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
[@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
[@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
[@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
[@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
[@mantine/core] Fix top style prop not being conveted to rem (#7112)
[@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
[@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
[@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
[@mantine/notifications] Fix NotificationData type being too broad (#7097)
[@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
[@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
[@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)
[@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
[@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
[@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
[@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
[@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
[@mantine/core] Fix top style prop not being conveted to rem (#7112)
[@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
[@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
[@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
[@mantine/notifications] Fix NotificationData type being too broad (#7097)
[@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
[@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
[@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)
[@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
[@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
[@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
[@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
[@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
[@mantine/core] Fix top style prop not being conveted to rem (#7112)
[@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
[@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
[@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
[@mantine/notifications] Fix NotificationData type being too broad (#7097)
[@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
[@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
[@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)
[@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
[@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
[@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
[@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
[@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
[@mantine/core] Fix top style prop not being conveted to rem (#7112)
[@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
[@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
[@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
[@mantine/notifications] Fix NotificationData type being too broad (#7097)
[@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
[@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
[@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)
[@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
[@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
[@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
[@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
[@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
[@mantine/core] Fix top style prop not being conveted to rem (#7112)
[@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
[@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
[@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
[@mantine/notifications] Fix NotificationData type being too broad (#7097)
[@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
[@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
[@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)
Bumps the dependencies group with 50 updates in the /src/frontend directory:
6.18.1
6.18.3
6.2.1
6.2.2
6.8.1
6.8.2
6.5.6
6.5.7
6.33.0
6.34.3
6.6.0
6.7.0
6.6.0
6.7.0
6.6.0
6.7.0
4.11.4
4.14.0
4.11.4
4.14.0
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
7.12.2
7.14.1
8.31.0
8.39.0
3.17.0
3.22.0
5.56.2
5.60.6
4.23.3
4.23.6
4.23.3
4.23.6
1.15.5
1.16.0
3.1.7
3.2.0
3.0.5
3.2.0
8.3.0
8.4.0
1.4.4
1.5.0
7.53.0
7.53.2
6.26.2
6.28.0
5.8.1
5.8.3
2.12.7
2.13.3
4.5.5
5.0.1
7.25.2
7.26.0
7.24.7
7.25.9
7.24.7
7.26.0
1.2.0
1.4.0
4.11.4
4.14.0
4.11.4
4.14.0
1.47.2
1.49.0
22.6.0
22.9.1
18.3.8
18.3.12
18.3.0
18.3.1
4.0.15
4.0.17
4.3.1
4.3.3
5.6.2
5.6.3
5.4.7
5.4.11
Updates
@codemirror/autocomplete
from 6.18.1 to 6.18.3Changelog
Sourced from
@codemirror/autocomplete
's changelog.Commits
3030765
Mark version 6.18.3c1ba835
Allow backspacing to the start of the completion for implicit completions ena...d0c97d3
Mark version 6.18.25e97bd6
Make updateSyncTime apply to synchronously updates completion sourcesUpdates
@codemirror/lang-liquid
from 6.2.1 to 6.2.2Changelog
Sourced from
@codemirror/lang-liquid
's changelog.Commits
1bc44ee
Mark version 6.2.2eba4abd
Allow filters after assign directivesUpdates
@codemirror/lint
from 6.8.1 to 6.8.2Changelog
Sourced from
@codemirror/lint
's changelog.Commits
8d8a153
Mark version 6.8.235644c1
Don't wait for the slowest linter before showing resultsc13331c
Add widgetMarker option to lint gutterUpdates
@codemirror/search
from 6.5.6 to 6.5.7Changelog
Sourced from
@codemirror/search
's changelog.Commits
0ca3343
Mark version 6.5.731d4bbc
Avoid infinite loop when normalizer deletes charactersd0797ab
Allow nextMatch/prevMatch to wrap around and grow the current selectionUpdates
@codemirror/view
from 6.33.0 to 6.34.3Changelog
Sourced from
@codemirror/view
's changelog.Commits
0cb99d9
Mark version 6.34.39658d5e
Freeze the edit context when non-typing changes come in during composition869252a
Properly include arrow height when checking for tooltip spacee30c4ca
Hide tooltips for positions covered by gutters or panelsdb7b6b2
Mark version 6.34.249e68f7
Make the dark theme cursor color a lot lighter1d9f008
Mark version 6.34.1a5424ff
Add support for basic scaling of horizontal gaps86d355a
Prevent stack overflow via Array.splice when updating big content views79b8812
Mark version 6.34.0Updates
@fortawesome/fontawesome-svg-core
from 6.6.0 to 6.7.0Release notes
Sourced from
@fortawesome/fontawesome-svg-core
's releases.Commits
a03a91d
Release 6.7.0 (#20418)Updates
@fortawesome/free-regular-svg-icons
from 6.6.0 to 6.7.0Release notes
Sourced from
@fortawesome/free-regular-svg-icons
's releases.Commits
a03a91d
Release 6.7.0 (#20418)Updates
@fortawesome/free-solid-svg-icons
from 6.6.0 to 6.7.0Release notes
Sourced from
@fortawesome/free-solid-svg-icons
's releases.Commits
a03a91d
Release 6.7.0 (#20418)Updates
@lingui/core
from 4.11.4 to 4.14.0Release notes
Sourced from
@lingui/core
's releases.Changelog
Sourced from
@lingui/core
's changelog.Commits
8dcb749
chore(release): published v4.14.0 [skip ci]5d0516e
feat(format-po-gettext): respect Plural-Forms header (#2070)d0e45bc
docs: update react native guide according to example (#2071)e726b16
fix(extract): when files are used, don't overwrite obsolete (#1964)b8b4b19
docs: improve catalog format options description (#2050)263faa5
chore(release): published v4.13.0 [skip ci]75414db
chore: use metro transformer in react native example (#2000)25b3bc6
feat: adds custom prefix support for gettext po (#2004)9699ade
style(docs): minor refreshment of documentation styles (#2045)85873d9
docs: update ESLint plugin documentation (#2046)Updates
@lingui/react
from 4.11.4 to 4.14.0Release notes
Sourced from
@lingui/react
's releases.Changelog
Sourced from
@lingui/react
's changelog.Commits
8dcb749
chore(release): published v4.14.0 [skip ci]5d0516e
feat(format-po-gettext): respect Plural-Forms header (#2070)d0e45bc
docs: update react native guide according to example (#2071)e726b16
fix(extract): when files are used, don't overwrite obsolete (#1964)b8b4b19
docs: improve catalog format options description (#2050)263faa5
chore(release): published v4.13.0 [skip ci]75414db
chore: use metro transformer in react native example (#2000)25b3bc6
feat: adds custom prefix support for gettext po (#2004)9699ade
style(docs): minor refreshment of documentation styles (#2045)85873d9
docs: update ESLint plugin documentation (#2046)Updates
@mantine/carousel
from 7.12.2 to 7.14.1Release notes
Sourced from
@mantine/carousel
's releases.... (truncated)
Commits
12adf69
[release] Version: 7.14.1811b104
[release] Version: 7.14.01d07a31
[release] Version: 7.13.5a56501b
[release] Version: 7.13.5-alpha.234ee3cd
[release] Version: 7.13.5-alpha.1f34ab08
[core] Replace versions for alpha patch releasee5a8d4f
[@mantine/core
] Update peer dependencies range for react to allow react and r...fbcee92
[release] Version: 7.13.4b6767c8
[release] Version: 7.13.3e0721af
[release] Version: 7.13.2Updates
@mantine/charts
from 7.12.2 to 7.14.1Release notes
Sourced from
@mantine/charts
's releases.... (truncated)
Commits
12adf69
[release] Version: 7.14.1ed68c87
[@mantine/charts
] FixvalueFormatter
not working in point labels of LineCha...811b104
[release] Version: 7.14.0727c9e4
Merge branch master into 7.141d07a31
[release] Version: 7.13.5a56501b
[release] Version: 7.13.5-alpha.234ee3cd
[release] Version: 7.13.5-alpha.1f34ab08
[core] Replace versions for alpha patch releasee5a8d4f
[@mantine/core
] Update peer dependencies range for react to allow react and r...7bcc174
Merge branch 'master' of github.com:mantinedev/mantineUpdates
@mantine/core
from 7.12.2 to 7.14.1Release notes
Sourced from
@mantine/core
's releases.... (truncated)
Commits
12adf69
[release] Version: 7.14.1bd40d73
[@mantine/core
] Popover: Fixstyles
prop being handled incorrectly (#7120)5c04b62
[@mantine/core
] Popover: FixonOpen
andonClose
callbacks being called on...29c6d4c
[@mantine/core
] Menu: FixBlocked aria-hidden
warning when an interactive e...3554df4
[@mantine/core
] Fixtop
style prop not being conveted to rem (#7112)5af034c
[@mantine/core
] NumberInput: Remove increment/decrement control if value cann...d1e48bf
[@mantine/core
] NumberInput: Fix value being reverted to start value if intia...e55fbe6
[@mantine/core
] RingProgress: AddtransitionDuration
prop support (#7103)3145f41
[@mantine/core
] TagsInput: Fix incorrect tag remove logic with duplicated tag...b5e9be1
[@mantine/core
] Combobox: Fix incorrectaria-controls
attribute being set o...Updates
@mantine/dates
from 7.12.2 to 7.14.1Release notes
Sourced from
@mantine/dates
's releases.... (truncated)
Commits
12adf69
[release] Version: 7.14.1eebc06a
[@mantine/dates
] DateInput: FixdefaultDate
prop not working when the value...811b104
[release] Version: 7.14.01d07a31
[release] Version: 7.13.5a56501b
[release] Version: 7.13.5-alpha.234ee3cd
[release] Version: 7.13.5-alpha.1f34ab08
[core] Replace versions for alpha patch releasee5a8d4f
[@mantine/core
] Update peer dependencies range for react to allow react and r...07fd832
[@mantine/dates
] DatePickerInput: FixnextLabel
andpreviousLabel
props n...fbcee92
[release] Version: 7.13.4Updates
@mantine/dropzone
from 7.12.2 to 7.14.1Release notes
Sourced from
@mantine/dropzone
's releases.... (truncated)
Commits
12adf69
[release] Version: 7.14.1811b104
[release] Version: 7.14.01d07a31
[release] Version: 7.13.5a56501b
[release] Version: 7.13.5-alpha.234ee3cd
[release] Version: 7.13.5-alpha.1f34ab08
[core] Replace versions for alpha patch releasee5a8d4f
[@mantine/core
] Update peer dependencies range for react to allow react and r...fbcee92
[release] Version: 7.13.4b6767c8
[release] Version: 7.13.30b00bf3
[@mantine/dropzone
] Setdata-disabled
attribute on the root element if `dis...Updates
@mantine/form
from 7.12.2 to 7.14.1Release notes
Sourced from
@mantine/form
's releases.