1 | # Changelog
|
2 | All notable changes to this project will be documented in this file.
|
3 |
|
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6 |
|
7 | ## [Unreleased]
|
8 |
|
9 | # [4.3.0] - 2020-07-28
|
10 |
|
11 | ### Added
|
12 | - Added new d.ts bundler rollup plugin, that wraps the `rollup-plugin-dts` plugin and does additional cleanup and validation.
|
13 |
|
14 | ### Changed
|
15 | - Updated the minimum rollup version to 2.0.0.
|
16 |
|
17 | # [4.2.1] - 2020-03-18
|
18 |
|
19 | ### Fixed
|
20 | - Fixed not working with the latest version of `resolve`.
|
21 | - Fixed the error message when throwing an exception if a main module contained an exported local variable.
|
22 | - Fixed oxide libraries incorrectly being remapped.
|
23 |
|
24 | # [4.2.0] - 2020-01-28
|
25 |
|
26 | ### Added
|
27 | - Added support for remapping modules in the `@tinymce` scope.
|
28 |
|
29 | # [4.1.5] - 2019-10-03
|
30 |
|
31 | ### Security
|
32 | - Upgraded dependencies to resolve security alerts on older dependencies.
|
33 |
|
34 | # [4.1.4] - 2019-05-09
|
35 |
|
36 | ### Fixed
|
37 | - Fixed the webpack remapper picking up function names that contained the word `import` as imports.
|
38 |
|
39 | # [4.1.3] - 2019-05-07
|
40 |
|
41 | ### Fixed
|
42 | - Added support for imports with missing semicolons.
|
43 |
|
44 | # [4.1.2] - 2019-04-23
|
45 |
|
46 | ### Fixed
|
47 | - Css files where being parsed as js files by acorn throwing errors.
|