Skip to content

Commit d78c34f

Browse files
committed
CHANGELOG entries for 1.1.4.
1 parent 6695f61 commit d78c34f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.1.4] - 2018-02-20
10+
11+
### Changed
12+
13+
* The default `tsconfig.json` now includes inline source maps to support integrating with Babel sourcemaps, and the README has instructions for configuring Ember CLI's Babel integration.
14+
15+
### Fixed
16+
17+
* TypeScript files in addon `app` trees now get compiled properly.
18+
* App files now correctly take precedence over any files of the same name earlier in the tree. (If you had a component with the same name as an addon-supplied component, for example, the addon version could override yours.)
19+
920
## [1.1.3] - 2018-02-16
1021

11-
### Fixes
22+
### Fixed
1223

1324
* Fix default blueprint for `types/<my app>/index.d.ts`: add missing import and an export statement so ambient declarations work.
1425
* Add types to initializer and instance initializer blueprints.
@@ -157,7 +168,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
157168
* Basic, semi-working functionality.
158169

159170
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
160-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...HEAD
171+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...HEAD
172+
[1.1.4]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...v1.1.4
161173
[1.1.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...v1.1.3
162174
[1.1.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.1...v1.1.2
163175
[1.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...v1.1.1

0 commit comments

Comments
 (0)