UNPKG

3.64 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [7.0.3](https://github.com/linkedin/eyeglass/compare/ember-cli-eyeglass@7.0.2...ember-cli-eyeglass@7.0.3) (2020-12-11)
7
8# Features
9
10* Provides support for [Embroider](https://github.com/embroider-build/embroider) (ember-cli's next-generation build infrastructure).
11
12
13## [7.0.2](https://github.com/linkedin/eyeglass/compare/ember-cli-eyeglass@7.0.1...ember-cli-eyeglass@7.0.2) (2020-09-07)
14
15
16### Bug Fixes
17
18* Non-sass files should be preserved (instead of discarded) from the {app,addon}/styles directory. ([0f21c40](https://github.com/linkedin/eyeglass/commit/0f21c40127e58820495d195c588f5df80ea36b47))
19
20
21
22
23
24# 7.0.1
25
26* Updates `eyeglass` to version `3.0.1`.
27* Updates `broccoli-eyeglass` to version `6.0.1`.
28
29# 7.0.0
30
31* Updates Eyeglass to version 3.0.0. The 3.0 release of eyeglass now supports
32 dart-sass and contains a number of breaking changes. At a minimum, for
33 continuity, your project will need to install `node-sass` and ensure that
34 you are on, at least, node 10.
35
36 Please read the [Eyeglass CHANGELOG](../eyeglass/CHANGELOG.md).
37
38# 6.5.1
39* Updates `eyeglass` to version `2.5.1`.
40* Updates `broccoli-eyeglass` to version `5.5.1`.
41
42# 6.5.0
43
44* Updates Eyeglass to version 2.5.0
45* Node version 8 is now deprecated and will be removed in Eyeglass 3.0.0.
46
47# 6.4.3
48
49* Node versions 6 and 11 are now deprecated and will be removed in
50 eyeglass 3.0.0 (ember-cli-eyeglass 7.0.0). While the code should still
51 work on node 6, our testing infrastructure in CI no longer runs on node
52 6, so our policy for node 6 support going forward will be that we will
53 fix regressions if they occur.
54
55# 6.4.2
56
57* Bug Fix: Install assets into the correct directory when httpRoot
58 is set.
59
60# 6.4.1
61
62* Handle older versions of broccoli/ember-cli without an error.
63
64# 6.4.0
65
66* Upgrades broccoli-eyeglass to `5.4.0` which provides
67 better sass compilation concurrency on machines with greater than 4 physical cores.
68* Provides better error handling when older versions of ember-cli cause compilation errors.
69
70# 6.3.0
71
72* Upgrades broccoli-eyeglass to `5.3.0`.
73
74# 6.2.0
75
76* Upgrades broccoli-eyeglass to `5.2.0`.
77* Adds a peerDependency on `ember-cli@^3.5.0` which was
78 an implicit peerDependency since `6.1.0`.
79
80# 6.1.1
81
82* Upgrades broccoli-eyeglass to `5.1.1`.
83* Some code cleanup.
84
85# 6.1.0
86
87**Performance Enhancements**: this release has a number of performance
88enhancements in it for builds at scale.
89
90* The persistent cache will now properly avoid cache collisions in engines and
91 addons that have files of the same name when those adddons don't set their
92 own value for persistentCache.
93* asset installation to urls that are outside of a lazy engine's path will
94 now work as intended.
95
96# 6.0.2
97
98* This release adds heimdall metrics collection for performance analysis.
99* Depends on `broccoli-eyeglass@5.0.2` and `eyeglass@2.2.2`.
100
101# 6.0.1
102
103* Depends on `broccoli-eyeglass@5.0.1` and `eyeglass@2.2.1`. Fixes an issue with using system tmp directories.
104
105# 6.0.0
106
107* Bump dependency on `broccoli-eyeglass` to `^5.0.0` which moves `eyeglass` to version `^2.2.0`.
108
109# 5.1.1
110
111* Bump dependency on `broccoli-eyeglass` to `^4.5.1`.
112
113# 5.1.0
114
115* `ember-cli-eyeglass` has been ported to TypeScript. Official type definitions for TypeScript users are now available with each release.
116
117# 5.0.0
118
119 * fix asset-url transformation for lazy engines with useDeprecatedIncorrectCssProcesing flag
120 * assetHttpPrefix for lazy engines now always includes engines-dist/<engine.name>
121
122# 4.0.0