|
1 | | -# ProgressHUD Changelog |
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [13.8.4](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.4) |
| 4 | + |
| 5 | +Released on 2023-10-05. |
| 6 | + |
| 7 | +#### Fixed |
2 | 8 |
|
3 | | -## 13.8.4 - 2023-10-05 |
4 | | -### Fixed |
5 | 9 | - Corrected the window initialization issue where the `ProgressHUD` class was initialized before the 'main' window was created. |
6 | 10 | - Resolved the keyboard height discrepancy that occurred when the keyboard was already visible before displaying the HUD. |
7 | 11 |
|
8 | | -## 13.8.3 - 2023-09-30 |
9 | | -### Removed |
| 12 | +## [13.8.3](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.3) |
| 13 | + |
| 14 | +Released on 2023-09-30. |
| 15 | + |
| 16 | +#### Removed |
| 17 | + |
10 | 18 | - Removed the `AlertIcon` feature. Please use the `symbol:` parameter for similar functionality. |
11 | 19 |
|
12 | | -### Changed |
| 20 | +#### Changed |
| 21 | + |
13 | 22 | - The `questionmark` symbol will be displayed when the specified symbol name does not exist. |
14 | 23 |
|
15 | | -## 13.8.2 - 2023-09-29 |
16 | | -### Changed |
| 24 | +## [13.8.2](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.2) |
| 25 | + |
| 26 | +Released on 2023-09-29. |
| 27 | + |
| 28 | +#### Changed |
| 29 | + |
17 | 30 | - Refactored internal code architecture. |
18 | 31 |
|
19 | | -## 13.8.1 - 2023-09-28 |
20 | | -### Added |
| 32 | +## [13.8.1](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.1) |
| 33 | + |
| 34 | +Released on 2023-09-28. |
| 35 | + |
| 36 | +#### Added |
| 37 | + |
21 | 38 | - Implemented custom delay option for Banners. |
22 | 39 | - Fixed the Banner orientation resizing issue. |
23 | 40 | - Added multi-window support: custom window can be defined now. |
24 | 41 |
|
25 | | -### Fixed |
| 42 | +#### Fixed |
| 43 | + |
26 | 44 | - Corrected the device orientation HUD positioning issue. |
27 | 45 |
|
28 | | -## 13.8.0 - 2023-09-27 |
29 | | -### Added |
| 46 | +## [13.8.0](https://github.com/relatedcode/ProgressHUD/releases/tag/13.8.0) |
| 47 | + |
| 48 | +Released on 2023-09-27. |
| 49 | + |
| 50 | +#### Added |
| 51 | + |
30 | 52 | - Introduced an incredibly straightforward notification Banner feature. |
31 | 53 |
|
32 | | -## 13.7.3 - 2023-09-27 |
33 | | -### Fixed |
| 54 | +## [13.7.3](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.3) |
| 55 | + |
| 56 | +Released on 2023-09-27. |
| 57 | + |
| 58 | +#### Fixed |
| 59 | + |
34 | 60 | - Fixed a bug where a thin line occasionally appeared on the right side of the HUD. |
35 | 61 |
|
36 | | -## 13.7.2 - 2023-07-09 |
37 | | -### Added |
| 62 | +## [13.7.2](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.2) |
| 63 | + |
| 64 | +Released on 2023-07-09. |
| 65 | + |
| 66 | +#### Added |
| 67 | + |
38 | 68 | - Display any SF Symbols by specifying their names, e.g., `ProgressHUD.show(symbol: "car.fill")`. |
39 | 69 | - Enhanced `showFailed` and `showError` methods to accept optional `Error?` parameters. When provided, the `localizedDescription` will be shown. |
40 | | - |
41 | | -### Fixed |
| 70 | + |
| 71 | +#### Fixed |
| 72 | + |
42 | 73 | - Fixed `setupDelayTimer` method by incorporating `[weak self]` in the timer's closure to prevent potential retain cycles and mitigate memory leaks. |
43 | 74 |
|
44 | | -## 13.7.1 - 2023-06-30 |
45 | | -### Added |
| 75 | +## [13.7.1](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.1) |
| 76 | + |
| 77 | +Released on 2023-06-30. |
| 78 | + |
| 79 | +#### Added |
| 80 | + |
46 | 81 | - Added `mediaSize` and `marginSize` options for customizable HUD dimensions. |
47 | 82 |
|
48 | | -## 13.7.0 - 2023-06-29 |
49 | | -### Added |
| 83 | +## [13.7.0](https://github.com/relatedcode/ProgressHUD/releases/tag/13.7.0) |
| 84 | + |
| 85 | +Released on 2023-06-29. |
| 86 | + |
| 87 | +#### Added |
| 88 | + |
50 | 89 | - Introduced `AnimationType.none` for text display without animation. |
51 | 90 |
|
52 | | -## 13.6.2 - 2022-12-17 |
53 | | -### Added |
| 91 | +## [13.6.2](https://github.com/relatedcode/ProgressHUD/releases/tag/13.6.2) |
| 92 | + |
| 93 | +Released on 2022-12-17. |
| 94 | + |
| 95 | +#### Added |
| 96 | + |
54 | 97 | - Added optional `delay:` parameter for setting timeout. |
55 | 98 | - Introduced `.remove()` function for immediate HUD dismissal. |
56 | 99 |
|
57 | | -## 13.6.1 - 2021-11-14 |
58 | | -### Changed |
| 100 | +## [13.6.1](https://github.com/relatedcode/ProgressHUD/releases/tag/13.6.1) |
| 101 | + |
| 102 | +Released on 2021-11-14. |
| 103 | + |
| 104 | +#### Changed |
| 105 | + |
59 | 106 | - Switched to semantic versioning for more consistent and understandable version management. |
60 | 107 |
|
61 | | -## 13.6 - 2021-04-05 |
62 | | -### Fixed |
| 108 | +## [13.6](https://github.com/relatedcode/ProgressHUD/releases/tag/13.6) |
| 109 | + |
| 110 | +Released on 2021-04-05. |
| 111 | + |
| 112 | +#### Fixed |
| 113 | + |
63 | 114 | - Fixed iPad split-screen related bug. |
64 | 115 |
|
65 | | -## 13.5 - 2021-03-23 |
66 | | -### Fixed |
| 116 | +## [13.5](https://github.com/relatedcode/ProgressHUD/releases/tag/13.5) |
| 117 | + |
| 118 | +Released on 2021-03-23. |
| 119 | + |
| 120 | +#### Fixed |
| 121 | + |
67 | 122 | - Resolved issue with `showProgress`. |
0 commit comments