Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
1 parent d3b4e10 commit eec4f05
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog

## 0.1.0 (2024-09-19)


### Features

* add auto-layout ([#9](https://github.com/Lfu001/tears/issues/9)) ([419ae02](https://github.com/Lfu001/tears/commit/419ae02f4b136bec63c548f68813131ae9489457))
* add button control ([#29](https://github.com/Lfu001/tears/issues/29)) ([403ace1](https://github.com/Lfu001/tears/commit/403ace1faba3d9489feb36f5eaa6881d5dd39b4c))
* add container ([#10](https://github.com/Lfu001/tears/issues/10)) ([4732d6d](https://github.com/Lfu001/tears/commit/4732d6d83cf0bb4d1e716ad8bc24dd0b54ad74d9))
* add divider ([#28](https://github.com/Lfu001/tears/issues/28)) ([dac0b97](https://github.com/Lfu001/tears/commit/dac0b97ee3fab707e3a00e371ed8d4e8db85ef55))
* add OpenGL drawer ([#12](https://github.com/Lfu001/tears/issues/12)) ([381fbe0](https://github.com/Lfu001/tears/commit/381fbe05fa00409fc257ef378001091b9f9da76c))
* add sample scene ([#35](https://github.com/Lfu001/tears/issues/35)) ([d3b4e10](https://github.com/Lfu001/tears/commit/d3b4e1071b1595f184266a6d95775c000e45b499))
* add shapes ([#16](https://github.com/Lfu001/tears/issues/16)) ([243efee](https://github.com/Lfu001/tears/commit/243efee423c4ffa2c0f7d167394af7957e22ea50))
* add spacer ([#27](https://github.com/Lfu001/tears/issues/27)) ([4ad13cb](https://github.com/Lfu001/tears/commit/4ad13cb7c67472d3d28fa2c308302ad5292e07bc))
* add View ([#6](https://github.com/Lfu001/tears/issues/6)) ([b149529](https://github.com/Lfu001/tears/commit/b1495291aaf8473f8851dc114bce17a84a8226e0))
* add ZStack ([#11](https://github.com/Lfu001/tears/issues/11)) ([c0b6078](https://github.com/Lfu001/tears/commit/c0b6078ded692321188e355b30c554aaf1fc0c84))
* support no break mode in tears_assert() ([#7](https://github.com/Lfu001/tears/issues/7)) ([6b18c88](https://github.com/Lfu001/tears/commit/6b18c884fbd5913ee61bfda247c928a6a1739566))
* support view blurring ([#25](https://github.com/Lfu001/tears/issues/25)) ([20605b3](https://github.com/Lfu001/tears/commit/20605b3a69246a124f922117e5251c11874a687b))


### Bug Fixes

* fix blend setting bug ([#15](https://github.com/Lfu001/tears/issues/15)) ([77da7c7](https://github.com/Lfu001/tears/commit/77da7c77994d9fcb4986170da44564ad7ea90d92))
* fix flag setter ([#8](https://github.com/Lfu001/tears/issues/8)) ([0eab104](https://github.com/Lfu001/tears/commit/0eab1048db1dec31bc297f528d87b134a8e27e71))
* fix layout algorithm ([#19](https://github.com/Lfu001/tears/issues/19)) ([8df2265](https://github.com/Lfu001/tears/commit/8df2265b9efc5a37c4966b96b95d5893f6525221))
* fix problem that ModifierWidthRatio and ModifierHeightRatio are not handled in layout calculation ([#34](https://github.com/Lfu001/tears/issues/34)) ([7357623](https://github.com/Lfu001/tears/commit/73576231a318262c1fbd8cd3a416b16e58140632))
* fix problem that wrong texture coordinates are referred on blurring ([#31](https://github.com/Lfu001/tears/issues/31)) ([506d3e6](https://github.com/Lfu001/tears/commit/506d3e6bf38e904ef2fb3eefbf443a5ab8f3dc2c))
* fix project build failure in Xcode16 ([#30](https://github.com/Lfu001/tears/issues/30)) ([63f8f07](https://github.com/Lfu001/tears/commit/63f8f07cf9f7600100cdb5cdc6e877bac48abd91))
* fix RoundedRectangle::setCornerRadius() to return the reference of itself ([#32](https://github.com/Lfu001/tears/issues/32)) ([780723c](https://github.com/Lfu001/tears/commit/780723c79858fe93f769aa0ae57576ed6225f7a2))
* fix screen scale calculation of matrix stack ([#18](https://github.com/Lfu001/tears/issues/18)) ([48a6e80](https://github.com/Lfu001/tears/commit/48a6e80f4785c970ced2d46bcb11fbd329200979))
* fix Spacer size settings ([#33](https://github.com/Lfu001/tears/issues/33)) ([540891f](https://github.com/Lfu001/tears/commit/540891fd0cc7311c6e119fe9e78aaa32333c2851))
* Support relative coordinate ([#14](https://github.com/Lfu001/tears/issues/14)) ([012c1b9](https://github.com/Lfu001/tears/commit/012c1b9894e3d099d06367089e258a1ad4f6a8a9))


### Miscellaneous Chores

* release 0.1.0 ([8d5d225](https://github.com/Lfu001/tears/commit/8d5d2256525416a32352e8355a23355b0f588de7))

0 comments on commit eec4f05

Please sign in to comment.