Skip to content
Snippets Groups Projects
  1. Jun 02, 2017
  2. May 22, 2017
  3. May 16, 2017
  4. May 12, 2017
  5. May 10, 2017
  6. May 09, 2017
  7. Apr 28, 2017
  8. Apr 21, 2017
    • Patrice Chalin's avatar
      Add angular_test based tests to web-angular-simple (#388) · ca8df688
      Patrice Chalin authored
      * [WIP] Add angular_test based tests to web-angular-simple
      
      Fixes #386
      
      * Update to angular2 3.0.0-beta+1
      * update ACX and NG vers in web-angular-*
      * update SDK to 1.23.0 for web-angular-*
      * validate_templates: allow SDK 1.23.0 for angular templates
      * Update pubspec and changelog version to 1.1.1-dev, 1.1.1
      ca8df688
  9. Mar 27, 2017
  10. Mar 21, 2017
  11. Mar 16, 2017
  12. Mar 11, 2017
  13. Mar 10, 2017
    • Kevin Moore's avatar
      Big cleanup to .gitignore and pubspec.yaml for all templates · 1f801774
      Kevin Moore authored
      - Standardized the layout of `pubspec.yaml` for all templates.
        - Consistent ordering of all top-level keys
        - 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`.
      
      Also added tests to validate many of these things
      
      Fixes https://github.com/google/stagehand/issues/372
      v1.0.23
      1f801774
  14. Feb 23, 2017
  15. Feb 18, 2017
  16. Feb 15, 2017
  17. Feb 14, 2017
  18. Feb 13, 2017
  19. Feb 06, 2017
  20. Dec 21, 2016
    • Kathy Walrath's avatar
      Update version to 1.0.20 (#359) · 0d0c3c21
      Kathy Walrath authored
      v1.0.20
      0d0c3c21
    • Filip Hracek's avatar
      Add components to the AngularDart template, and generally improve the template (#357) · 76112195
      Filip Hracek authored
      * Add material components to AngularDart template
      * Clean up the template
      * Add the two most common meta tags:
        * charset for server compatibility (<1% issue)
        * viewport for better scaling on mobile
      * Tighten dependencies
      * Apply dartfmt and sort
      * Apply dartfmt to annotations, remove unused attribute
      * Show more best practices:
        * Put anything non-trivial into its own component.
        * Components in separate directories.
        * Use #references and @ViewChild to simplify code.
        * Call components’ functions.
        * Put CSS as close to its use as possible.
        * Use trailing commas to simplify moving code around.
      76112195
  21. Dec 15, 2016
    • Filip Hracek's avatar
      Add <meta> tags (#356) · 9653cf75
      Filip Hracek authored
      * Add <meta> tags
      
      Add the two most common meta tags:
      
      * charset for server compatibility (<1% issue)
      * viewport for better scaling on mobile
      
      * Remove blank lines and re-sort meta tags
      
      * Run the grind
      9653cf75
  22. Dec 06, 2016
  23. Dec 01, 2016
    • Kathy Walrath's avatar
      Update web templates (#353) · 98749574
      Kathy Walrath authored
      * update web templates
      
      * add web-angular-quickstart
      * remove web-polymer
      * update web-angular
      
      * Update CHANGELING and version
      
      * make tests pass
      
      * tweak web-angular description
      
      * Fix copyright year.
      v1.0.19
      98749574
Loading