Auto Bump: release/main → refs/heads/main (v6.0.0)#3470
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Auto Bump: release/main → refs/heads/main (v6.0.0)#3470github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
0c94f06 to
a17e3af
Compare
a9923f9 to
34d965f
Compare
2d685f9 to
2f197af
Compare
a9e251a to
6a056bb
Compare
0f39c73 to
6cd3b3e
Compare
183dd56 to
697ac21
Compare
1c211f3 to
81d6705
Compare
1cb9da1 to
f6e8d12
Compare
b4bf75e to
8edf441
Compare
This file contains hidden or 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
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.
This is an automated Release PR for version v6.0.0.
6.0.0 (2026-04-13)
🚀 Features
snapshot-testsmodule removed in flavor of newesl-website-e2eplaywright based module (58dbb5760)parseObjectSafe(f2dbb7a90)esl-line-clamp-altandesl-line-clamp-toggler(4b74bec4e)margin-arrowattribute replaced withmargin-tetherand 'offset-arrow' attribute replaced withalignment-tether(4a2c69239)parseObjectsafe utility added to replace unsafe evaluate method, and unlock short syntax in future (d14480435)parseObjectSafewrapper ofparseObjectwith fallback value for parse error (afe489518)@jsonAttrdecorator to useparseObjectunder the hood (07bd83667)ESLMediaRuleList.OBJECT_PARSERwith a parseObjectSafe reference (0df811e55)🩹 Fixes
💅 Refactors
ESLNoteIgnore.noteSelectorreplaced with restrictiveESLNoteIgnore.noteTag(b78e75d39)Documentation updates
ESLLineClampAltandESLLineClampToggler(09b1aa5f7)ESLNoteIgnore.noteSelectorreplaced with restrictiveESLNoteIgnore.noteTag(b78e75d39)ESLNoteIgnore.noteSelectorproperty reamed tonoteTag, with restriction to use tags onlythe
@exadel/eslint-plugin-eslno longer required and out of support, use@exadel/eslint-config-eslcapabilities insteadFixmsg commit for cfdb9d6
ESLAlert.defaultConfigremoved (useESLAlert.DEFAULT_PARAMSinstead)BREAKING CHANGE:
ESLIntersectionEvent.type,ESLElementResizeEvent.type,ESLSwipeGestureEvent.typeandESLWheelEvent.typeremovedBREAKING CHANGE:
ESLEventUtils.getAutoDescriptorsremoved (useESLEventUtils.descriptors(host, {auto: true})instead)BREAKING CHANGE:
ESLEnvShortcutsalias forESLMediaShortcutsremovedBREAKING CHANGE:
ESLMediaShortcuts.addandESLMediaShortcuts.setremoved (useESLMediaShortcuts.setinstead)BREAKING CHANGE:
PromiseUtilsremoved, use individual methods insteadBREAKING CHANGE:
RTLScroll,ScrollType,testRTLScrollTyperemoved (IE, Edge < 14 are no longer in support list)BREAKING CHANGE:
isBotcheck removed (no longer works)BREAKING CHANGE:
DeviceDetectorremoved, use individual checks insteadBREAKING CHANGE:
flatremoved, use ootbArray.prototype.flatBREAKING CHANGE:
UID,ArrayUtils,ObjectUtils,FormatUtils,FunctionUtilsremoved, use individual methods of the modulesthe
evaluateutility no longer available, useparseObjectorJSON.parseinstead for object parersESLMediaRuleList.OBJECT_PARSERwith a parseObjectSafe reference (0df811e55)the
ESLMediaRuleList.OBJECT_PARSERno longer support calculations or references inside values (these were never officially supported). If you need dynamic behavior, use custom parsers instead.@jsonAttrdecorator to useparseObjectunder the hood (07bd83667)@jsonAttr-based attributes no longer support calculations or references inside values (these were never officially supported). If you need dynamic behavior, make sure to override component config resolvers.