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

Releases: dart-archive/stagehand

v1.1.5

19 Jul 17:34
Compare
Choose a tag to compare
  • Updated the sdk dependency so that Stagehand can work with
    2.0.0-dev.* releases.

v1.1.4+1

19 Jun 20:10
Compare
Choose a tag to compare

Favicon metadata tweak (#434)

v1.1.4

12 Jun 21:48
Compare
Choose a tag to compare
  • Made changes related to 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 "Web Server".

v1.1.3

16 May 22:28
Compare
Choose a tag to compare

Removed platform_* options from web-angular.

v1.1.2

10 May 15:42
Compare
Choose a tag to compare
  • Removed web-angular-simple and console-simple templates:
  • Changed web-angulartemplate:
    • The template is now a simple todo-list app.
    • Added component tests.
  • Tweaked the text of some template descriptions.

v1.1.1+1

28 Apr 19:34
Compare
Choose a tag to compare
  • Added angular_test based tests to web-angular-simple.
  • Updated web-angular-* templates:
    • Renamed angular2_components to angular_components.
    • Package version updates in pubspec.yaml:
      • angular to 3.0.0
      • angular_components to 0.5.0
      • Minimal SDK to 1.23
    • Adjusted index.html <base href> initialization script.

v1.1.1-oops

28 Apr 19:11
Compare
Choose a tag to compare
v1.1.1-oops Pre-release
Pre-release
  • 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

21 Mar 17:32
Compare
Choose a tag to compare
  • Added web-stagexl template.
  • Updated analysis_options.yaml for all templates.
    • Strong mode is on by default.
    • A basic set of lint rules is now included.

v1.0.24

16 Mar 21:17
Compare
Choose a tag to compare

Improve web-angular* routing regex.

v1.0.23

11 Mar 00:14
Compare
Choose a tag to compare
  • Standardized the layout of pubspec.yaml for all templates.
    • Use ^ notation for versions.
    • Define the minimum SDK to be 1.20.1.
  • 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.