-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
24 changed files
with
257 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,40 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/nytimes/kyt/compare/[email protected]@2.0.0) (2022-02-25) | ||
|
||
|
||
* build!: rm `targets`, add .browserslistrc (#1003) ([fbba77c](https://github.com/nytimes/kyt/commit/fbba77cd9f936427f11a7956b7f32b026d19eb4a)), closes [#1003](https://github.com/nytimes/kyt/issues/1003) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* `targets` are no longer set for `@babel/preset-env`. | ||
|
||
In this commit, we introduced a breaking change in the way that browser | ||
`targets` work, namely in that the targets are no longer set and the | ||
user is expected to provide their own `.browserslistrc` or similar | ||
configuration. | ||
|
||
The previous behavior was to have browser `targets`, which overrides any | ||
other configuration, including `.browserslistrc`. | ||
|
||
From the `@babel/preset-env` documentation[^1]: | ||
> By default `@babel/preset-env` will use browserslist config sources | ||
> unless either the `targets` or `ignoreBrowserslistConfig` options are | ||
> set. | ||
When upgrading to the next major version that includes this change, *you | ||
must provide your own configuration* or else Babel will default to using | ||
the oldest browsers available[^2]. | ||
|
||
1. https://babeljs.io/docs/en/babel-preset-env#browserslist-integration | ||
2. https://babeljs.io/docs/en/options#no-targets | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.16](https://github.com/nytimes/kyt/compare/[email protected]@1.2.16) (2021-09-24) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.18](https://github.com/nytimes/kyt/compare/[email protected]@1.3.18) (2022-02-25) | ||
|
||
**Note:** Version bump only for package babel-preset-kyt-react | ||
|
||
|
||
|
||
|
||
|
||
## [1.3.17](https://github.com/nytimes/kyt/compare/[email protected]@1.3.17) (2021-09-24) | ||
|
||
**Note:** Version bump only for package babel-preset-kyt-react | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.18](https://github.com/nytimes/kyt/compare/[email protected]@1.1.18) (2022-02-25) | ||
|
||
**Note:** Version bump only for package babel-preset-kyt | ||
|
||
|
||
|
||
|
||
|
||
## [1.1.17](https://github.com/nytimes/kyt/compare/[email protected]@1.1.17) (2021-09-24) | ||
|
||
**Note:** Version bump only for package babel-preset-kyt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.5.4](https://github.com/nytimes/kyt/compare/[email protected]@1.5.4) (2022-02-25) | ||
|
||
**Note:** Version bump only for package eslint-plugin-kyt | ||
|
||
|
||
|
||
|
||
|
||
## [1.5.3](https://github.com/nytimes/kyt/compare/[email protected]@1.5.3) (2021-09-24) | ||
|
||
**Note:** Version bump only for package eslint-plugin-kyt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.2.4](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.4) (2022-02-25) | ||
|
||
**Note:** Version bump only for package kyt | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.3](https://github.com/nytimes/kyt/packages/kyt-core/compare/[email protected]@1.2.3) (2021-09-24) | ||
|
||
**Note:** Version bump only for package kyt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.2.47](https://github.com/nytimes/kyt/packages/kyt-runtime/compare/[email protected]@1.2.47) (2022-02-25) | ||
|
||
**Note:** Version bump only for package kyt-runtime | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.46](https://github.com/nytimes/kyt/packages/kyt-runtime/compare/[email protected]@1.2.46) (2021-09-24) | ||
|
||
**Note:** Version bump only for package kyt-runtime | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.2.4](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.4) (2022-02-25) | ||
|
||
**Note:** Version bump only for package kyt-starter-server-src | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-server/compare/[email protected]@1.2.3) (2021-09-24) | ||
|
||
**Note:** Version bump only for package kyt-starter-server-src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,40 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@2.0.0) (2022-02-25) | ||
|
||
|
||
* build!: rm `targets`, add .browserslistrc (#1003) ([fbba77c](https://github.com/nytimes/kyt/packages/kyt-starter-static/commit/fbba77cd9f936427f11a7956b7f32b026d19eb4a)), closes [#1003](https://github.com/nytimes/kyt/packages/kyt-starter-static/issues/1003) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* `targets` are no longer set for `@babel/preset-env`. | ||
|
||
In this commit, we introduced a breaking change in the way that browser | ||
`targets` work, namely in that the targets are no longer set and the | ||
user is expected to provide their own `.browserslistrc` or similar | ||
configuration. | ||
|
||
The previous behavior was to have browser `targets`, which overrides any | ||
other configuration, including `.browserslistrc`. | ||
|
||
From the `@babel/preset-env` documentation[^1]: | ||
> By default `@babel/preset-env` will use browserslist config sources | ||
> unless either the `targets` or `ignoreBrowserslistConfig` options are | ||
> set. | ||
When upgrading to the next major version that includes this change, *you | ||
must provide your own configuration* or else Babel will default to using | ||
the oldest browsers available[^2]. | ||
|
||
1. https://babeljs.io/docs/en/babel-preset-env#browserslist-integration | ||
2. https://babeljs.io/docs/en/options#no-targets | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.2.3) (2021-09-24) | ||
|
||
**Note:** Version bump only for package kyt-starter-static | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,40 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@2.0.0) (2022-02-25) | ||
|
||
|
||
* build!: rm `targets`, add .browserslistrc (#1003) ([fbba77c](https://github.com/nytimes/kyt/packages/kyt-starter-static/commit/fbba77cd9f936427f11a7956b7f32b026d19eb4a)), closes [#1003](https://github.com/nytimes/kyt/packages/kyt-starter-static/issues/1003) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* `targets` are no longer set for `@babel/preset-env`. | ||
|
||
In this commit, we introduced a breaking change in the way that browser | ||
`targets` work, namely in that the targets are no longer set and the | ||
user is expected to provide their own `.browserslistrc` or similar | ||
configuration. | ||
|
||
The previous behavior was to have browser `targets`, which overrides any | ||
other configuration, including `.browserslistrc`. | ||
|
||
From the `@babel/preset-env` documentation[^1]: | ||
> By default `@babel/preset-env` will use browserslist config sources | ||
> unless either the `targets` or `ignoreBrowserslistConfig` options are | ||
> set. | ||
When upgrading to the next major version that includes this change, *you | ||
must provide your own configuration* or else Babel will default to using | ||
the oldest browsers available[^2]. | ||
|
||
1. https://babeljs.io/docs/en/babel-preset-env#browserslist-integration | ||
2. https://babeljs.io/docs/en/options#no-targets | ||
|
||
|
||
|
||
|
||
|
||
## [1.2.3](https://github.com/nytimes/kyt/packages/kyt-starter-static/compare/[email protected]@1.2.3) (2021-09-24) | ||
|
||
**Note:** Version bump only for package kyt-starter-static-src | ||
|
Oops, something went wrong.