@simoncomputing/mui-bueno-v2 0.33.1 → 0.33.2

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
@@ -11,6 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  - Minor increment --> singlular/minor changes. Minimal breaking changes.
12
12
  - Patch increment --> singlular/minor changes. Zero breaking changes.
13
13
 
14
+ ## [0.33.2] - 2026-07-02
15
+
16
+ ### Changed
17
+
18
+ - `CitationField`
19
+ - enabled menu buttons (previously, only accessible via keyboard shortcut):
20
+ - bold
21
+ - italic
22
+ - underline
23
+ - ordered list
24
+ - unordered list
25
+ - redo (in footer)
26
+ - undo (in footer)
27
+ - removed keyboard shortcut access to:
28
+ - code
29
+ - code block
30
+ - heading
31
+ - block quote
32
+ - horizontal rule
33
+ - strikethrough
34
+
14
35
  ## [0.33.1] - 2026-06-24
15
36
 
16
37
  ### Changed