UNPKG

5.43 kBMarkdownView Raw
1# [3.0.0](https://github.com/ovh-ux/component-rollup-config/compare/v2.1.5...v3.0.0) (2018-11-12)
2
3
4### Bug Fixes
5
6* remove unused rollup-plugin-less dependencie ([21bb564](https://github.com/ovh-ux/component-rollup-config/commit/21bb564))
7
8
9### Features
10
11* **plugins:** manage multiple formats instead of xml only ([61aab9f](https://github.com/ovh-ux/component-rollup-config/commit/61aab9f))
12
13
14### BREAKING CHANGES
15
16* Install corresponding dependencies
17
18 Before: unused `rollup-plugin-less` with `less: ^2.7.1`
19
20 After: `less` and `node-sass` has been installed
21
22 - "less": "^3.8.1"
23 - "node-sass": "^4.10.0"
24
25
26
27## [2.1.5](https://github.com/ovh-ux/component-rollup-config/compare/v2.1.4...v2.1.5) (2018-11-06)
28
29
30### Bug Fixes
31
32* **package.json:** specify files entry ([e8de8e7](https://github.com/ovh-ux/component-rollup-config/commit/e8de8e7))
33* **translation-xml:** rollback to regex to handle malformed xml ([c015b30](https://github.com/ovh-ux/component-rollup-config/commit/c015b30))
34
35
36
37## [2.1.4](https://github.com/ovh-ux/component-rollup-config/compare/v2.1.3...v2.1.4) (2018-11-02)
38
39
40### Bug Fixes
41
42* **plugins.translation-ui-router:** handle multiple state definition ([a601ad2](https://github.com/ovh-ux/component-rollup-config/commit/a601ad2))
43* **plugins.translation-utils:** set right languages ([dad4e6d](https://github.com/ovh-ux/component-rollup-config/commit/dad4e6d))
44
45
46
47## [2.1.3](https://github.com/ovh-ux/component-rollup-config/compare/v2.1.2...v2.1.3) (2018-11-02)
48
49
50### Bug Fixes
51
52* **normalizepath:** use slash lib to ensure no back slash on windows ([4d6562d](https://github.com/ovh-ux/component-rollup-config/commit/4d6562d))
53* **plugins.translations-xml:** apply toString if text is a number ([ecde964](https://github.com/ovh-ux/component-rollup-config/commit/ecde964))
54
55
56
57<a name="2.1.2"></a>
58## [2.1.2](https://github.com/ovh-ux/component-rollup-config/compare/v2.1.1...v2.1.2) (2018-10-31)
59
60
61### Bug Fixes
62
63* **filter:** add filtering boolean option ([2e88eb1](https://github.com/ovh-ux/component-rollup-config/commit/2e88eb1))
64
65
66
67<a name="2.1.1"></a>
68## [2.1.1](https://github.com/ovh-ux/component-rollup-config/compare/v2.1.0...v2.1.1) (2018-10-31)
69
70
71### Bug Fixes
72
73* **translation-xml:** filter text ([7309f73](https://github.com/ovh-ux/component-rollup-config/commit/7309f73))
74
75
76
77<a name="2.1.0"></a>
78# [2.1.0](https://github.com/ovh-ux/component-rollup-config/compare/v2.0.0...v2.1.0) (2018-10-30)
79
80
81### Bug Fixes
82
83* **deps:** remove translations-build-tools dependency ([f63435f](https://github.com/ovh-ux/component-rollup-config/commit/f63435f))
84* replace xml2json with fast-xml-parser ([ce974b0](https://github.com/ovh-ux/component-rollup-config/commit/ce974b0))
85
86
87### Features
88
89* export plugins ([f48d4fb](https://github.com/ovh-ux/component-rollup-config/commit/f48d4fb))
90
91
92
93<a name="2.0.0"></a>
94# [2.0.0](https://github.com/ovh-ux/component-rollup-config/compare/v1.1.2...v2.0.0) (2018-10-26)
95
96
97### Bug Fixes
98
99* minor code review changes ([f0ad948](https://github.com/ovh-ux/component-rollup-config/commit/f0ad948))
100* minor code review fixes ([7abf25b](https://github.com/ovh-ux/component-rollup-config/commit/7abf25b))
101* **eslint:** remove unused rule ([5b0c95b](https://github.com/ovh-ux/component-rollup-config/commit/5b0c95b))
102* **plugins:** add languages list, add ngInject ([9f58835](https://github.com/ovh-ux/component-rollup-config/commit/9f58835))
103* **test:** minor refactoring ([621e3c0](https://github.com/ovh-ux/component-rollup-config/commit/621e3c0))
104* **translation-inject:** rename ([f0a9751](https://github.com/ovh-ux/component-rollup-config/commit/f0a9751))
105* **translation-ui-router:** indent ([e72e45f](https://github.com/ovh-ux/component-rollup-config/commit/e72e45f))
106* **translation-ui-router:** merge filters ([41a2ea7](https://github.com/ovh-ux/component-rollup-config/commit/41a2ea7))
107* **translation-ui-router:** minor refactoring ([82e7136](https://github.com/ovh-ux/component-rollup-config/commit/82e7136))
108* **translation-utils:** remove unused filter ([2788dc8](https://github.com/ovh-ux/component-rollup-config/commit/2788dc8))
109* **translation-utils:** use template literal ([03458d8](https://github.com/ovh-ux/component-rollup-config/commit/03458d8))
110
111
112### Features
113
114* full rewrite using AST instead of regex ([cd4a5e8](https://github.com/ovh-ux/component-rollup-config/commit/cd4a5e8))
115* **peerdeps:** use rollup-plugin-peer-deps-external ([318d437](https://github.com/ovh-ux/component-rollup-config/commit/318d437))
116* **test:** add unit tests ([1f3852b](https://github.com/ovh-ux/component-rollup-config/commit/1f3852b))
117
118
119
120<a name="1.1.2"></a>
121## [1.1.2](https://github.com/ovh-ux/component-rollup-config/compare/v1.1.1...v1.1.2) (2018-10-22)
122
123
124### Bug Fixes
125
126* **dist:** filename is now based on base by default ([a5e2e3c](https://github.com/ovh-ux/component-rollup-config/commit/a5e2e3c))
127
128
129
130<a name="1.1.1"></a>
131## [1.1.1](https://github.com/ovh-ux/component-rollup-config/compare/v1.1.0...v1.1.1) (2018-10-22)
132
133
134### Bug Fixes
135
136* **name:** remove .js from output name ([704a018](https://github.com/ovh-ux/component-rollup-config/commit/704a018))
137
138
139
140<a name="1.1.0"></a>
141# [1.1.0](https://github.com/ovh-ux/component-rollup-config/compare/v1.0.0...v1.1.0) (2018-10-22)
142
143
144### Features
145
146* **name:** name can now be override ([52454f7](https://github.com/ovh-ux/component-rollup-config/commit/52454f7))
147
148
149
150<a name="1.0.0"></a>
151# 1.0.0 (2018-10-19)
152
153
154