Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

release: cut the 0.24.0 release #916

Merged
merged 1 commit into from
May 30, 2019
Merged

release: cut the 0.24.0 release #916

merged 1 commit into from
May 30, 2019

Conversation

VladimirAmiorkov
Copy link
Contributor

No description provided.

@VladimirAmiorkov VladimirAmiorkov self-assigned this May 29, 2019
@cla-bot cla-bot bot added the cla: yes label May 29, 2019
@VladimirAmiorkov VladimirAmiorkov changed the base branch from master to release May 29, 2019 18:46
@SvetoslavTsenov
Copy link
Contributor

@Fatme, can you confirm that change log is also correct, since there are a lot of items that are not squashed and looks like duplicated.

chore: manually update CHANGELOG for release from 0.22.0 to 0.24.0
@VladimirAmiorkov
Copy link
Contributor Author

I manually updated the changed log using this comparison as a base for the changes: 0.22.0...release

@VladimirAmiorkov
Copy link
Contributor Author

test --ignore

@VladimirAmiorkov VladimirAmiorkov merged commit fa565ac into release May 30, 2019
@VladimirAmiorkov VladimirAmiorkov deleted the release-0.24.0 branch May 30, 2019 10:30
Fatme pushed a commit that referenced this pull request Jun 6, 2019
* release: cut the 0.24.0 release (#916)

chore: manually update CHANGELOG for release from 0.22.0 to 0.24.0

* fix: stop generating .d.ts on TS compilation (#919)

In case `declaration` is set to true in `tsconfig.json` file, the webpack watcher goes in indefinite loop as each change of .ts file leads to generation of new .d.ts files which are also detected by webpack.
To prevent this, ensure declaration is set to false in all compilation cases.

* fix: move the type check to a child process in order to make it faster in bigger apps and unify the hmr and no-hmr experience. (#926)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants