opus-react 0.6.18 → 0.6.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.6.20
8
+
9
+ ### Added
10
+
11
+ - `NoteComposer.submitOnEnter` and `onSubmit`, enabling chat-style Enter-to-send while retaining Shift+Enter for a newline and the existing `onSave` callback.
12
+
13
+ ## 0.6.19
14
+
15
+ ### Added
16
+
17
+ - `OpusBrand`, the package-safe canonical Opus icon, wordmark, and full-lockup component.
18
+ - Direct asset exports for `opus-react/assets/opus-logo.png` and `opus-react/assets/logo-small.png`.
19
+
20
+ ### Changed
21
+
22
+ - `ApplicationHeader` and `ApplicationFooter` now use `OpusBrand` by default rather than assuming consumers serve `/opus-logo.png`.
23
+
7
24
  ## 0.6.18
8
25
 
9
26
  ### Fixed
package/README.md CHANGED
@@ -171,6 +171,7 @@ import { AccentColorPicker } from "opus-react";
171
171
 
172
172
  ### Content and data
173
173
 
174
+ - `OpusBrand` — canonical `icon`, `wordmark`, and `full` logo variants
174
175
  - `Card`, `Panel`, `Section`, `Table`, `DataGrid`
175
176
  - `Tabs`, `Accordion`, `AccordionGroup`, `ShowMore`
176
177
  - `Badge`, `Avatar`, `AvatarGroup`, `List`, `DescriptionList`
Binary file
Binary file