Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Latest commit

 

History

History
626 lines (408 loc) · 44.4 KB

CHANGELOG.md

File metadata and controls

626 lines (408 loc) · 44.4 KB

1.0.0-beta.1.0.1 (2015-11-17)

Features

  • notify: notify when build fails (f8584189)

1.0.0-beta.1 (2015-11-16)

Bug Fixes

0.20.0 (2015-11-10)

Bug Fixes

  • bundle: shoreten the long module name in bundle config (922c4861)
  • config.js: correct babel options (762c0dcc, closes #189)
  • package: declare jspm as a dependency (53602beb)

0.19.0 (2015-10-13)

Bug Fixes

  • *: update dependencies to latest versions (77986163)
  • all:
    • update source to work with jspm beta (53f5cf1a)
    • update route config to match changes in router (5f272a41)
    • update to latest router usage (1bb373f7)
    • update to latest framework versions (86378200)
    • update dependencies and links to latest (8863e7b7)
    • update to latest version of metadata and view import (2467e6c8)
  • anim: Remove welcome class animation (a68fc9d4)
  • build:
    • copy css files over to the dist folder (e640fc29)
    • copy css files over to the dist folder (a64608ea)
    • include source in source maps. resolve #111 (e6accba4)
    • use relative path for source maps. resolve #66 (aaf3cc9a)
    • include root attribute on path for source maps (e3fc2d5a, closes #26)
    • add source maps; remove sourceFileName from compiler options (1733c4ad)
    • improve watch functionality (8496a78d)
  • child-router: correct class name (93f9bfc9)
  • config:
    • correct start path by removing the js extension (d2149e4e)
    • add mappings that reflect the EA deps for pre-release testing (d7cebc67)
    • revert path config after tool change (a1c4524b)
    • update the jspm config (9ceaa0c2)
  • config.js: revert original config.js (6077faf2)
  • css: fix print styles (dfcf28a8)
  • e2e:
  • flickr: remove inline styles (612e0ea6)
  • formatting: fixed formatting (c8aedc24)
  • gulpfile: bug in browser sync for style content (342a2612)
  • index:
    • update font awesome reference (686b337c)
    • add the viewport meta tag to ensure proper rendering and touch zooming (0ecf0b9e)
    • properly load bootstrap (c1735fdb)
    • per systemjs recommendation, remove error binding (e30cefac)
  • karma:
    • Fixed tests to adhere to new flickr route (caf4838c)
    • properly set jspm paths for karma (75584889)
  • main: add notes on html import template loader plugin (aa9cf940)
  • navbar: automatically collapse the navigation menu on click (28f3c6fa)
  • package:
  • protractor: fix e2e tests path (39993071)
  • readme: More info about E2E workflow (f9b360ee)
  • styles:
  • test:
    • fix e2e test broken during fetch-client migration (182c7a21)
    • fix broken unit test (3cbc4a0a)
    • workaround for issue with jspm karma plugin (7bf90b7e)
    • removing single it execution (31866dc3)
  • tests:
  • users: move the fetch polyfil load to users so the main.js isn't required (53a3e2be)
  • welcome:
    • rename the welcome method to submit (5e4894f3)
    • typo in the last name label (05e72aaa)

Features

  • all:
    • new simple html elements, css resources and text-based views (b3e762c7)
    • switch over to github users in place of flickr (6fd31066)
    • new decorators and behavior model implemented (e5445795)
    • update to new fluent metadata (18382913)
  • anim:
  • build:
    • update watch task to include style files (ddf6c789)
    • update compiler and switch to register module format (921d6ab8)
    • add browser sync (fe2d2fa7)
  • bundle:
    • configure gulp task with aurelia-bundler. (8f815c63)
    • add gulp bundle task with aurelia-bundler (8869cc96)
  • bundle config: package path (69d36cee)
  • bundling: add bundle configuration with aurelia-cli (77d52d0a)
  • e2e:
    • add protractor plugin, add waitMethods (d24c5a0d)
    • add protractor locator and e2e PO test (2509836e)
  • flickr: move canDeactivate prompt into Welcome (834b83a8)
  • gulpfile: adds protractor configuration and gulpfile tasks for E2E-Testing (821f4868)
  • index: add splash screen (88e3e6f9)
  • package: update dependencies (86b1dd90)
  • routes: name all routes (a3cb19ce)
  • tools: Added build-dev-env task to skeleton-navigation (4c145095)
  • welcome: add sample local value converter (9a2c2aa6)

0.18.2 (2015-10-13)

Bug Fixes

  • *: update dependencies to latest versions (77986163)
  • all:
    • update source to work with jspm beta (53f5cf1a)
    • update route config to match changes in router (5f272a41)
    • update to latest router usage (1bb373f7)
    • update to latest framework versions (86378200)
    • update dependencies and links to latest (8863e7b7)
    • update to latest version of metadata and view import (2467e6c8)
  • anim: Remove welcome class animation (a68fc9d4)
  • build:
    • copy css files over to the dist folder (e640fc29)
    • copy css files over to the dist folder (a64608ea)
    • include source in source maps. resolve #111 (e6accba4)
    • use relative path for source maps. resolve #66 (aaf3cc9a)
    • include root attribute on path for source maps (e3fc2d5a, closes #26)
    • add source maps; remove sourceFileName from compiler options (1733c4ad)
    • improve watch functionality (8496a78d)
  • child-router: correct class name (93f9bfc9)
  • config:
    • correct start path by removing the js extension (d2149e4e)
    • add mappings that reflect the EA deps for pre-release testing (d7cebc67)
    • revert path config after tool change (a1c4524b)
    • update the jspm config (9ceaa0c2)
  • config.js: revert original config.js (6077faf2)
  • css: fix print styles (dfcf28a8)
  • e2e:
  • flickr: remove inline styles (612e0ea6)
  • formatting: fixed formatting (c8aedc24)
  • gulpfile: bug in browser sync for style content (342a2612)
  • index:
    • update font awesome reference (686b337c)
    • add the viewport meta tag to ensure proper rendering and touch zooming (0ecf0b9e)
    • properly load bootstrap (c1735fdb)
    • per systemjs recommendation, remove error binding (e30cefac)
  • karma:
    • Fixed tests to adhere to new flickr route (caf4838c)
    • properly set jspm paths for karma (75584889)
  • main: add notes on html import template loader plugin (aa9cf940)
  • navbar: automatically collapse the navigation menu on click (28f3c6fa)
  • package:
  • protractor: fix e2e tests path (39993071)
  • readme: More info about E2E workflow (f9b360ee)
  • styles:
  • test:
    • fix e2e test broken during fetch-client migration (182c7a21)
    • fix broken unit test (3cbc4a0a)
    • workaround for issue with jspm karma plugin (7bf90b7e)
    • removing single it execution (31866dc3)
  • tests:
  • users: move the fetch polyfil load to users so the main.js isn't required (53a3e2be)
  • welcome:
    • rename the welcome method to submit (5e4894f3)
    • typo in the last name label (05e72aaa)

Features

  • all:
    • new simple html elements, css resources and text-based views (b3e762c7)
    • switch over to github users in place of flickr (6fd31066)
    • new decorators and behavior model implemented (e5445795)
    • update to new fluent metadata (18382913)
  • anim:
  • build:
    • update watch task to include style files (ddf6c789)
    • update compiler and switch to register module format (921d6ab8)
    • add browser sync (fe2d2fa7)
  • bundle:
    • configure gulp task with aurelia-bundler. (8f815c63)
    • add gulp bundle task with aurelia-bundler (8869cc96)
  • bundle config: package path (69d36cee)
  • bundling: add bundle configuration with aurelia-cli (77d52d0a)
  • e2e:
    • add protractor plugin, add waitMethods (d24c5a0d)
    • add protractor locator and e2e PO test (2509836e)
  • flickr: move canDeactivate prompt into Welcome (834b83a8)
  • gulpfile: adds protractor configuration and gulpfile tasks for E2E-Testing (821f4868)
  • index: add splash screen (88e3e6f9)
  • package: update dependencies (86b1dd90)
  • routes: name all routes (a3cb19ce)
  • tools: Added build-dev-env task to skeleton-navigation (4c145095)
  • welcome: add sample local value converter (9a2c2aa6)

0.18.1 (2015-09-11)

Bug Fixes

  • build:
    • copy css files over to the dist folder (e640fc29)
    • copy css files over to the dist folder (a64608ea)
  • package: add text plugin for bundle build (2918261f)

Features

  • bundle:
    • configure gulp task with aurelia-bundler. (8f815c63)
    • add gulp bundle task with aurelia-bundler (8869cc96)

0.18.0 (2015-09-05)

Bug Fixes

  • main: add notes on html import template loader plugin (aa9cf940)
  • package: point main at a real file (3ed86d20, closes #157)
  • test: fix e2e test broken during fetch-client migration (182c7a21)

Features

  • all: new simple html elements, css resources and text-based views (b3e762c7)

0.17.0 (2015-08-14)

Bug Fixes

  • config.js: revert original config.js (6077faf2)
  • e2e: switch from flickr to users navigation test (6f4f195a)
  • test: fix broken unit test (3cbc4a0a)

Features

  • bundle config: package path (69d36cee)
  • bundling: add bundle configuration with aurelia-cli (77d52d0a)

0.16.2 (2015-08-05)

Bug Fixes

  • package: remove old framework version (a2bec337)

0.16.1 (2015-08-05)

Bug Fixes

  • config: correct start path by removing the js extension (d2149e4e)

0.16.0 (2015-08-05)

Bug Fixes

  • all: update source to work with jspm beta (53f5cf1a)
  • css: fix print styles (dfcf28a8)
  • index: update font awesome reference (686b337c)
  • styles: correct some class names (eeed0111)
  • users: move the fetch polyfil load to users so the main.js isn't required (53a3e2be)

Features

  • all: switch over to github users in place of flickr (6fd31066)

0.15.1 (2015-07-02)

0.15.0 (2015-07-02)

Bug Fixes

  • build: include source in source maps. resolve #111 (e6accba4)
  • package: reduce debug requests using core-js override (cede89f6)
  • tests: Fix unit tests (8abc7741)

Features

0.14.0 (2015-06-09)

Bug Fixes

  • all: update route config to match changes in router (5f272a41)
  • config:
    • add mappings that reflect the EA deps for pre-release testing (d7cebc67)
    • revert path config after tool change (a1c4524b)
  • karma:
    • Fixed tests to adhere to new flickr route (caf4838c)
    • properly set jspm paths for karma (75584889)
  • package: update deps to latest versions (4fa8356c)
  • styles: change the image animation (009f4e28)
  • tests: Fix unit tests for new release (89b75782)
  • welcome: rename the welcome method to submit (5e4894f3)

Features

  • anim: adds staggering animations (5324e133)
  • flickr: move canDeactivate prompt into Welcome (834b83a8)

0.13.0 (2015-05-01)

Bug Fixes

  • all: update to latest router usage (1bb373f7)
  • anim: Remove welcome class animation (a68fc9d4)
  • build: use relative path for source maps. resolve #66 (aaf3cc9a)
  • flickr: remove inline styles (612e0ea6)
  • index: add the viewport meta tag to ensure proper rendering and touch zooming (0ecf0b9e)
  • navbar: automatically collapse the navigation menu on click (28f3c6fa)
  • package: update dependencies (dfe57813)

Features

  • anim: Add animation example (675d15a1)

0.12.0 (2015-04-09)

Bug Fixes

  • readme: More info about E2E workflow (f9b360ee)
  • test: workaround for issue with jspm karma plugin (7bf90b7e)
  • tests: Update routes in unit tests (fb2c02b6)

Features

  • all: new decorators and behavior model implemented (e5445795)

0.11.0 (2015-03-25)

Bug Fixes

  • all: update to latest framework versions (86378200)

0.10.2 (2015-02-28)

Bug Fixes

  • package: update dependencies (3a8cfc33)

0.10.1 (2015-02-28)

Bug Fixes

Features

  • e2e: add protractor plugin, add waitMethods (d24c5a0d)

0.10.0 (2015-02-12)

Bug Fixes

  • index: properly load bootstrap (c1735fdb)

0.9.5 (2015-02-06)

Bug Fixes

  • build:
    • include root attribute on path for source maps (e3fc2d5a, closes #26)
    • add source maps; remove sourceFileName from compiler options (1733c4ad)
  • package: update dependencies (025154f3)
  • test: removing single it execution (31866dc3)

Features

  • e2e: add protractor locator and e2e PO test (2509836e)

0.9.4 (2015-02-03)

Bug Fixes

  • index: per systemjs recommendation, remove error binding (e30cefac)
  • package: add missing depdency (c3718827)

Features

  • gulpfile: adds protractor configuration and gulpfile tasks for E2E-Testing (821f4868)
  • tools: Added build-dev-env task to skeleton-navigation (4c145095)

0.9.3 (2015-01-25)

Bug Fixes

  • package: update dependencies (0f221d2d)

0.9.2 (2015-01-25)

Bug Fixes

  • gulpfile: bug in browser sync for style content (342a2612)

0.9.1 (2015-01-24)

Bug Fixes

Features

  • package: update dependencies (86b1dd90)
  • welcome: add sample local value converter (9a2c2aa6)

0.9.0 (2015-01-22)

Bug Fixes

  • all:
    • update dependencies and links to latest (8863e7b7)
    • update to latest version of metadata and view import (2467e6c8)
  • build: improve watch functionality (8496a78d)
  • package: update dependencies (2957e94d)

Features

  • all: update to new fluent metadata (18382913)
  • index: add splash screen (88e3e6f9)

0.8.0 (2015-01-12)

Bug Fixes

  • package: update Aurelia dependencies (44083541)

Features

  • build: update watch task to include style files (ddf6c789)

0.7.2 (2015-01-07)

Bug Fixes

  • welcome: typo in the last name label (05e72aaa)

0.7.1 (2015-01-07)

  • updates to the readme to help clarify issues around authentication and usage on windows

0.7.0 (2015-01-07)

Bug Fixes

  • package: update dependencies to latest (c11ffa0d)

0.6.0 (2015-01-06)

Features

  • build: update compiler and switch to register module format (921d6ab8)

0.5.0 (2014-12-22)

Bug Fixes

  • config: update the jspm config (9ceaa0c2)
  • package: update dependencies to latest versions (b5cff606)

Features

0.4.2 (2014-12-18)

Bug Fixes

  • package: update bootstrapper to latest version (e1d00037)

0.4.1 (2014-12-18)

Bug Fixes

  • package: update dependencies to latest versions (275a693d)

0.4.0 (2014-12-17)

Bug Fixes

  • package: update dependencies to latest versions (77986163)
  • package: update dependencies to latest versions (4f1661dc)