Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Update stagehand version to 1.1.4 (#431)
Browse files Browse the repository at this point in the history
Also improved the CHANGELOG
  • Loading branch information
kwalrath committed Jun 12, 2017
1 parent a3c1b60 commit f417471
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 1.1.4

- Update `web-angular` to use `lib/src` for everything but the main app
component.
- Added Enter key support to the `web-angular` template.
- Added commented-out pubspec settings to the `web-angular` and
`web-simple` templates, demonstrating how to make `pub serve`
use [dartdevc](https://webdev.dartlang.org/tools/dartdevc).
- Made changes related to
[dartdevc](https://webdev.dartlang.org/tools/dartdevc)
(which pub supports, as of SDK 1.24):
- Updated `web-angular` to use `lib/src` for everything but the
main app.
- Added commented-out pubspec settings to the `web-angular` and
`web-simple` templates, demonstrating how to make `pub serve`
use dartdevc.
- Added favicons to the `web-angular` and `web-simple` templates.
- Added Enter key support to the `web-angular` template.
- Improved the CSS for the `web-simple` template.
- Updated analysis options for the stagehand package.
- Changed the name of `server-shelf` from "Shelf Web Server" to
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: stagehand
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
version: 1.1.4-dev
version: 1.1.4
homepage: http://stagehand.pub
authors:
- Seth Ladd <sethladd@google.com>
Expand Down

0 comments on commit f417471

Please sign in to comment.