-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releases: @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected]
- Loading branch information
1 parent
bb2a026
commit f2875c4
Showing
69 changed files
with
9,778 additions
and
9,274 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,139 +1,148 @@ | ||
# wb-dev-build-settings | ||
|
||
## 2.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f03298f: Tooling: | ||
|
||
- Switching to `pnpm`. | ||
- Upgrading `rollup` to v4 and `@babel/runtime` to match the current webapp version. | ||
|
||
## 2.0.0 | ||
|
||
### Major Changes | ||
|
||
- e6abdd17: Upgrade to React 18 | ||
- e6abdd17: Upgrade to React 18 | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 559e82d5: Update to build tooling, generating smaller output | ||
- 559e82d5: Update to build tooling, generating smaller output | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 2a109a4c: Move build settings to Khan Academy namespace | ||
- 2a109a4c: Move build settings to Khan Academy namespace | ||
|
||
### Patch Changes | ||
|
||
- d8e2f46a: Merge build-scripts directory into build-settings | ||
- 674a1e5c: We're no longer building flow types | ||
- d8e2f46a: Merge build-scripts directory into build-settings | ||
- 674a1e5c: We're no longer building flow types | ||
|
||
## 0.9.7 | ||
|
||
### Patch Changes | ||
|
||
- bc1fd194: Generate proper Flow types for React.Element<React.ElementProps<...>> spanning multiple | ||
- bc1fd194: Generate proper Flow types for React.Element<React.ElementProps<...>> spanning multiple | ||
|
||
## 0.9.6 | ||
|
||
### Patch Changes | ||
|
||
- 31798cea: Post-process React.Element<React.ElementProps<T>> to React.Element<T> | ||
- 31798cea: Post-process React.Element<React.ElementProps<T>> to React.Element<T> | ||
|
||
## 0.9.5 | ||
|
||
### Patch Changes | ||
|
||
- c20f48f3: Don't transpile classes when building bundles | ||
- c20f48f3: Don't transpile classes when building bundles | ||
|
||
## 0.9.4 | ||
|
||
### Patch Changes | ||
|
||
- 92efcfd0: Speed up flowgen | ||
- 92efcfd0: Speed up flowgen | ||
|
||
## 0.9.3 | ||
|
||
### Patch Changes | ||
|
||
- 4ef6ae30: Convert JSX.LibraryManagedAttributes<> containing a React.ElementProps<> to React.ElementConfig<> | ||
- c84e26ea: Standardize on fast-glob and add error output if there are no type definition files to process when building flow types | ||
- 4ef6ae30: Convert JSX.LibraryManagedAttributes<> containing a React.ElementProps<> to React.ElementConfig<> | ||
- c84e26ea: Standardize on fast-glob and add error output if there are no type definition files to process when building flow types | ||
|
||
## 0.9.2 | ||
|
||
### Patch Changes | ||
|
||
- b281e2eb: Fix generate Flow types for real | ||
- b281e2eb: Fix generate Flow types for real | ||
|
||
## 0.9.1 | ||
|
||
### Patch Changes | ||
|
||
- 21ce20c7: Fix issues with generate flow types in wonder-blocks-core | ||
- 21ce20c7: Fix issues with generate flow types in wonder-blocks-core | ||
|
||
## 0.9.0 | ||
|
||
### Minor Changes | ||
|
||
- d4c2b18c: Update flowgen flags to output exact types instead of inexact types | ||
- d4c2b18c: Update flowgen flags to output exact types instead of inexact types | ||
|
||
### Patch Changes | ||
|
||
- d4c2b18c: Fix a variety of issues with Flow types generated by flowgen | ||
- d4c2b18c: Fix a variety of issues with Flow types generated by flowgen | ||
|
||
## 0.8.0 | ||
|
||
### Minor Changes | ||
|
||
- 1ca4d7e3: Update gen-flow-types.ts to ensure React.Element<> always has a type param | ||
- 1ca4d7e3: Update gen-flow-types.ts to ensure React.Element<> always has a type param | ||
|
||
## 0.7.4 | ||
|
||
### Patch Changes | ||
|
||
- b5ba5568: Ensure that flow lib defs use React.ElementConfig<> isntead of JSX.LibraryManagedAttributes<> | ||
- b5ba5568: Ensure that flow lib defs use React.ElementConfig<> isntead of JSX.LibraryManagedAttributes<> | ||
|
||
## 0.7.3 | ||
|
||
### Patch Changes | ||
|
||
- 92afa7d2: Merge build-scripts directory into build-settings | ||
- 92afa7d2: Merge build-scripts directory into build-settings | ||
|
||
## 0.7.2 | ||
|
||
### Patch Changes | ||
|
||
- d816af08: Update build and test configs use TypeScript | ||
- 3891f544: Update babel config to include plugins that Storybook needed | ||
- 2983c05b: Include 'types' field in package.json | ||
- d816af08: Update build and test configs use TypeScript | ||
- 3891f544: Update babel config to include plugins that Storybook needed | ||
- 2983c05b: Include 'types' field in package.json | ||
|
||
## 0.7.1 | ||
|
||
### Patch Changes | ||
|
||
- 91cb727c: Remove file extensions from imports | ||
- 91cb727c: Remove file extensions from imports | ||
|
||
## 0.7.0 | ||
|
||
### Minor Changes | ||
|
||
- b4568941: Re-introducing CJS bundles (using Rollup) | ||
- b4568941: Re-introducing CJS bundles (using Rollup) | ||
|
||
## 0.6.0 | ||
|
||
### Minor Changes | ||
|
||
- 382d7e1a: Put back flow types with build files. | ||
- 382d7e1a: Put back flow types with build files. | ||
|
||
## 0.5.0 | ||
|
||
### Minor Changes | ||
|
||
- d13183f6: Remove webpack from the build process | ||
- d13183f6: Remove webpack from the build process | ||
|
||
## 0.4.0 | ||
|
||
### Minor Changes | ||
|
||
- d9567a2f: Strip comments out from ES generated bundles | ||
- d9567a2f: Strip comments out from ES generated bundles | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 9d7adaaf: Builds only include actual packages, not remnant directories from a branch switch | ||
- 9d7adaaf: Builds only include actual packages, not remnant directories from a branch switch |
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
Oops, something went wrong.