Skip to content

Commit

Permalink
bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Feb 23, 2021
1 parent e48c83b commit a45f884
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 14 deletions.
23 changes: 22 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"code",
"doc",
"bug",
"review"
"review",
"example",
"infra"
]
},
{
Expand Down Expand Up @@ -157,6 +159,25 @@
"code"
]
},
{
"login": "mockturtl",
"name": "mockturtl",
"avatar_url": "https://avatars0.githubusercontent.com/u/705804?v=4",
"profile": "https://github.com/mockturtl",
"contributions": [
"code",
"doc"
]
},
{
"login": "rtr-dnd",
"name": "ritar",
"avatar_url": "https://avatars0.githubusercontent.com/u/19490811?v=4",
"profile": "https://github.com/rtr-dnd",
"contributions": [
"bug"
]
},
],
"contributorsPerLine": 7,
"projectName": "backdrop",
Expand Down
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## [0.5.0]

* **BREAKING**: requires Dart >= 2.3
* `BackdropScaffold`: added `frontLayerActiveFactor` [#73][]

[#73]: https://github.com/fluttercommunity/backdrop/pull/73
## [0.5.0] - 23 February 2021

* `demo`: use `gallerize` package [[#67](https://github.com/fluttercommunity/backdrop/issues/67)]
* `demo`: auto-deploy with new tag creation with Github Actions [[#69](https://github.com/fluttercommunity/backdrop/pull/69)]
* `dart`: requires Dart >= 2.3 **BREAKING** [[#73](https://github.com/fluttercommunity/backdrop/pull/73)]
* `BackdropScaffold`: added `frontLayerActiveFactor` and `backLayerScrim`; replaced `inactiveOverlayColor` with `frontLayerScrim`; [[#73](https://github.com/fluttercommunity/backdrop/pull/73)]
* `BackdropScaffold`: documentation improvement for `subHeader`, `headerHeight` and `stickyFrontLayer` [[#73](https://github.com/fluttercommunity/backdrop/pull/73)]
* `example`: added example for variable height front layer [[#73](https://github.com/fluttercommunity/backdrop/pull/73)]
* `BackdropScaffold`: added `reverseAnimationCurve` [[#74](https://github.com/fluttercommunity/backdrop/pull/74)]
* `readme`: added "Accessing underlying backdrop functionalities" section [[#77](https://github.com/fluttercommunity/backdrop/pull/77)]

## [0.4.7] - 28 October 2020

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Demo](https://img.shields.io/badge/check-demo-blueviolet)](https://fluttercommunity.github.io/backdrop/demo/#/)
[![Gitter](https://badges.gitter.im/flutter-backdrop/community.svg)](https://gitter.im/flutter-backdrop/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg)](#contributors-)
[![pub.dev](https://img.shields.io/pub/v/backdrop?logo=dart)](https://pub.dev/packages/backdrop)
[![pub points](https://badges.bar/backdrop/pub%20points)](https://pub.dev/packages/backdrop/score)
[![popularity](https://badges.bar/backdrop/popularity)](https://pub.dev/packages/backdrop/score)
Expand Down Expand Up @@ -143,16 +143,16 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://bhikadia.com"><img src="https://avatars1.githubusercontent.com/u/4963236?v=4" width="100px;" alt=""/><br /><sub><b>Harsh Bhikadia</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=daadu" title="Code">πŸ’»</a> <a href="#ideas-daadu" title="Ideas, Planning, & Feedback">πŸ€”</a><a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3Adaadu" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/WieFel"><img src="https://avatars0.githubusercontent.com/u/8345062?v=4" width="100px;" alt=""/><br /><sub><b>Felix Wielander</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Documentation">πŸ“–</a><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+WieFel" title="Bug reports">πŸ›</a><a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3AWieFel" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://bhikadia.com"><img src="https://avatars1.githubusercontent.com/u/4963236?v=4" width="100px;" alt=""/><br /><sub><b>Harsh Bhikadia</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=daadu" title="Code">πŸ’»</a> <a href="#ideas-daadu" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3Adaadu" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/WieFel"><img src="https://avatars0.githubusercontent.com/u/8345062?v=4" width="100px;" alt=""/><br /><sub><b>Felix Wielander</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Documentation">πŸ“–</a><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+WieFel" title="Bug reports">πŸ›</a>< a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3AWieFel" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://fluttercommunity.github.io/backdrop/demo/#/" title="Examples">πŸ’‘</a> <a href="https://github.com/fluttercommunity/backdrop/blob/master/.github/workflows/" title="Infrastructure">πŸš‡</a></td>
<td align="center"><a href="https://bringmos.com/"><img src="https://avatars0.githubusercontent.com/u/64806665?v=4" width="100px;" alt=""/><br /><sub><b>Bringmos</b></sub></a><br /><a href="https://gitlab.com/daadu/backdrop/-/issues?scope=all&utf8=%E2%9C%93&state=all&author_username=bringmos" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/gspencergoog"><img src="https://avatars0.githubusercontent.com/u/8867023?v=4" width="100px;" alt=""/><br /><sub><b>Greg Spencer</b></sub></a><br /><a href="https://gitlab.com/daadu/backdrop/-/issues?scope=all&utf8=%E2%9C%93&state=all&author_username=gspencergoog" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/cicelcup"><img src="https://avatars0.githubusercontent.com/u/48078472?v=4" width="100px;" alt=""/><br /><sub><b>Jorge A Peroza M</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=cicelcup" title="Code">πŸ’»</a><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+cicelcup" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/cicelcup"><img src="https://avatars0.githubusercontent.com/u/48078472?v=4" width="100px;" alt=""/><br /><sub><b>Jorge A Peroza M</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=cicelcup" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+cicelcup" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/heath3n"><img src="https://avatars0.githubusercontent.com/u/8888204?v=4" width="100px;" alt=""/><br /><sub><b>Matt Newell</b></sub></a><br /><a href="https://gitlab.com/daadu/backdrop/-/issues?scope=all&utf8=%E2%9C%93&state=all&author_username=heath3n" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://danielborges93.com/"><img src="https://avatars0.githubusercontent.com/u/1283243?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Borges</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=danielborges93" title="Code">πŸ’»</a><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+danielborges93" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://danielborges93.com/"><img src="https://avatars0.githubusercontent.com/u/1283243?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Borges</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=danielborges93" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+danielborges93" title="Bug reports">πŸ›</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/felixwortmann"><img src="https://avatars0.githubusercontent.com/u/45035656?v=4" width="100px;" alt=""/><br /><sub><b>Felix Wortmann</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=felixwortmann" title="Code">πŸ’»</a><a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3Afelixwortmann" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/felixwortmann"><img src="https://avatars0.githubusercontent.com/u/45035656?v=4" width="100px;" alt=""/><br /><sub><b>Felix Wortmann</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=felixwortmann" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3Afelixwortmann" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/pgrimaud"><img src="https://avatars0.githubusercontent.com/u/1866496?v=4" width="100px;" alt=""/><br /><sub><b>Pierre Grimaud</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=pgrimaud" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://github.com/vlytvyne"><img src="https://avatars0.githubusercontent.com/u/44924680?v=4" width="100px;" alt=""/><br /><sub><b>Π’Π°Π΄ΠΈΠΌ</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=vlytvyne" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/iLDA1997"><img src="https://avatars0.githubusercontent.com/u/27288368?v=4" width="100px;" alt=""/><br /><sub><b>Danial Agh</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+iLDA1997" title="Bug reports">πŸ›</a></td>
Expand All @@ -163,6 +163,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center"><a href="https://github.com/kannel-outis"><img src="https://avatars0.githubusercontent.com/u/32224274?v=4" width="100px;" alt=""/><br /><sub><b>Enikuomehin Adejuwon</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=kannel-outis" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/farmery"><img src="https://avatars0.githubusercontent.com/u/56759256?v=4" width="100px;" alt=""/><br /><sub><b>Nwachi ifeanyichukwu Victor</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=farmery" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/mockturtl"><img src="https://avatars0.githubusercontent.com/u/705804?v=4" width="100px;" alt=""/><br /><sub><b>mockturtl</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=mockturtl" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=mockturtl" title="Documentation">πŸ“–</a><</td>
<td align="center"><a href="https://github.com/rtr-dnd"><img src="https://avatars0.githubusercontent.com/u/19490811?v=4" width="100px;" alt=""/><br /><sub><b>ritar</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+rtr-dnd" title="Bug reports">πŸ›</a></td>
</tr>
</table>

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: backdrop
description: Backdrop implementation in dart. (https://material.io/design/components/backdrop.html)
version: 0.4.7
version: 0.5.0
homepage: https://github.com/fluttercommunity/backdrop
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
Expand Down

0 comments on commit a45f884

Please sign in to comment.