Skip to content
Snippets Groups Projects
  1. Mar 27, 2017
  2. Mar 21, 2017
  3. Mar 16, 2017
  4. Mar 11, 2017
  5. 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
  6. Feb 23, 2017
  7. Feb 18, 2017
  8. Feb 15, 2017
  9. Feb 14, 2017
  10. Feb 13, 2017
  11. Feb 06, 2017
  12. 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
  13. 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
  14. Dec 06, 2016
  15. 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
  16. Nov 01, 2016
  17. Oct 27, 2016
  18. Oct 21, 2016
  19. Oct 11, 2016
  20. Sep 19, 2016
  21. Sep 18, 2016
  22. Sep 16, 2016
Loading