|
@@ -107,6 +107,10 @@ Use the RCSS `display` property to enable table formatting. See the stylesheet r
|
|
|
- Implemented the `word-break` RCSS property.
|
|
- Implemented the `word-break` RCSS property.
|
|
|
- Implemented the `box-sizing` RCSS property.
|
|
- Implemented the `box-sizing` RCSS property.
|
|
|
|
|
|
|
|
|
|
+### New RML elements
|
|
|
|
|
+
|
|
|
|
|
+- Added [Lottie plugin](https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/lottie.html) for displaying vector animations using the `<lottie>` element [#134](https://github.com/mikke89/RmlUi/pull/134) (thanks @diamondhat).
|
|
|
|
|
+
|
|
|
### Other features and improvements
|
|
### Other features and improvements
|
|
|
|
|
|
|
|
- Implemented `Element::QuerySelector` and `Element::QuerySelectorAll`.
|
|
- Implemented `Element::QuerySelector` and `Element::QuerySelectorAll`.
|
|
@@ -118,7 +122,7 @@ Use the RCSS `display` property to enable table formatting. See the stylesheet r
|
|
|
- Fixed several compilation issues and warnings. [#118](https://github.com/mikke89/RmlUi/issues/118) [#97](https://github.com/mikke89/RmlUi/pull/97) (thanks @SpaceCat-Chan).
|
|
- Fixed several compilation issues and warnings. [#118](https://github.com/mikke89/RmlUi/issues/118) [#97](https://github.com/mikke89/RmlUi/pull/97) (thanks @SpaceCat-Chan).
|
|
|
- Debugger improvements: Sort property names alphabetically. Fix a bug where the outlines would draw underneath the document.
|
|
- Debugger improvements: Sort property names alphabetically. Fix a bug where the outlines would draw underneath the document.
|
|
|
- Tabs and panels in tab sets will no longer set the `display` property to `inline-block`, thus it is now possible to customize the display property.
|
|
- Tabs and panels in tab sets will no longer set the `display` property to `inline-block`, thus it is now possible to customize the display property.
|
|
|
-- [Lottie plugin](https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/lottie.html) added for displaying vector animations [#134](https://github.com/mikke89/RmlUi/pull/134) (thanks @diamondhat).
|
|
|
|
|
|
|
+- Add `Rml::GetTextureSourceList()` function to list all image sources loaded in all documents. [#131](https://github.com/mikke89/RmlUi/issues/131)
|
|
|
|
|
|
|
|
### Bug fixes
|
|
### Bug fixes
|
|
|
|
|
|