blob: ba275de111a3e36576a01bd7d93f4d151cff0538 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Changelog
# 04 October 2016
- Migrate to webpack 2
# 18 September 2016
- Using `awesome-typescript-loader` instead of `ts-loader`.
# 5 September 2016
- Migration to TS2 and @types
## 1 September 2016
- Using RC6.
## 28 August 2016
- Adding webpack-dashboard.
## 23 August 2016
- Adding HMR support.
## 3 July 2016
- Use html5mode instead of hash navigation.
## 24 June 2016
- Be able to import Component's templates and styles without using require.
|