Skip to content

Commit 3d66cad

Browse files
committed
version bump to 1.8.0
1 parent 095e6ae commit 3d66cad

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Digia Ui SDK.
44

5+
## [1.8.0] - 2026-03-17
6+
- ✏️ TextField Enhancements: Added regex-based formatting and text capitalization support for better input control.
7+
- 🎨 AppBar: Added support for surfaceTintColor to improve theming flexibility.
8+
- 🧭 BottomNavigationBar: Fixed an issue where hidden items (showIf = false) still occupied layout space.
9+
- 🔄 StreamController: Control Object action now works correctly.
10+
511
## [1.7.0] - 2026-02-12
612
- 🎨 Dynamic Layouts: width and height in Button and Container widgets, along with Stack positioning, can now be driven dynamically.
713
- 🆕 Scratchify Widget: Introduced Scratchify — build beautiful, interactive scratch cards with ease.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/Digia-Technology-Private-Limited/digia_ui.git
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.7.0
19+
version: 1.8.0
2020

2121
environment:
2222
sdk: ">=3.3.0 <4.0.0"

0 commit comments

Comments
 (0)