Commit 9b6710b
authored
Release 0.34.0 (#1276)
### Added
- Font-family variables that can be used to customise the sans-serif and
monospace fonts used in the editor (#1264)
- Material symbols font to web component preview page since the Design
System depends on this (#1261)
- Ability for plugins to add buttons to the SidebarPanel header (#1270,
#1271, #1274)
- Prevent access to the session from within the editor (#1275)
### Changed
- Changed the horizontal scrollbar to show without needing to scroll to
the bottom of the editor window (#1257)
- Updated Design System react to v2.6.2 (#1261)
- Changed SidebarPanel to accept an array of buttons (#1270)
- Changed SidebarPanel to use an array of buttons as elements (#1271)
- Changed default-width and min-width on SidebarPanel (#1273)
### Fixed
- Styling design system components used in the web component (#1263)
- Sidebar panel overflow for plugins (#1266, #1269)
- Extra border around code output in the instructions panel (#1253)
- Line numbering alignment in code blocks in the instructions panel
(#1259)
- Extra lines added at the start of some code blocks (#1267)1 parent 30efd38 commit 9b6710b
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
1198 | 1200 | | |
1199 | 1201 | | |
1200 | 1202 | | |
1201 | | - | |
| 1203 | + | |
| 1204 | + | |
1202 | 1205 | | |
1203 | 1206 | | |
1204 | 1207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments