Skip to content

Commit 58c7515

Browse files
committed
Release RmlUi 6.1
1 parent 00d9928 commit 58c7515

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project("RmlUi"
88
LANGUAGES "C" "CXX"
99
)
1010

11-
set(RMLUI_VERSION_RELEASE FALSE)
11+
set(RMLUI_VERSION_RELEASE TRUE)
1212

1313
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
1414
set(RMLUI_IS_ROOT_PROJECT TRUE)

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ decorator: text("Hello 🌎 world!" blue bottom right);
5656

5757
The font face will be inherited from the element it is being applied to. However, it can be colored independently. Further, the text can be freely aligned within the element using lengths, percentages, or keywords. Unicode numerical references are supported with the HTML syntax, e.g. `🌎`.
5858

59+
![Text decorator examples](https://github.com/mikke89/RmlUiDoc/blob/b050d5d0b316c961cd05ed37cdd3dda1b809d80e/assets/images/decorators/text.png)
60+
5961
### Flexbox layout improvements
6062

6163
- Apply automatic minimum size of flex items in column mode with auto size. #658

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ int main(int argc, char** argv)
350350
351351
![Hello world document](Samples/assets/hello_world.png)
352352
353-
Users can now edit the text field to change the animal. The data bindings ensure that both the document text as well as the application string `my_data.animal` are automatically modified accordingly.
353+
Users can now edit the text field to change the animal. The data bindings ensure that both the document text and the application string `my_data.animal` are automatically modified accordingly.
354354
355355
356356
## Gallery

0 commit comments

Comments
 (0)