You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update changelog and documentation for v10.6.0 release
Added details for fixes in v10.6.0, including making Islands layout available for the free plan, fixing `{{fileIcon}}` rendering, and introducing an experimental gradient painting solution for the Project Title Frame. Updated version in configuration.
Copy file name to clipboardExpand all lines: docs/what-s-new.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,46 @@ toc: true
7
7
8
8
----
9
9
10
+
## What's new in Material Theme UI v10.7.0
11
+
12
+
This version focuses on improving the **Islands** layout to look more like the original design, and its integration with the _Project Title Frame_.
13
+
14
+
### Islands Layout improvements
15
+
16
+
This version brings a refurbished version of the _Islands Layout_, following the official guidelines:
17
+
- The background color is now inherited from the main frame.
18
+
- The tool window stripes are also inherited from the main frame.
19
+
- The tabs are using the same color as the islands' background color.
20
+
- A slight border has been added to help distinguish the islands.
21
+
22
+
For that purpose, a few settings have been added to the _Islands Settings_:
23
+
-**Contrast Mode**: Set a lighter background color for the main window, contrasting with the islands and the editor
24
+
-**Custom Background**: Same as before, set your own background color
25
+
-**Border Color**: Set a border color for the islands
26
+
-**Custom Border Color**: Specify your own border color
27
+
28
+
### Project Title Frame Integration
29
+
30
+
In addition, the _Project Title Frame_ is now integrated with the _Islands Layout_ by inheriting the background color from the main frame as well. The previous experimental solution was not working properly, therefore it has been removed in favor of this new solution.
31
+
32
+
### Screenshots:
33
+
34
+
{% include figure.html content="/screens/islandsV2.png" caption="New Islands Layout" %}
35
+
36
+
{% include figure.html content="/screens/withProjectFrame.png" caption="With Project Title Frame" %}
37
+
38
+
{% include figure.html content="/screens/islandsContrast.png" caption="Contrast Mode" %}
39
+
40
+
{% include figure.html content="/screens/customBackground.png" caption="Custom Background" %}
41
+
42
+
{% include figure.html content="/screens/withColorizedTitle.png" caption="With Colorized Title Bar" %}
43
+
44
+
{% include figure.html content="/screens/withBorder.png" caption="With Border" %}
45
+
46
+
{% include figure.html content="/screens/withCustomBorder.png" caption="With Custom Border" %}
47
+
48
+
----
49
+
10
50
## What's new in Material Theme UI v10.6.0
11
51
12
52
### Fixes
@@ -86,7 +126,7 @@ In addition, tabs using custom *File Colors* are now more opaque, providing a be
86
126
87
127
A new pattern has been added to the **Project Title Frame**, `{subProject}` to reference a different sub-project when running in a **multi-project** setup.
88
128
89
-
{% include figure.html content="/screens/subProject.png" caption="Sub-Project support in Project Title Frame" %}
129
+
{% include figure.html content="/screens/subproject.png" caption="Sub-Project support in Project Title Frame" %}
90
130
91
131
> Note: Multi-project setups are available for all IDEs except IntelliJ IDEA, Rider and Android Studio. They are allowing you to open multiple projects in the same window, using the "Attach Project" feature at `File > Attach Project`.
0 commit comments