Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 3.43 KB

Changelog

This is a manual changelog at the moment to track the Major changes in the Repo.

How do I stay up to date when Updates happen in this Starter?

Typically when you want to update your App with the latest from this repo, you should be able to get the latest from here and (depending on what has changed), you should be able to just drop in your Client & Server folders on top.

My goal is to point out the more "Major" issues & changes below, that might have affected the application in Client/Server aspects. For example, some additions made to each platform to add a new Feature (such as Storage that's using dependeny injection). Of course if some feature like that isn't important to you, there's no need to copy it over! A lot examples here are to get you up & running with a lot of the eco-system of .NET Core & Angular (v2+).

Don't hesitate to create an Issue with anything you run into, and Pull-Requests are always welcome for basic implementations of new features & fixes you think others would benefit from as well!

1.0.0-beta.5 - 1/29/2017

  • Feature: Updated to latest Angular 2.4.5
    • This allows us to upgrade Ng2-bootstrap to the latest 1.3.1 version as well (which requires importing the module differently from 'ng2-bootstrap'; now), as well as adding .forRoot() when importing it to our own app.common.module.
  • __2.1.1.workaround.ts import brought to very TOP of bootstrap-client & bootstrap-server to avoid reflect-metadata issue.

1.0.0-beta.4 - 1/27/2017

  • Closes #48 Feature: Add CSRF Token cookie so Angular & .NET Core can validate it. - commit
  • Feature: Sample Entity Framework Core added - commit
  • Updated Webpack to 2.2.0

1.0.0-beta.3 - 1/23/2017

  • Closes #32 Feature: Added automatic Title update on Route change based on Route data:{title:''} - commit

  • Closes #35 Implemented Storage service for Browser (localStorage) & Server (in memory variable) - commit

  • Closes #34 Fix karma to handle Angular testing - commit

1.0.0-beta.2 - 1/14/2017

  • Update AppComponent to be <app-root /> to satisfy TSLint. bootstrap-server.ts updated as well.

  • Partial revert of ng2-bootstrap dependency down to 1.1.16, 1.1.20+ require ng 2.4.x (unsupported by Universal atm) commit

  • Closes #33 Update CSS for bootstrap4 & fix ng2-bootstrap API changes commit