Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.5"
".": "2.2.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

- Update to use the latest lint rules ([#62](https://github.com/ZebraDevs/zds_flutter/issues/62)) ([7d52932](https://github.com/ZebraDevs/zds_flutter/commit/7d529320564516da76f9f8774125f5400d1b183e))

## [2.2.0](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.5...v2.2.0) (2025-05-12)


### ✨ New Features

* **TM-51231:** HTML container read more/less locator updated. ([bd43544](https://github.com/ZebraDevs/zds_flutter/commit/bd43544b84e802d0703f891b27bab6ec3f48979b))


### 🪲 Bug Fixes

* **TM-44138:** Font size is visible as default in mobile ([23759fd](https://github.com/ZebraDevs/zds_flutter/commit/23759fd927f65a8b3c5060783c73bd882ef833e8))
* **TM-50068:** Bottom bar was not showing the selected option. Added 11 new localization strings ([385fa29](https://github.com/ZebraDevs/zds_flutter/commit/385fa29e90253cc8be9a6975b82eb1d6c5684edc))
* **WFCNG-21648:** The "Add Attachments" title of drawer is not localized in the comments tab ([df8eaf7](https://github.com/ZebraDevs/zds_flutter/commit/df8eaf74c7737a485a5c1f5fe9f6a4b29c670878))
* **WFCNG-21803:** The drawer is only seen in the comments tab and all the other drawers are seen as dialogue box ([df8eaf7](https://github.com/ZebraDevs/zds_flutter/commit/df8eaf74c7737a485a5c1f5fe9f6a4b29c670878))
* **WFCNG-23311:** Attachment file thumbnail is missing for comment ([df8eaf7](https://github.com/ZebraDevs/zds_flutter/commit/df8eaf74c7737a485a5c1f5fe9f6a4b29c670878))

## [2.1.5](https://github.com/ZebraDevs/zds_flutter/compare/v2.1.4...v2.1.5) (2025-04-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file.
<!-- x-release-please-start-version -->

```yaml
zds-flutter: ^2.1.5
zds-flutter: ^2.2.0
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class _HomePageState extends State<HomePage> {
leadingWidth: 20,
leading: SizedBox(width: 20),
// x-release-please-start-version
title: const Text('zds_flutter v2.1.5'),
title: const Text('zds_flutter v2.2.0'),
// x-release-please-end
centerTitle: false,
actions: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zds_flutter
description: Zebra Design System components for Flutter. A selection of UI components from Zebra Technologies.
version: 2.1.5
version: 2.2.0
homepage: https://github.com/zebradevs/zds_flutter
repository: https://github.com/zebradevs/zds_flutter
issue_tracker: https://github.com/zebradevs/zds_flutter/issues
Expand Down