v1.0.0-beta41
What's Changed
Features & Improvements
-
Split generated sources: Added
overrideTargetFolderoption inImportTypingsGenSourcesallowing users to split generated sources into multiple projects (e71ee74) -
scalajs-react improvements:
- Added syntax to apply children in scalajs-react flavor (dfefb15)
- Don't overload
applymethod which could cause ambiguity (a77fa10)
-
React components: Added a
Propstype alias for better ergonomics (f25f5e0) -
Better type handling:
- Improved intersection type handling in
IdentifyReactComponents(f274236) - Avoid superfluous
T & Objecttypes (e3d0169) - Remove irritating types when combining two member properties with the same name (51c52c4)
- Improved intersection type handling in
Bug Fixes
- Reverted "modules: named exports can also export default" which caused issues (ec52995)
- Disabled extension methods that were causing problems (2b150b5)
Dependency Updates
- Updated coursier to 2.1.0-RC4
- Updated scalatest to 3.2.15
- Updated sbt-tpolecat to 0.4.2
- Updated sbt-assembly to 2.1.0
- Updated sbt-bloop to 1.5.6
- Updated sbt-scalafmt to 2.5.0
Full Changelog: https://github.com/ScalablyTyped/Converter/compare/v1.0.0-beta40...v1.0.0-beta41