Skip to content

Commit

Permalink
Merge pull request #44 from takenet/release/0.0.17
Browse files Browse the repository at this point in the history
Release/0.0.17
  • Loading branch information
githubdoandre authored Oct 31, 2022
2 parents 3f32bb4 + d41eae2 commit 9c07790
Show file tree
Hide file tree
Showing 123 changed files with 5,063 additions and 967 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: Tests

on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]
branches: [ main, develop ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ build/
.flutter-plugins
.flutter-plugins-dependencies
.fvm/
coverage/html
test/**/failures
.vscode/settings.json
11 changes: 10 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
},
{
"name": "Golden",
"request": "launch",
"type": "dart",
"codeLens": {
"for": ["run-test", "run-test-file"]
},
"args": ["--update-goldens"]
}
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.17

* Added unit e goldens tests
* Added support for email in text
* Added suport for Carousel message bubble

## 0.0.16

* Added support for design system Toast
Expand Down
Binary file modified assets/fonts/DSIcons.ttf
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/images/blip_ balloon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/clip.png
Binary file not shown.
Binary file removed assets/images/file-csv.png
Binary file not shown.
Binary file removed assets/images/file-default.png
Binary file not shown.
Binary file removed assets/images/file-doc.png
Binary file not shown.
Binary file removed assets/images/file-pdf.png
Binary file not shown.
Binary file removed assets/images/file-ppt.png
Binary file not shown.
Binary file removed assets/images/file-txt.png
Binary file not shown.
Binary file removed assets/images/file-xls.png
Binary file not shown.
Binary file removed assets/images/file-zip.png
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/images/icon_bell.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/images/icon_error.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/images/icon_like.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/images/icon_message.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/images/icon_warning.svg

This file was deleted.

Binary file removed assets/images/notificacao.png
Binary file not shown.
Binary file removed assets/images/send_button.png
Binary file not shown.
Loading

0 comments on commit 9c07790

Please sign in to comment.