Commit 0505e92 1 parent 7c0cbbb commit 0505e92 Copy full SHA for 0505e92
File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Ensure ` FocusTrap ` is only active when the given ` enabled ` value is ` true ` ([ #2456 ] ( https://github.com/tailwindlabs/headlessui/pull/2456 ) )
17
17
- Stop ` <Transition appear> ` from overwriting classes on re-render ([ #2457 ] ( https://github.com/tailwindlabs/headlessui/pull/2457 ) )
18
18
19
+ ### Changed
20
+
21
+ - Move ` types ` condition to the front ([ #2469 ] ( https://github.com/tailwindlabs/headlessui/pull/2469 ) )
22
+
19
23
## [ 1.7.14] - 2023-04-12
20
24
21
25
### Fixed
Original file line number Diff line number Diff line change 11
11
" dist"
12
12
],
13
13
"exports" : {
14
+ "types" : " ./dist/index.d.ts" ,
14
15
"import" : " ./dist/headlessui.esm.js" ,
15
- "require" : " ./dist/index.cjs" ,
16
- "types" : " ./dist/index.d.ts"
16
+ "require" : " ./dist/index.cjs"
17
17
},
18
18
"type" : " module" ,
19
19
"sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Ensure ` FocusTrap ` is only active when the given ` enabled ` value is ` true ` ([ #2456 ] ( https://github.com/tailwindlabs/headlessui/pull/2456 ) )
14
14
- Ensure the exposed ` activeIndex ` is up to date for the ` Combobox ` component ([ #2463 ] ( https://github.com/tailwindlabs/headlessui/pull/2463 ) )
15
15
16
+ ### Changed
17
+
18
+ - Move ` types ` condition to the front ([ #2469 ] ( https://github.com/tailwindlabs/headlessui/pull/2469 ) )
19
+
16
20
## [ 1.7.13] - 2023-04-12
17
21
18
22
### Fixed
Original file line number Diff line number Diff line change 11
11
" dist"
12
12
],
13
13
"exports" : {
14
+ "types" : " ./dist/index.d.ts" ,
14
15
"import" : " ./dist/headlessui.esm.js" ,
15
- "require" : " ./dist/index.cjs" ,
16
- "types" : " ./dist/index.d.ts"
16
+ "require" : " ./dist/index.cjs"
17
17
},
18
18
"type" : " module" ,
19
19
"sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments