0.1.1+23 - 2024-01-19
ed1210d
- Update Widgetbook to correct functionality (PR #52 by @thelukewalton)c627d7a
- Tidy up example app (PR #53 by @thelukewalton)
0.5.0 (2024-03-05)
- Dial Pad (#30) (f16df26)
- Icon button (#26) (88cd90a)
- Navigation bar (#32) (36a60e7)
- Progress Bar (#29) (d18dbd2)
- update icons/0.1.65 (#24) (9f0e7f2)
- Widgetbook hot reload (#33) (44b8f98)
0.4.0 (2024-02-14)
- type: Add xSmall and conform to latest figma designs. (17b2299)
- actions: Updated actions to push changelog to zeta. (#6) (f7a8d9a)
- Widgetbook run / build (#15) (a2347ad)
- WIdgetbook theme (#16) (5e1c48a)
0.3.0 (2024-02-05)
- type: Add xSmall and conform to latest figma designs. (17b2299)
0.1.1+22 - 2024-01-19
-
due to
7b543ac
- Remove legacy code (PR #51 by @thelukewalton):Removed ZetaGrid and ZetaSpacing components, renamed widget padding extensions
https://jira.zebra.com/browse/UX-910
Remove ZetaGrid, ZetaSpacing and ZetaText widgets as these are no longer
part of the library. Functionality is retained in some cases (text
styles, padding extensions) but widgets themselves are removed.
7b543ac
- Remove legacy code (PR #51 by @thelukewalton)
ccbdeb9
- Update Widgetbook to correct functionality (PR #52 by @thelukewalton)
0.1.1+21 - 2024-01-18
6ae1269
- Update text styles to match latest designs (PR #50 by @thelukewalton)977d7e6
- Remove legacy code (PR #51 by @thelukewalton)
0.1.1+20 - 2024-01-17
35d1d7e
- Update text styles to match latest designs (PR #50 by @thelukewalton)
6787220
- Organize ilb/ to match web (PR #49 by @thelukewalton)
0.1.1+19 - 2024-01-17
d1c0125
- Organize ilb/ to match web (PR #49 by @thelukewalton)
Bumps tj-actions/changed-files from 35 to 41.
Release notes
Sourced from tj-actions/changed-files's releases.
- Upgraded to v41 by
@βtj-actions-bot
in tj-actions/changed-files[#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811)- chore(deps): update dependency eslint-plugin-prettier to v5.1.2 by
@βrenovate
in tj-actions/changed-files[#1813](https://github.com/zebratechnologies/zeta-flutter/pull/1813)- fix: update characters escaped by safe output by
@βjackton1
in tj-actions/changed-files[#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.0.1
A new
safe_output
input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection.[!NOTE] This can be disabled by setting the
safe_output
to false this comes with a recommendation to store all outputs generated in an environment variable first before using them.... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v40 with: safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection. - name: List all added files env: ADDED_FILES: ${{ steps.changed-files.outputs.added_files }} run: | for file in "$ADDED_FILES"; do echo "$file was added" done ...
- chore(deps): update typescript-eslint monorepo to v6.15.0 by
@βrenovate
in tj-actions/changed-files[#1801](https://github.com/zebratechnologies/zeta-flutter/pull/1801)- Upgraded to v40.2.3 by
@βtj-actions-bot
in tj-actions/changed-files[#1800](https://github.com/zebratechnologies/zeta-flutter/pull/1800)- chore(deps): update dependency eslint-plugin-prettier to v5.1.0 by
@βrenovate
in tj-actions/changed-files[#1802](https://github.com/zebratechnologies/zeta-flutter/pull/1802)- chore(deps): lock file maintenance by
@βrenovate
in tj-actions/changed-files[#1803](https://github.com/zebratechnologies/zeta-flutter/pull/1803)- chore(deps): update dependency eslint-plugin-prettier to v5.1.1 by
@βrenovate
in tj-actions/changed-files[#1804](https://github.com/zebratechnologies/zeta-flutter/pull/1804)- fix: update safe output regex and the docs by
@βtj-actions-bot
in tj-actions/changed-files[#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)- Revert "chore(deps): update actions/download-artifact action to v4" by
@βjackton1
in tj-actions/changed-files[#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806)- Update README.md by
@βjackton1
in tj-actions/changed-files[#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808)
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
41.0.1 - (2023-12-24)
- Update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)) (716b1e1) - (Tonye Jack)
- deps: Update dependency eslint-plugin-prettier to v5.1.2 (7aaf10d) - (renovate[bot])
- Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))
Co-authored-by: jackton1 [email protected] (cc08e17) - (tj-actions[bot])
41.0.0 - (2023-12-23)
- Update safe output regex and the docs ([#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)) (ff2f6e6) - (tj-actions[bot])
- Revert "chore(deps): update actions/download-artifact action to v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))
(4f573fe) - (Tonye Jack)
- Update README.md (6e79d6e) - (Tonye Jack)
- Update README.md (d13ac19) - (Tonye Jack)
- Update README.md (bb89f97) - (Tonye Jack)
- Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))
Co-authored-by: renovate[bot] (1864078) - (tj-actions[bot])
- Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))
(47371c5) - (Tonye Jack)
- Merge pull request from GHSA-mcph-m25j-8j63
feat: add
safe_output
input enabled by defaultfix: migrate README to safe uses of interpolation
... (truncated)
Commits
716b1e1
fix: update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815))7aaf10d
chore(deps): update dependency eslint-plugin-prettier to v5.1.2cc08e17
Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))6e79d6e
Update README.mdd13ac19
Update README.mdbb89f97
Update README.md1864078
Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))f495a03
chore(deps): lock file maintenance47371c5
Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))4f573fe
Revert "chore(deps): update actions/download-artifact action to v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (commit by @dependabot[bot])
0.1.1+18 - 2024-01-10
Bumps tj-actions/changed-files from 35 to 41.
Release notes
Sourced from tj-actions/changed-files's releases.
- Upgraded to v41 by
@βtj-actions-bot
in tj-actions/changed-files[#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811)- chore(deps): update dependency eslint-plugin-prettier to v5.1.2 by
@βrenovate
in tj-actions/changed-files[#1813](https://github.com/zebratechnologies/zeta-flutter/pull/1813)- fix: update characters escaped by safe output by
@βjackton1
in tj-actions/changed-files[#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.0.1
A new
safe_output
input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection.[!NOTE] This can be disabled by setting the
safe_output
to false this comes with a recommendation to store all outputs generated in an environment variable first before using them.... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v40 with: safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection. - name: List all added files env: ADDED_FILES: ${{ steps.changed-files.outputs.added_files }} run: | for file in "$ADDED_FILES"; do echo "$file was added" done ...
- chore(deps): update typescript-eslint monorepo to v6.15.0 by
@βrenovate
in tj-actions/changed-files[#1801](https://github.com/zebratechnologies/zeta-flutter/pull/1801)- Upgraded to v40.2.3 by
@βtj-actions-bot
in tj-actions/changed-files[#1800](https://github.com/zebratechnologies/zeta-flutter/pull/1800)- chore(deps): update dependency eslint-plugin-prettier to v5.1.0 by
@βrenovate
in tj-actions/changed-files[#1802](https://github.com/zebratechnologies/zeta-flutter/pull/1802)- chore(deps): lock file maintenance by
@βrenovate
in tj-actions/changed-files[#1803](https://github.com/zebratechnologies/zeta-flutter/pull/1803)- chore(deps): update dependency eslint-plugin-prettier to v5.1.1 by
@βrenovate
in tj-actions/changed-files[#1804](https://github.com/zebratechnologies/zeta-flutter/pull/1804)- fix: update safe output regex and the docs by
@βtj-actions-bot
in tj-actions/changed-files[#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)- Revert "chore(deps): update actions/download-artifact action to v4" by
@βjackton1
in tj-actions/changed-files[#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806)- Update README.md by
@βjackton1
in tj-actions/changed-files[#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808)
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
41.0.1 - (2023-12-24)
- Update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)) (716b1e1) - (Tonye Jack)
- deps: Update dependency eslint-plugin-prettier to v5.1.2 (7aaf10d) - (renovate[bot])
- Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))
Co-authored-by: jackton1 [email protected] (cc08e17) - (tj-actions[bot])
41.0.0 - (2023-12-23)
- Update safe output regex and the docs ([#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)) (ff2f6e6) - (tj-actions[bot])
- Revert "chore(deps): update actions/download-artifact action to v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))
(4f573fe) - (Tonye Jack)
- Update README.md (6e79d6e) - (Tonye Jack)
- Update README.md (d13ac19) - (Tonye Jack)
- Update README.md (bb89f97) - (Tonye Jack)
- Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))
Co-authored-by: renovate[bot] (1864078) - (tj-actions[bot])
- Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))
(47371c5) - (Tonye Jack)
- Merge pull request from GHSA-mcph-m25j-8j63
feat: add
safe_output
input enabled by defaultfix: migrate README to safe uses of interpolation
... (truncated)
Commits
716b1e1
fix: update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815))7aaf10d
chore(deps): update dependency eslint-plugin-prettier to v5.1.2cc08e17
Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))6e79d6e
Update README.mdd13ac19
Update README.mdbb89f97
Update README.md1864078
Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))f495a03
chore(deps): lock file maintenance47371c5
Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))4f573fe
Revert "chore(deps): update actions/download-artifact action to v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (commit by @dependabot[bot])
0.1.1+16 - 2024-01-02
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
Co-authored-by: github-actions [email protected] Co-authored-by: Atanas Yordanov [email protected] (commit by @genovevageorgieva)
0.1.1+15 - 2024-01-02
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0.1.1+14 - 2023-12-21
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
0.1.1+13 - 2023-12-21
- Menu Items - horizontal & vertical
The ZetaDefaults class was updated to Zeta inheriting from InheritedWidget. This change allows easy access to the Zeta theme settings (contrast, theme mode, theme data, color set) from anywhere in the widget tree. The ZetaAppBuilder function was updated to take in ThemeData and ThemeMode. The ZetaProvider was added to provide Zeta theming and contrast data down the widget tree. The code for the color and typography examples was adjusted to use the new Zeta context extension, instead of using Theme.of(context) to get colorScheme. This change was crucial to simplify the process of adapting the application visuals to different themes."
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
0.1.1+12 - 2023-12-20
- fix sizings and replace icons with zeta icons
- Refactor color swatch generation to utilize zeta
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
Menu Items - horizontal & vertical
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0.1.1+11 - 2023-12-19
-
first draft of the ZetaAccordion
-
create ZetaAccordion component
-
add icon padding
-
add list separator & margin
-
Tag component (#37)
-
initial
-
inital
-
initial
-
tag component
-
tag component
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] Co-authored-by: Atanas Yordanov [email protected]
-
add comments and more examples
-
pubspec
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: Genoveva Georgieva [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
fix sizings and replace icons with zeta icons
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
0.1.1+10 - 2023-12-19
-
initial
-
inital
-
initial
-
tag component
-
tag component
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] Co-authored-by: Atanas Yordanov [email protected] (commit by @genovevageorgieva)
-
first draft of the ZetaAccordion
-
create ZetaAccordion component
-
add icon padding
-
add list separator & margin
-
Tag component (#37)
-
initial
-
inital
-
initial
-
tag component
-
tag component
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] Co-authored-by: Atanas Yordanov [email protected]
-
add comments and more examples
-
pubspec
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: Genoveva Georgieva [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0.1.1+9 - 2023-12-18
-
force Material 3
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
initial
-
inital
-
initial
-
tag component
-
tag component
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] Co-authored-by: Atanas Yordanov [email protected] (commit by @genovevageorgieva)
0.1.1+8 - 2023-12-18
-
initial
-
format_error
-
[automated commit] lint format and import sort
-
button component optimizations
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
colors change
-
colors change
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
force Material 3
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0.1.1+7 - 2023-12-18
-
fix the border of the component
-
[automated commit] lint format and import sort
-
inverseBorder
-
[automated commit] lint format and import sort
-
rounded = true by default
-
running on iPhone
-
try to adjust font height
-
horizontal alignment
-
try to remove the line height
-
stick to Material 2 for now
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
initial
-
format_error
-
[automated commit] lint format and import sort
-
button component optimizations
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
colors change
-
colors change
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
0.1.1+6 - 2023-12-18
-
initial
-
workcloud indicator
-
typo
-
.
-
[automated commit] lint format and import sort
-
.
-
.
-
.
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
add default values
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
fix the border of the component
-
[automated commit] lint format and import sort
-
inverseBorder
-
[automated commit] lint format and import sort
-
rounded = true by default
-
running on iPhone
-
try to adjust font height
-
horizontal alignment
-
try to remove the line height
-
stick to Material 2 for now
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0.1.1+5 - 2023-12-18
-
create ZetaAppBar in four variants with example screens
-
[automated commit] lint format and import sort
-
remove Flexible
-
rename
-
titleIcon should be of type Icon instead of Widget
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
initial
-
workcloud indicator
-
typo
-
.
-
[automated commit] lint format and import sort
-
.
-
.
-
.
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
add default values
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
0.1.1+4 - 2023-12-15
-
add empty avatar example page; upgrade packages
-
add icons
-
[automated commit] lint format and import sort
-
create avatar component with examples
-
create ZetaIndicator component with examples
-
fix value
-
fix & improve; add badges (indicators)
-
add more comments
-
add factory constructors for the different types
-
add widgetbook
-
add avatar to widgetbook
-
[automated commit] lint format and import sort
-
Badge (#29)
-
initial
-
Badge
-
fix test
-
[automated commit] lint format and import sort
-
change default border type
-
fix test
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
fix example
-
fix sizing
-
add foreground colors
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected]
-
[automated commit] lint format and import sort
-
replace photo with image
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] Co-authored-by: Genoveva Georgieva [email protected] (commit by @atanasyordanov21)
-
create ZetaAppBar in four variants with example screens
-
[automated commit] lint format and import sort
-
remove Flexible
-
rename
-
titleIcon should be of type Icon instead of Widget
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0.1.1+3 - 2023-12-15
-
Merge from zebradevs
-
spelling and finals
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @thelukewalton)
-
add empty avatar example page; upgrade packages
-
add icons
-
[automated commit] lint format and import sort
-
create avatar component with examples
-
create ZetaIndicator component with examples
-
fix value
-
fix & improve; add badges (indicators)
-
add more comments
-
add factory constructors for the different types
-
add widgetbook
-
add avatar to widgetbook
-
[automated commit] lint format and import sort
-
Badge (#29)
-
initial
-
Badge
-
fix test
-
[automated commit] lint format and import sort
-
change default border type
-
fix test
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
fix example
-
fix sizing
-
add foreground colors
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected]
-
[automated commit] lint format and import sort
-
replace photo with image
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] Co-authored-by: Genoveva Georgieva [email protected] (commit by @atanasyordanov21)
0.1.1+2 - 2023-12-13
-
.
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
Merge from zebradevs
-
spelling and finals
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @thelukewalton)
- feature: Refactor theme declaration and introduce theme service
Theme extensions were deleted and its contents were moved to colors.dart to consolidate all color-related codes in one file for easier navigation and editing. Additional enhancements include optimizing color assignments and making ZetaColors immutable for more robust color management.
-
initial
-
Badge
-
fix test
-
[automated commit] lint format and import sort
-
change default border type
-
fix test
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
fix example
-
fix sizing
-
add foreground colors
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
.
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
add icons
-
[automated commit] lint format and import sort
-
create ZetaIndicator component with examples
-
fix value
-
add more comments
-
add widgetbook
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
initial
-
Badge
-
fix test
-
[automated commit] lint format and import sort
-
change default border type
-
fix test
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
-
fix example
-
fix sizing
-
add foreground colors
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
Priority Pill
-
[automated commit] lint format and import sort
-
remove unnecessary param
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
add icons
-
[automated commit] lint format and import sort
-
create ZetaIndicator component with examples
-
fix value
-
add more comments
-
add widgetbook
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
add icons
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
Priority Pill
-
[automated commit] lint format and import sort
-
remove unnecessary param
-
[automated commit] lint format and import sort
Co-authored-by: github-actions [email protected] (commit by @genovevageorgieva)
-
status_label
-
[automated commit] lint format and import sort
-
spacing changes
-
extract BorderType in utils
-
chore(deps): bump tj-actions/branch-names in /.github/workflows (#26)
Bumps tj-actions/branch-names from 5.1 to 7.0.7.
updated-dependencies:
- dependency-name: tj-actions/branch-names dependency-type: direct:production ...
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- [automated commit] lint format and import sort
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: github-actions [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (commit by @genovevageorgieva)
-
add icons
-
[automated commit] lint format and import sort
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
0794b08
- deps: bump tj-actions/branch-names in /.github/workflows (PR #26 by @dependabot[bot])
-
status_label
-
[automated commit] lint format and import sort
-
spacing changes
-
extract BorderType in utils
-
chore(deps): bump tj-actions/branch-names in /.github/workflows (#26)
Bumps tj-actions/branch-names from 5.1 to 7.0.7.
updated-dependencies:
- dependency-name: tj-actions/branch-names dependency-type: direct:production ...
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- [automated commit] lint format and import sort
Signed-off-by: dependabot[bot] [email protected] Co-authored-by: github-actions [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (commit by @genovevageorgieva)
63b94a6
- deps: bump tj-actions/branch-names in /.github/workflows (PR #26 by @dependabot[bot])
-
fix endtemplate in comments; upgrade flutter packages
-
remove unnecessary text scaling
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
d22dd29
- Tidy, reorganise and prepare repo (commit by @thelukewalton)
199328c
- Update to mirror 0.1.0+1 from ZebraDevs (commit by @thelukewalton)0ee6171
- Cleanup dart warnings; fix text scale (#23)
-
fix endtemplate in comments; upgrade flutter packages
-
remove unnecessary text scaling
-
[automated commit] lint format and import sort
Co-authored-by: Atanas Yordanov [email protected] Co-authored-by: github-actions [email protected] (commit by @atanasyordanov21)
-
feat(color): Adding color defs
-
feat(color): starting colorswatch util
-
bug(quality): updating lint rules
-
feat(color): adding widgetbook and tests
-
bug(platforms): adding windows into example
-
bug(type): Fixing reset height and tests failing (commit by @thelukewalton)
-
193dc42
- Color (#21) (commit by @thelukewalton) -
a605819
- Adding color defs by @thelukewalton -
f519cd8
- starting colorswatch util by @thelukewalton -
7445db0
- adding widgetbook and tests by @thelukewalton
7529402
- bug(quality): updating lint rules by @thelukewalton3479adb
-bug(platforms): adding windows into example by @thelukewalton70a6144
- bug(type): Fixing reset height and tests failing by @thelukewalton
546739c
- Dimensions by @thelukewalton
-
6638e94
- bug: Refactoring tokens by @thelukewalton -
133a7ac
- bug: grid widgetbook hybrid example fix by @thelukewalton -
988964e
- removing unused dependency; by @thelukewalton
ffb9596
- Typography (commit by @thelukewalton)
-
fb835a4
- Updated spacing and grid documentation and edge cases (PR #11 by @thelukewalton) -
2a1cea3
- Update typography documentation (PR #16 by @thelukewalton) -
709f771
- update docs (PR #17 by @thelukewalton) -
5a50e46
- Update README.md (#12), Update README.md, adding in tag to pass the CodeQL enablement exeption, - [automated commit] lint format and import sort. Co-authored-by: github-actions [email protected] (commit by @knxp34)
591b757
- inject token to action; (PR #15 by @thelukewalton)d591856
- test (commit by @thelukewalton)1dcbcae
- removing hardcoded shas (PR #19 by @thelukewalton)
a2ca78e
- Spacing (#9) (commit by @thelukewalton)
e29e53b
- another attempt at fixing actions checkout (PR #8 by @thelukewalton)
-
f7a8d9a
- actions: Updated actions to push changelog to zeta. (PR #6 by @thelukewalton) - actions (commit by @thelukewalton) -
b0ad7f1
- No ticket/code examples (#5)- adding code example (commit by @thelukewalton) -
4acf3c1
- fix(actions) Fix action refs (PR #7 by @thelukewalton) -
83e073b
- fix(actions) another attempt at fixing actions checkout (PR #8 by @thelukewalton)
- Initial setup