This repository has been archived by the owner on May 31, 2021. It is now read-only.
Releases: dart-archive/stagehand
Releases · dart-archive/stagehand
v1.1.5
v1.1.4+1
v1.1.4
- Made changes related to dartdevc (which pub supports, as of SDK 1.24):
- Updated
web-angular
to uselib/src
for everything but the main app. - Added commented-out pubspec settings to the
web-angular
andweb-simple
templates, demonstrating how to makepub serve
use dartdevc.
- Updated
- Added favicons to the
web-angular
andweb-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 "Web Server".
v1.1.3
v1.1.2
- Removed
web-angular-simple
andconsole-simple
templates:- The list of templates had become too long.
- Documentation (such as the
Angular guide)
that used to rely onweb-angular-simple
now uses
https://github.com/angular-examples/quickstart.
- Changed
web-angular
template:- The template is now a simple todo-list app.
- Added component tests.
- Tweaked the text of some template descriptions.
v1.1.1+1
- Added
angular_test
based tests to web-angular-simple. - Updated
web-angular-*
templates:- Renamed
angular2_components
toangular_components
. - Package version updates in
pubspec.yaml
:angular
to 3.0.0angular_components
to 0.5.0- Minimal SDK to 1.23
- Adjusted
index.html
<base href>
initialization script.
- Renamed
v1.1.1-oops
- Added
angular_test
based tests to web-angular-simple. - Updated angular, angular components and SDK version constraints in the
web-angular-* templates.
v1.1.0
v1.0.24
v1.0.23
- Standardized the layout of
pubspec.yaml
for all templates.- Use
^
notation for versions. - Define the minimum SDK to be
1.20.1
.
- Use
- Simplified
.gitginore
for all templates.- No longer need to ignore
packages
directory. They are not not generated
with SDK 1.20.1+. - No longer ignoring compiled outputs by extension. These will all be in the
build
directory, which is already ignored. - No longer ignoring JetBrains IDE files. These should be ignored in a users
global.gitignore
.
- No longer need to ignore