We just released Heroicons v2.1 which includes a brand new micro style — a full set of almost three hundred 16×16 icons designed for tighter, higher density UIs.
Added arrow-left-start-on-rectangle and arrow-right-end-on-rectangle icons to all sets
Changes
Minor improvements to the receipt-percent, receipt-refund, speaker-wave, speaker-x-mark, tag, ticket, window, video-camera-slash, plus, and minus icons in the mini set
Minor improvements to chevron-down, chevron-left, chevron-right, chevron-up, and chevron-up-down icons in all sets
Deprecations
Renamed arrow-left-on-rectangle to arrow-left-end-on-rectangle
Renamed arrow-right-on-rectangle to arrow-right-start-on-rectangle
All *-small icons in the outline and solid sets, use mini set instead
All *-small icons in the mini set, use micro set instead
v2.0.18
Fixed
Fix incorrect esm paths in package.json for both React and Vue (#988)
This version wraps up a major tables refactor, and includes some more bugfixes!
TableSelection
This version gets rid of GridSelection and Grid{Cell/Row/Table}Node, you should now (exclusively) use the Table equivalents.
Upgrade instructions (rename these in your codebase):
All table files now live in @lexical/table as opposed to a mix between lexical and @lexical/table.
GridSelection -> TableSelection
$isGridSelection -> $isTableSelection
LexicalTableSelection -> LexicalTableObserver
Cell (type) -> TableDOMCell
Cells (type) -> TableDOMRows
Grid (type) -> TableDOMTable
LexicalTableSelection.grid (the property) -> LexicalTableSelection.table
(helper function that contained grid in their name no longer do)
Why?
When we started GridSelection, we wanted GridSelection to cater a variety of use cases rather than remain specific to the Tables implementation. Fast forward, 1+ years we still haven't found any additional use case that fits GridSelection (internally or within the community). Hence, we took this opportunity to trim down the Core bundle size by ~1KB by making GridSelection specific to Tables.
This version wraps up a major tables refactor, and includes some more bugfixes!
TableSelection
This version gets rid of GridSelection and Grid{Cell/Row/Table}Node, you should now (exclusively) use the Table equivalents.
Upgrade instructions (rename these in your codebase):
All table files now live in @lexical/table as opposed to a mix between lexical and @lexical/table.
GridSelection -> TableSelection
$isGridSelection -> $isTableSelection
LexicalTableSelection -> LexicalTableObserver
Cell (type) -> TableDOMCell
Cells (type) -> TableDOMRows
Grid (type) -> TableDOMTable
LexicalTableSelection.grid (the property) -> LexicalTableSelection.table
(helper function that contained grid in their name no longer do)
Why?
When we started GridSelection, we wanted GridSelection to cater a variety of use cases rather than remain specific to the Tables implementation. Fast forward, 1+ years we still haven't found any additional use case that fits GridSelection (internally or within the community). Hence, we took this opportunity to trim down the Core bundle size by ~1KB by making GridSelection specific to Tables.
This version wraps up a major tables refactor, and includes some more bugfixes!
TableSelection
This version gets rid of GridSelection and Grid{Cell/Row/Table}Node, you should now (exclusively) use the Table equivalents.
Upgrade instructions (rename these in your codebase):
All table files now live in @lexical/table as opposed to a mix between lexical and @lexical/table.
GridSelection -> TableSelection
$isGridSelection -> $isTableSelection
LexicalTableSelection -> LexicalTableObserver
Cell (type) -> TableDOMCell
Cells (type) -> TableDOMRows
Grid (type) -> TableDOMTable
LexicalTableSelection.grid (the property) -> LexicalTableSelection.table
(helper function that contained grid in their name no longer do)
Why?
When we started GridSelection, we wanted GridSelection to cater a variety of use cases rather than remain specific to the Tables implementation. Fast forward, 1+ years we still haven't found any additional use case that fits GridSelection (internally or within the community). Hence, we took this opportunity to trim down the Core bundle size by ~1KB by making GridSelection specific to Tables.
This version wraps up a major tables refactor, and includes some more bugfixes!
TableSelection
This version gets rid of GridSelection and Grid{Cell/Row/Table}Node, you should now (exclusively) use the Table equivalents.
Upgrade instructions (rename these in your codebase):
All table files now live in @lexical/table as opposed to a mix between lexical and @lexical/table.
GridSelection -> TableSelection
$isGridSelection -> $isTableSelection
LexicalTableSelection -> LexicalTableObserver
Cell (type) -> TableDOMCell
Cells (type) -> TableDOMRows
Grid (type) -> TableDOMTable
LexicalTableSelection.grid (the property) -> LexicalTableSelection.table
(helper function that contained grid in their name no longer do)
Why?
When we started GridSelection, we wanted GridSelection to cater a variety of use cases rather than remain specific to the Tables implementation. Fast forward, 1+ years we still haven't found any additional use case that fits GridSelection (internally or within the community). Hence, we took this opportunity to trim down the Core bundle size by ~1KB by making GridSelection specific to Tables.
Bumps the alt group with 20 updates:
1.0.6
2.1.1
0.7.9
0.13.1
0.7.9
0.13.1
0.7.9
0.13.1
0.7.9
0.13.1
0.7.9
0.13.1
0.7.9
0.13.1
0.7.9
0.13.1
0.27.2
1.6.7
0.7.9
0.13.1
13.0.1
14.0.0
12.3.4
14.1.0
17.0.2
18.2.0
17.0.2
18.2.0
1.3.0
2.2.4
8.19.1
9.3.4
5.16.5
6.4.1
12.1.5
14.2.1
0.49.2
2.1.5
16.0.4
17.1.0
Updates
@heroicons/react
from 1.0.6 to 2.1.1Release notes
Sourced from
@heroicons/react
's releases.... (truncated)
Changelog
Sourced from
@heroicons/react
's changelog.... (truncated)
Commits
88ab3a0
2.1.14397ab4
Fixed 20x20 chevrons (#1106)b2dbc32
Bump vue & react versionsd1971c5
2.1.04783a8b
Tweak changelog856b33e
Update changelog55fcd7a
Rename icon5f834ee
Rebuild iconsae56ba4
Update deprecated list189204f
Remove viewfinder dot — it wasn’t supposed to be renamedUpdates
@lexical/link
from 0.7.9 to 0.13.1Release notes
Sourced from
@lexical/link
's releases.... (truncated)
Changelog
Sourced from
@lexical/link
's changelog.... (truncated)
Commits
7642020
v0.13.106fa8d3
v0.13.0 (#5540)b339ecf
Remove depecated usage of%checks
from Flow types (#5477)2bc303c
v0.12.6 (#5463)0f2e1fd
v0.12.5 (#5343)2afcbbe
[PR 1] Swap instance selection for BaseSelection in most cases (#5280)5fed74a
v0.12.4 (#5246)d1bde33
Fix@lexical/utils
import (#5245)cdf9553
v0.12.3 (#5244)04e5e4a
Fix lexical-link typo s/_rel/__rel/ (#5221)Updates
@lexical/list
from 0.7.9 to 0.13.1Release notes
Sourced from
@lexical/list
's releases.... (truncated)
Changelog
Sourced from
@lexical/list
's changelog.... (truncated)
Commits
7642020
v0.13.106fa8d3
v0.13.0 (#5540)f56bc5e
Allow setting className for checklist in theme (#5445)f238538
[PR-5] Remove references of PointSelection (#5334)b339ecf
Remove depecated usage of%checks
from Flow types (#5477)2bc303c
v0.12.6 (#5463)a06b8a1
Refactored findNearestListItemNode using $findMatchingParent (#5419)1a3c911
Improve TypeScript types by removing[k: string]: any
from LexicalNode (#5223)0f2e1fd
v0.12.5 (#5343)d78d89c
[PR 2] 5276 PointSelection instead of Grid/RangeSelections (#5281)Updates
@lexical/react
from 0.7.9 to 0.13.1Release notes
Sourced from
@lexical/react
's releases.... (truncated)
Changelog
Sourced from
@lexical/react
's changelog.... (truncated)
Commits
7642020
v0.13.106fa8d3
v0.13.0 (#5540)08ae996
Add missing flow types (#5542)08f61ba
Rename GridSelection to TableSelection (#5534)adc8b0e
Rename LexicalTableSelection to LexicalTableObserver (#5533)f32bb10
Remove Grid Nodes (#5531)1154413
Move Grid to@lexical/table
(#5528)b4bd765
Fix AutoLinkPlugin triggers endless transforms (#5404)f238538
[PR-5] Remove references of PointSelection (#5334)73b00e2
Use correct prop type for children in LexicalComposer (#5503)Updates
@lexical/rich-text
from 0.7.9 to 0.13.1Release notes
Sourced from
@lexical/rich-text
's releases.... (truncated)
Changelog
Sourced from
@lexical/rich-text
's changelog.... (truncated)
Commits
7642020
v0.13.106fa8d3
v0.13.0 (#5540)f238538
[PR-5] Remove references of PointSelection (#5334)@dependabot rebase
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
See analysis details on SonarCloud
Looks like these dependencies are updatable in another way, so this is no longer needed.