Skip to content

Commit

Permalink
update build configuration to not use dts-cli (#3781)
Browse files Browse the repository at this point in the history
* cleanup tsconfig files

* replace dts-cli by using tsc, esbuild and rollup directly

* remove jest-expect-message to avoid type errors in its definitions

* chakra-ui type fixes

* chakra-ui skipLibCheck

* fluent-ui type fixes

* fluent-ui skipLibCheck

* semantic-ui skipLibCheck

* playground type fixes

* update files in package.json to include lib and src folders

* build publish config

* change log note, config updates

* update docs

* remove skipLibCheck todos
  • Loading branch information
zxbodya authored Aug 4, 2023
1 parent 1a15f93 commit c06b197
Show file tree
Hide file tree
Showing 40 changed files with 1,035 additions and 3,908 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
should change the heading of the (upcoming) version to include a major version bump.
-->
# 5.12.0

## Dev / playground

- update playground vite config to use sources directly, allowing to reload changes in it without additional build step
- moving from `dts-cli` to use individual dev tools directly, updating package publish config
- tsc for generating type definitions and esm modules
- esbuild for CJS bundle
- rollup for UMD bundle

# 5.11.2

## @rjsf/material-ui
Expand Down
Loading

0 comments on commit c06b197

Please sign in to comment.