File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
packages/feedback-components Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format
44is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
55project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.1.2] - 2025-07-10
8+
9+ - Increased the default line spacing in the paragraph text (made it configurable
10+ via a CSS variable)
11+ - Added a toggle in the graph view to show labels for all nodes, and made nodes
12+ slightly bigger
13+ - Unified selection interactions
14+ - Updated tags in the "select list" on the right to have styling for
15+ selected/unselected states consistent with the rest of the interface
16+ - Added "assistant panel" style entity types selector
17+ - Added a border to selected tags in the paragraph area, similar to the list
18+ view
19+ - Snapped tag selections to word boundaries
20+
721## [ 1.1.1] - 2025-07-01
822
923- new text component, following same clicking rules as tree
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/feedback-components" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " " ,
55 "source" : " src/index.ts" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments