|
1 | | -# Change Log |
| 1 | +# Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
4 | 8 | #### 1.x Releases |
5 | 9 | - `1.4.x` Releases - [1.4.0](#140) |
6 | 10 | - `1.3.x` Releases - [1.3.0](#130) |
7 | 11 | - `1.2.x` Releases - [1.2.0](#120) |
8 | 12 | - `1.1.x` Releases - [1.1.0](#110) |
9 | 13 | - `1.0.x` Releases - [1.0.0](#100) |
10 | 14 |
|
| 15 | +--- |
| 16 | +## [Unreleased] |
| 17 | + |
| 18 | +### Features |
| 19 | +- Switch from Makefile to Mise |
| 20 | + - Implemented by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#19](https://github.com/space-code/flex-ui/pull/19). |
| 21 | + |
| 22 | +### Miscellaneous Tasks |
| 23 | +- Add conventional-pr.yml for PR validation |
| 24 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#20](https://github.com/space-code/flex-ui/pull/20). |
| 25 | +- Update config |
| 26 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#26](https://github.com/space-code/flex-ui/pull/26). |
| 27 | + |
| 28 | +### Uncategorized Changes |
| 29 | +- Add renovate.json |
| 30 | + - Contributed by [@renovate[bot]](https://github.com/renovate[bot]) in Pull Request [#22](https://github.com/space-code/flex-ui/pull/22). |
| 31 | + |
| 32 | +### New Contributors |
| 33 | +* @renovate[bot] made their first contribution in [#28](https://github.com/space-code/flex-ui/pull/28) |
| 34 | + |
11 | 35 | ## [1.4.0](https://github.com/space-code/flex-ui/releases/tag/1.4.0) |
12 | | -Released on 2025-05-23. |
13 | 36 |
|
14 | | -#### Added |
15 | | -- Update the `setImage(_:)` method signature. |
16 | | - - Added in Pull Request [#12](https://github.com/space-code/flex-ui/pull/12). |
17 | | -- Implement the `setContentHuggingPriority` & `setContentCompressionResistancePriority` methods. |
18 | | - - Added in Pull Request [#13](https://github.com/space-code/flex-ui/pull/13). |
| 37 | +Released on 2025-05-23. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/flex-ui/milestones?state=closed&q=1.4.0). |
| 38 | + |
| 39 | +### Uncategorized Changes |
| 40 | +- Release `1.4.0` |
| 41 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#15](https://github.com/space-code/flex-ui/pull/15). |
| 42 | +- Update `CHANGELOG.md` |
| 43 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#14](https://github.com/space-code/flex-ui/pull/14). |
| 44 | +- Implement the `setContentHuggingPriority` & `setContentCompressionResistancePriority` methods |
| 45 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#13](https://github.com/space-code/flex-ui/pull/13). |
| 46 | +- Update the `setImage(_:)` method signature |
| 47 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#12](https://github.com/space-code/flex-ui/pull/12). |
19 | 48 |
|
20 | 49 | ## [1.3.0](https://github.com/space-code/flex-ui/releases/tag/1.3.0) |
21 | | -Released on 2025-05-08. |
22 | 50 |
|
23 | | -#### Added |
24 | | -- Implement a new `setImage` method for the `UIButton` class. |
25 | | - - Added in Pull Request [#9](https://github.com/space-code/flex-ui/pull/9). |
26 | | -- Implement setting an optional value as the UILabel's text. |
27 | | - - Added in Pull Request [#8](https://github.com/space-code/flex-ui/pull/8). |
| 51 | +Released on 2025-05-08. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/flex-ui/milestones?state=closed&q=1.3.0). |
| 52 | + |
| 53 | +### Uncategorized Changes |
| 54 | +- Release `1.3.0` |
| 55 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#11](https://github.com/space-code/flex-ui/pull/11). |
| 56 | +- Update `CHANGELOG.md` |
| 57 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#10](https://github.com/space-code/flex-ui/pull/10). |
| 58 | +- Implement a new `setImage` method for the `UIButton` class |
| 59 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#9](https://github.com/space-code/flex-ui/pull/9). |
| 60 | +- Implement setting an optional value as the UILabel's text |
| 61 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#8](https://github.com/space-code/flex-ui/pull/8). |
28 | 62 |
|
29 | 63 | ## [1.2.0](https://github.com/space-code/flex-ui/releases/tag/1.2.0) |
30 | | -Released on 2025-02-15. |
31 | 64 |
|
32 | | -#### Added |
33 | | -- Implement the extension for the `UIControl` instance. |
34 | | - - Added in Pull Request [#6](https://github.com/space-code/flex-ui/pull/6). |
| 65 | +Released on 2025-02-15. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/flex-ui/milestones?state=closed&q=1.2.0). |
| 66 | + |
| 67 | +### Uncategorized Changes |
| 68 | +- Implement the extension for the `UIControl` instance |
| 69 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#7](https://github.com/space-code/flex-ui/pull/7). |
| 70 | +- Implement the extension for the UIControl instance |
| 71 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#6](https://github.com/space-code/flex-ui/pull/6). |
35 | 72 |
|
36 | 73 | ## [1.1.0](https://github.com/space-code/flex-ui/releases/tag/1.1.0) |
37 | | -Released on 2025-01-27. |
38 | 74 |
|
39 | | -#### Added |
40 | | -- Implement adding an action to a `UITextField`. |
41 | | - - Added in Pull Request [#3](https://github.com/space-code/flex-ui/pull/3). |
| 75 | +Released on 2025-01-27. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/flex-ui/milestones?state=closed&q=1.1.0). |
| 76 | + |
| 77 | +### Uncategorized Changes |
| 78 | +- Release `1.1.0` |
| 79 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#4](https://github.com/space-code/flex-ui/pull/4). |
| 80 | +- Update `ci.yml` |
| 81 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#5](https://github.com/space-code/flex-ui/pull/5). |
| 82 | +- Implement adding an action to a `UITextField` |
| 83 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#3](https://github.com/space-code/flex-ui/pull/3). |
42 | 84 |
|
43 | 85 | ## [1.0.0](https://github.com/space-code/flex-ui/releases/tag/1.0.0) |
44 | | -Released on 2025-01-07. |
45 | 86 |
|
46 | | -#### Added |
47 | | -- Initial release of FlexUI. |
48 | | - - Added by [Nikita Vasilev](https://github.com/ns-vasilev). |
| 87 | +Released on 2025-01-07. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/flex-ui/milestones?state=closed&q=1.0.0). |
| 88 | + |
| 89 | +### Uncategorized Changes |
| 90 | +- Release `1.0.0` |
| 91 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#2](https://github.com/space-code/flex-ui/pull/2). |
| 92 | +- Bump actions/checkout from 2 to 4 |
| 93 | + - Contributed by [@dependabot[bot]](https://github.com/dependabot[bot]) in Pull Request [#1](https://github.com/space-code/flex-ui/pull/1). |
| 94 | + |
| 95 | +### New Contributors |
| 96 | +* @dependabot[bot] made their first contribution in [#1](https://github.com/space-code/flex-ui/pull/1) |
| 97 | + |
| 98 | +[unreleased]: https://github.com/space-code/flex-ui/compare/1.4.0..HEAD |
| 99 | +[1.4.0]: https://github.com/space-code/flex-ui/compare/1.3.0..1.4.0 |
| 100 | +[1.3.0]: https://github.com/space-code/flex-ui/compare/1.2.0..1.3.0 |
| 101 | +[1.2.0]: https://github.com/space-code/flex-ui/compare/1.1.0..1.2.0 |
| 102 | +[1.1.0]: https://github.com/space-code/flex-ui/compare/1.0.0..1.1.0 |
| 103 | + |
0 commit comments