|
| 1 | +# [3.0.0-alpha.0](https://github.com/lc-soft/LCUI/compare/v2.2.0...v3.0.0-alpha.0) (2025-01-10) |
| 2 | +### Changelog (Updated with Present Tense) |
| 3 | + |
| 4 | +- Change naming style to `snake_case` |
| 5 | +- Switch to using XMake as the build tool |
| 6 | +- Restructure architecture into multiple sub-libraries: |
| 7 | + - `lib/yutil` |
| 8 | + - `lib/pandagl` |
| 9 | + - `lib/css` |
| 10 | + - `lib/i18n` |
| 11 | + - `lib/ptk` |
| 12 | + - `lib/thread` |
| 13 | + - `lib/router` |
| 14 | + - `lib/worker` |
| 15 | + - `lib/ui` |
| 16 | + - `lib/ui-xml` |
| 17 | + - `lib/ui-cursor` |
| 18 | + - `lib/ui-server` |
| 19 | +- Redesign the interfaces of LCUI and its sub-libraries |
| 20 | +- Introduce the boolean type defined in `stdbool.h` |
| 21 | +- **css:** Optimize data structures to reduce memory usage |
| 22 | +- **css:** Add a value definition syntax parser |
| 23 | +- **css:** Update property parsers |
| 24 | +- **css:** Add support for registering custom properties |
| 25 | +- **css:** Add support for the escape character `\` |
| 26 | +- **css:** Add shorthand property `background` |
| 27 | +- **css:** Add shorthand property `border` |
| 28 | +- **css:** Add shorthand properties for `border-top/right/bottom/left` |
| 29 | +- **css:** Add the `background-clip` property |
| 30 | +- **css:** Add the `inline-flex` keyword |
| 31 | +- **worker:** Add support for canceling unexecuted tasks |
| 32 | +- **pandagl:** Add support for setting font family aliases |
| 33 | +- **ptk:** Add clipboard module |
| 34 | +- **ptk:** Add DPI awareness |
| 35 | +- **ui:** Add UIMutationObserver |
| 36 | +- **ui:** Improve asynchronous image loading and cache management |
| 37 | +- **ui:** Improve widet update processes |
| 38 | +- **ui:** Improve layout calculation processes |
| 39 | +- **ui:** Improve dirty rectangle collection |
| 40 | +- **ui-server:** Add support for binding widets to system windows |
| 41 | +- **ui-server:** Add per-window DPI awareness |
| 42 | +- **lcui/ui:** Improve fullscreen mode |
| 43 | +- **lcui/widgets:** Add `scrollarea` widet and improve the working mode of the `scrollbar` widet |
| 44 | +- **lcui/widgets:** Add `router-link` and `router-view` widets |
| 45 | +- **lcui/widgets:** Change file URI format to `"file:///path/to/file"` |
| 46 | +- **lcui/widgets:** Rename `textview` widet to `text` |
| 47 | +- **lcui/widgets:** Rename `textedit` widet to `textinput` |
| 48 | + |
1 | 49 | # [2.2.0](https://github.com/lc-soft/LCUI/compare/v2.1.0...v2.2.0) (2021-05-30)
|
2 | 50 |
|
3 | 51 |
|
|
0 commit comments