From 1b75dc8deed216d162e9233a21310ae050437aa8 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Fri, 22 Nov 2024 10:46:00 +0000 Subject: [PATCH] chore(main): release 2.0.0-alpha.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 146 +++++++++++++++------------------- README.md | 2 +- example/lib/home.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 70 insertions(+), 84 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c548e2..be496c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.2" + ".": "2.0.0-alpha.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f39e9a..665628a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,172 +1,158 @@ -## [1.2.4](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.3...v1.2.4) (2024-05-20) +## [2.0.0-alpha.3](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-11-22) +### ✨ New Features -### Bug Fixes +- **TM-48272:** Widget locator updated for quill editor ([7fc6bef](https://github.com/ZebraDevs/zds_flutter/commit/7fc6bef8b4e0d1239d57680eaf9977321683665c)) +- **TM-48504:** Creating custom widget having copying capability ([7fc6bef](https://github.com/ZebraDevs/zds_flutter/commit/7fc6bef8b4e0d1239d57680eaf9977321683665c)) +- Update to match internal repo ([#6](https://github.com/ZebraDevs/zds_flutter/issues/6)) ([8e04f23](https://github.com/ZebraDevs/zds_flutter/commit/8e04f238c831884750c1dafd08bef9ea060bf0d4)) +- **UX-1314:** Created comment component ([#41](https://github.com/ZebraDevs/zds_flutter/issues/41)) ([30395b0](https://github.com/ZebraDevs/zds_flutter/commit/30395b0427f64e9b9170f17ca80303ce05c1e8dd)) -* update interval time picker to work with flutter 3.22.0 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9)) -* update to flutter 3.22.0 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9)) -* update to zeta_flutter 0.9.1 ([8fa214e](https://github.com/ZebraDevs/zds_flutter/commit/8fa214e71dcc0dd8309aca6c9787e45782c345f9)) +### 🪲 Bug Fixes -## [2.0.0-alpha.2](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-11-18) +- **TM-47414:** Setting the value of the text box on submit and closing the dialog box ([7fc6bef](https://github.com/ZebraDevs/zds_flutter/commit/7fc6bef8b4e0d1239d57680eaf9977321683665c)) +### 🧪 Tests -### 🪲 Bug Fixes +- **TM-48505:** Widget Test case for custom widget having copying capability ([7fc6bef](https://github.com/ZebraDevs/zds_flutter/commit/7fc6bef8b4e0d1239d57680eaf9977321683665c)) + +## [2.0.0-alpha.2](https://github.com/ZebraDevs/zds_flutter/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-11-18) -* adjusted the divider color ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) -* Fix progress theme and use latest version of the Zeta ([#38](https://github.com/ZebraDevs/zds_flutter/issues/38)) ([fba70d7](https://github.com/ZebraDevs/zds_flutter/commit/fba70d7e95de0067a59767288a15514715d7f631)) -* move quill-default color picker from dialog to bottom-sheet ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) -* quill editor color picker improvements ([#36](https://github.com/ZebraDevs/zds_flutter/issues/36)) ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) +### 🪲 Bug Fixes +- adjusted the divider color ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) +- Fix progress theme and use latest version of the Zeta ([#38](https://github.com/ZebraDevs/zds_flutter/issues/38)) ([fba70d7](https://github.com/ZebraDevs/zds_flutter/commit/fba70d7e95de0067a59767288a15514715d7f631)) +- move quill-default color picker from dialog to bottom-sheet ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) +- quill editor color picker improvements ([#36](https://github.com/ZebraDevs/zds_flutter/issues/36)) ([6a36df0](https://github.com/ZebraDevs/zds_flutter/commit/6a36df01411253c279b2661daeef759ca957ebb2)) ### ⛓️ Dependencies -* Update to latest version of zeta ([#39](https://github.com/ZebraDevs/zds_flutter/issues/39)) ([de00607](https://github.com/ZebraDevs/zds_flutter/commit/de006075835ee1ee31947053771d5782377c5949)) - +- Update to latest version of zeta ([#39](https://github.com/ZebraDevs/zds_flutter/issues/39)) ([de00607](https://github.com/ZebraDevs/zds_flutter/commit/de006075835ee1ee31947053771d5782377c5949)) ### 🧹 Miscellaneous Chores -* release 2.0.0-alpha.2 ([2914c8a](https://github.com/ZebraDevs/zds_flutter/commit/2914c8a4acc186210e43e70770b1655d9f07a843)) +- release 2.0.0-alpha.2 ([2914c8a](https://github.com/ZebraDevs/zds_flutter/commit/2914c8a4acc186210e43e70770b1655d9f07a843)) ## [2.0.0-alpha.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.3.1...v2.0.0-alpha.1) (2024-10-16) - ### ✨ New Features -* Flutter 3.24.3 upgrade ([#33](https://github.com/ZebraDevs/zds_flutter/issues/33)) ([588ec2f](https://github.com/ZebraDevs/zds_flutter/commit/588ec2f8f9b35e0c33b56d351031c8194335906a)) - +- Flutter 3.24.3 upgrade ([#33](https://github.com/ZebraDevs/zds_flutter/issues/33)) ([588ec2f](https://github.com/ZebraDevs/zds_flutter/commit/588ec2f8f9b35e0c33b56d351031c8194335906a)) ### ⛓️ Dependencies -* Update dependencies ([5a4d182](https://github.com/ZebraDevs/zds_flutter/commit/5a4d1820163362d000525449ddb87a38342fa038)) - +- Update dependencies ([5a4d182](https://github.com/ZebraDevs/zds_flutter/commit/5a4d1820163362d000525449ddb87a38342fa038)) ### 🧹 Miscellaneous Chores -* Fix routes in example app ([609fc83](https://github.com/ZebraDevs/zds_flutter/commit/609fc83e5083afa00e386cbbd8fd6b481802fc64)) +- Fix routes in example app ([609fc83](https://github.com/ZebraDevs/zds_flutter/commit/609fc83e5083afa00e386cbbd8fd6b481802fc64)) ## [1.3.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.3.0...v1.3.1) (2024-07-17) - ### ✨ New Features -* New Icons added - available, away, busy, do-no-disturb, offline, on-shift, star-circle ([#29](https://github.com/ZebraDevs/zds_flutter/issues/29)) ([a3e8857](https://github.com/ZebraDevs/zds_flutter/commit/a3e885753c20ea4cd33673538ea6bd7b7196af95)) - +- New Icons added - available, away, busy, do-no-disturb, offline, on-shift, star-circle ([#29](https://github.com/ZebraDevs/zds_flutter/issues/29)) ([a3e8857](https://github.com/ZebraDevs/zds_flutter/commit/a3e885753c20ea4cd33673538ea6bd7b7196af95)) ### 🪲 Bug Fixes -* **TM-43187:** QWalk - take a photo on iPad is sideways ([0734b24](https://github.com/ZebraDevs/zds_flutter/commit/0734b24746eafdbc7de06b9c804cd20e274f3724)) - +- **TM-43187:** QWalk - take a photo on iPad is sideways ([0734b24](https://github.com/ZebraDevs/zds_flutter/commit/0734b24746eafdbc7de06b9c804cd20e274f3724)) ### 🧹 Miscellaneous Chores -* release 1.3.1 ([b53e34b](https://github.com/ZebraDevs/zds_flutter/commit/b53e34b4385c75e8a3cef07bcbec8375d6cf0fab)) +- release 1.3.1 ([b53e34b](https://github.com/ZebraDevs/zds_flutter/commit/b53e34b4385c75e8a3cef07bcbec8375d6cf0fab)) ## [1.3.0](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.5...v1.3.0) (2024-06-20) - ### ✨ New Features -* Add selected date to calendar ([98c291d](https://github.com/ZebraDevs/zds_flutter/commit/98c291dcb4bc08b1397fe033bd64ae22d4786b9f)) -* **TM-38113:** Restructure Quill Editor ([b2450c6](https://github.com/ZebraDevs/zds_flutter/commit/b2450c6d93812f031c8945d18ce1671dd37ffc68)) - +- Add selected date to calendar ([98c291d](https://github.com/ZebraDevs/zds_flutter/commit/98c291dcb4bc08b1397fe033bd64ae22d4786b9f)) +- **TM-38113:** Restructure Quill Editor ([b2450c6](https://github.com/ZebraDevs/zds_flutter/commit/b2450c6d93812f031c8945d18ce1671dd37ffc68)) ### 🪲 Bug Fixes -* **TM-43864:** Fixed delta formatting in new version of quill-editor ([43016ef](https://github.com/ZebraDevs/zds_flutter/commit/43016efc70d37cfb4bcce30f16ff5f42d026ad9a)) -* **WFM-37003:** validation in inputdialog onSetText ([1c81bf4](https://github.com/ZebraDevs/zds_flutter/commit/1c81bf4efab79efd65d332a71bfff78809d472c3)) +- **TM-43864:** Fixed delta formatting in new version of quill-editor ([43016ef](https://github.com/ZebraDevs/zds_flutter/commit/43016efc70d37cfb4bcce30f16ff5f42d026ad9a)) +- **WFM-37003:** validation in inputdialog onSetText ([1c81bf4](https://github.com/ZebraDevs/zds_flutter/commit/1c81bf4efab79efd65d332a71bfff78809d472c3)) ## [1.2.5](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.4...v1.2.5) (2024-06-10) - ### 🪲 Bug Fixes -* [TM-42170] Support links in table ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) -* [TM-42460] Reset resetPreferredOrientations after camera dispose ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) -* [TM-43252] taking time to capture an image ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) -* [TM-43436] Angular bracket "<>" is not in alignment in Quill editor ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) -* TM-32728 Locator Issue for MYWORK app part 1 ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) -* Updated zetaColors. ([2f49efb](https://github.com/ZebraDevs/zds_flutter/commit/2f49efb75517ec0e6250920f78a17c2fe7dfedaa)) - +- [TM-42170] Support links in table ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) +- [TM-42460] Reset resetPreferredOrientations after camera dispose ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) +- [TM-43252] taking time to capture an image ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) +- [TM-43436] Angular bracket "<>" is not in alignment in Quill editor ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) +- TM-32728 Locator Issue for MYWORK app part 1 ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) +- Updated zetaColors. ([2f49efb](https://github.com/ZebraDevs/zds_flutter/commit/2f49efb75517ec0e6250920f78a17c2fe7dfedaa)) ### 📈 Documentation -* update version in readme ([9faea52](https://github.com/ZebraDevs/zds_flutter/commit/9faea52f13576be130a957cd56690232bec2c8d3)) - +- update version in readme ([9faea52](https://github.com/ZebraDevs/zds_flutter/commit/9faea52f13576be130a957cd56690232bec2c8d3)) ### ⛓️ Dependencies -* manually updating some deps ([9faea52](https://github.com/ZebraDevs/zds_flutter/commit/9faea52f13576be130a957cd56690232bec2c8d3)) -* update to latest zeta_flutter ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) -* zeta_flutter 0.10.0 ([#25](https://github.com/ZebraDevs/zds_flutter/issues/25)) ([2f49efb](https://github.com/ZebraDevs/zds_flutter/commit/2f49efb75517ec0e6250920f78a17c2fe7dfedaa)) - +- manually updating some deps ([9faea52](https://github.com/ZebraDevs/zds_flutter/commit/9faea52f13576be130a957cd56690232bec2c8d3)) +- update to latest zeta_flutter ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) +- zeta_flutter 0.10.0 ([#25](https://github.com/ZebraDevs/zds_flutter/issues/25)) ([2f49efb](https://github.com/ZebraDevs/zds_flutter/commit/2f49efb75517ec0e6250920f78a17c2fe7dfedaa)) ### 🧹 Miscellaneous Chores -* add version to example app ([#23](https://github.com/ZebraDevs/zds_flutter/issues/23)) ([bc84094](https://github.com/ZebraDevs/zds_flutter/commit/bc84094aa02434c60ff309ecccc31a12322d4a40)) -* update to match internal repo ([#24](https://github.com/ZebraDevs/zds_flutter/issues/24)) ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) -* update to upstream 543c885bc118726b5d56f39ddc6179f4304c1f65 ([#26](https://github.com/ZebraDevs/zds_flutter/issues/26)) ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) +- add version to example app ([#23](https://github.com/ZebraDevs/zds_flutter/issues/23)) ([bc84094](https://github.com/ZebraDevs/zds_flutter/commit/bc84094aa02434c60ff309ecccc31a12322d4a40)) +- update to match internal repo ([#24](https://github.com/ZebraDevs/zds_flutter/issues/24)) ([bceb856](https://github.com/ZebraDevs/zds_flutter/commit/bceb8562fe1b05c5df7a9eeab85177b07874e4b1)) +- update to upstream 543c885bc118726b5d56f39ddc6179f4304c1f65 ([#26](https://github.com/ZebraDevs/zds_flutter/issues/26)) ([64b4688](https://github.com/ZebraDevs/zds_flutter/commit/64b4688f4d222e8c416d9c5ee5b325baa7a8df4a)) ## [1.2.3](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.2...v1.2.3) (2024-05-08) - ### Bug Fixes -* update zeta_flutter ([#16](https://github.com/ZebraDevs/zds_flutter/issues/16)) ([695064b](https://github.com/ZebraDevs/zds_flutter/commit/695064b6c0f8d82b8fdc4917cbe153d8178429e3)) +- update zeta_flutter ([#16](https://github.com/ZebraDevs/zds_flutter/issues/16)) ([695064b](https://github.com/ZebraDevs/zds_flutter/commit/695064b6c0f8d82b8fdc4917cbe153d8178429e3)) ## [1.2.2](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.1...v1.2.2) (2024-05-08) - ### Bug Fixes -* [TM-34144] Changed the background color to white and added boundary to the cells ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-34144] Changed the background color to white and added boundary to the cells ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-34144] Code improvement-> Changed the background color to primary surface color ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-34144] Code improvement-> Changed the border width to 1.5 ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42004] added flv to set ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42004] added set to hold compress ext for videos ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42004] added set to hold compress ext for videos ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42004] optimized code to throw exception ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42004] removed flv as supported file for compression ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42654] Show error message when maximum attachment limit reached ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* [TM-42656] Allow Multiple Gif files to send in filePicker ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* TM-42498 : MYWORK 23.11.1 [UK/ROI] - Embedded Wistia videos not visible on mobile app ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) -* update quill. Readonly prop moves to quill controller ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-34144] Changed the background color to white and added boundary to the cells ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-34144] Changed the background color to white and added boundary to the cells ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-34144] Code improvement-> Changed the background color to primary surface color ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-34144] Code improvement-> Changed the border width to 1.5 ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42004] added flv to set ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42004] added set to hold compress ext for videos ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42004] added set to hold compress ext for videos ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42004] optimized code to throw exception ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42004] removed flv as supported file for compression ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42654] Show error message when maximum attachment limit reached ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- [TM-42656] Allow Multiple Gif files to send in filePicker ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- TM-42498 : MYWORK 23.11.1 [UK/ROI] - Embedded Wistia videos not visible on mobile app ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) +- update quill. Readonly prop moves to quill controller ([e5c7ca7](https://github.com/ZebraDevs/zds_flutter/commit/e5c7ca715b562c435e97cf4c14bc7327953fa702)) ## [1.2.1](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.0...v1.2.1) (2024-04-25) - ### Bug Fixes -* Adding All supporting tag in table to render the data correctly as precautionary action ([f49b1e3](https://github.com/ZebraDevs/zds_flutter/commit/f49b1e3f9164fac5f1cfb0380f0e9d5851b6aba8)) -* Table inserted in project notes/task notes along with data is not properly shown at Project Notes/Task Notes summery section. ([eb65465](https://github.com/ZebraDevs/zds_flutter/commit/eb6546568380a23481525392f9588c805534b761)) -* Updated file picker to delegate the file picked events ([e1ed80d](https://github.com/ZebraDevs/zds_flutter/commit/e1ed80d97bc21350bd8d0a25c9778ab97c47b86b)) +- Adding All supporting tag in table to render the data correctly as precautionary action ([f49b1e3](https://github.com/ZebraDevs/zds_flutter/commit/f49b1e3f9164fac5f1cfb0380f0e9d5851b6aba8)) +- Table inserted in project notes/task notes along with data is not properly shown at Project Notes/Task Notes summery section. ([eb65465](https://github.com/ZebraDevs/zds_flutter/commit/eb6546568380a23481525392f9588c805534b761)) +- Updated file picker to delegate the file picked events ([e1ed80d](https://github.com/ZebraDevs/zds_flutter/commit/e1ed80d97bc21350bd8d0a25c9778ab97c47b86b)) ## [1.2.0](https://github.com/ZebraDevs/zds_flutter/compare/v1.1.0...v1.2.0) (2024-04-05) - ### Features -* Audio player feat: Camera view feat: Video player feat: Star rating feat: Interactive viewer feat: Speed scroll list fix: Add semantics to SplitTabNavigator chore: enable GitHub actions for code quality, preview, release fix: html viewer bugs chore: update dependencies chore: Update icons chore: Update flutter_quill chore: Update translations ([8c86b9c](https://github.com/ZebraDevs/zds_flutter/commit/8c86b9ce527ea64124c4f675bb7752ee0f6144b2)) -* Update to match internal repo ([#6](https://github.com/ZebraDevs/zds_flutter/issues/6)) ([8e04f23](https://github.com/ZebraDevs/zds_flutter/commit/8e04f238c831884750c1dafd08bef9ea060bf0d4)) - +- Audio player feat: Camera view feat: Video player feat: Star rating feat: Interactive viewer feat: Speed scroll list fix: Add semantics to SplitTabNavigator chore: enable GitHub actions for code quality, preview, release fix: html viewer bugs chore: update dependencies chore: Update icons chore: Update flutter_quill chore: Update translations ([8c86b9c](https://github.com/ZebraDevs/zds_flutter/commit/8c86b9ce527ea64124c4f675bb7752ee0f6144b2)) +- Update to match internal repo ([#6](https://github.com/ZebraDevs/zds_flutter/issues/6)) ([8e04f23](https://github.com/ZebraDevs/zds_flutter/commit/8e04f238c831884750c1dafd08bef9ea060bf0d4)) ### Bug Fixes -* adding more files to pubignore to make package smaller ([#8](https://github.com/ZebraDevs/zds_flutter/issues/8)) ([5ec2561](https://github.com/ZebraDevs/zds_flutter/commit/5ec2561fa85162993a343dc29bad6d29a65900f5)) -* remove voice note option on web ([#7](https://github.com/ZebraDevs/zds_flutter/issues/7)) ([f30410e](https://github.com/ZebraDevs/zds_flutter/commit/f30410e2fb6ad84de85c72c13fdef5efaf7c3937)) +- adding more files to pubignore to make package smaller ([#8](https://github.com/ZebraDevs/zds_flutter/issues/8)) ([5ec2561](https://github.com/ZebraDevs/zds_flutter/commit/5ec2561fa85162993a343dc29bad6d29a65900f5)) +- remove voice note option on web ([#7](https://github.com/ZebraDevs/zds_flutter/issues/7)) ([f30410e](https://github.com/ZebraDevs/zds_flutter/commit/f30410e2fb6ad84de85c72c13fdef5efaf7c3937)) ## [1.1.0](https://github.com/ZebraDevs/zds_flutter/compare/1.0.1...v1.1.0) (2024-03-08) - ### Features -* Audio player feat: Camera view feat: Video player feat: Star rating feat: Interactive viewer feat: Speed scroll list fix: Add semantics to SplitTabNavigator chore: enable GitHub actions for code quality, preview, release fix: html viewer bugs chore: update dependencies chore: Update icons chore: Update flutter_quill chore: Update translations ([8c86b9c](https://github.com/ZebraDevs/zds_flutter/commit/8c86b9ce527ea64124c4f675bb7752ee0f6144b2)) -* Update to match internal repo ([#6](https://github.com/ZebraDevs/zds_flutter/issues/6)) ([8e04f23](https://github.com/ZebraDevs/zds_flutter/commit/8e04f238c831884750c1dafd08bef9ea060bf0d4)) - +- Audio player feat: Camera view feat: Video player feat: Star rating feat: Interactive viewer feat: Speed scroll list fix: Add semantics to SplitTabNavigator chore: enable GitHub actions for code quality, preview, release fix: html viewer bugs chore: update dependencies chore: Update icons chore: Update flutter_quill chore: Update translations ([8c86b9c](https://github.com/ZebraDevs/zds_flutter/commit/8c86b9ce527ea64124c4f675bb7752ee0f6144b2)) +- Update to match internal repo ([#6](https://github.com/ZebraDevs/zds_flutter/issues/6)) ([8e04f23](https://github.com/ZebraDevs/zds_flutter/commit/8e04f238c831884750c1dafd08bef9ea060bf0d4)) ### Bug Fixes -* remove voice note option on web ([#7](https://github.com/ZebraDevs/zds_flutter/issues/7)) ([f30410e](https://github.com/ZebraDevs/zds_flutter/commit/f30410e2fb6ad84de85c72c13fdef5efaf7c3937)) +- remove voice note option on web ([#7](https://github.com/ZebraDevs/zds_flutter/issues/7)) ([f30410e](https://github.com/ZebraDevs/zds_flutter/commit/f30410e2fb6ad84de85c72c13fdef5efaf7c3937)) ## [1.0.0] - 2024-01-02 diff --git a/README.md b/README.md index c20f434..dcad39b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the following as a dependency in your pubspec.yaml file. ```yaml -zds-flutter: ^2.0.0-alpha.2 +zds-flutter: ^2.0.0-alpha.3 ``` diff --git a/example/lib/home.dart b/example/lib/home.dart index 5501e63..89e3e04 100644 --- a/example/lib/home.dart +++ b/example/lib/home.dart @@ -22,7 +22,7 @@ class _HomePageState extends State { leadingWidth: 20, leading: SizedBox(width: 20), // x-release-please-start-version - title: const Text('zds_flutter v2.0.0-alpha.2'), + title: const Text('zds_flutter v2.0.0-alpha.3'), // x-release-please-end centerTitle: false, actions: [ diff --git a/pubspec.yaml b/pubspec.yaml index f434025..956a7b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: zds_flutter description: Zebra Design System components for Flutter. A selection of UI components from Zebra Technologies. -version: 2.0.0-alpha.2 +version: 2.0.0-alpha.3+-alpha.2 homepage: https://github.com/zebradevs/zds_flutter repository: https://github.com/zebradevs/zds_flutter issue_tracker: https://github.com/zebradevs/zds_flutter/issues