File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # [ 3.2.0] ( https://github.com/amrbashir/vite-plugin-tauri/compare/v3.2.0...v3.1.1 ) (2023-5-6)
4
+
3
5
- Add option to specify the rust build target
4
6
5
7
# [ 3.1.1] ( https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.1...v3.1.0 ) (2023-5-5)
6
8
7
- ### What's Changed
8
-
9
9
- Updated dependencies
10
10
11
11
# [ 3.1.0] ( https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2 ) (2022-10-1)
12
12
13
- ### What's Changed
14
-
15
13
- Add a default export to the plugin which allows two styles of importing:
16
14
17
15
- Named export (current):
27
25
28
26
# [3.0 .2 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v3.0.2...v3.0.1) (2022-10-1)
29
27
30
- ### What ' s Changed
31
-
32
28
- Removed internal modification of vite config to disable ` clearScreen ` and ` server.open ` and delegate it to the user .
33
29
- Removed ` kolorist ` dependency to reduce package size .
34
30
35
31
# [3.0 .1 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v3.0.1...v3.0.0) (2022-10-1)
36
32
37
- ### What ' s Changed
38
-
39
33
- Fix passing ` debug ` option to tauri cli in build mode .
40
34
41
35
# [3.0 .0 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v3.0.0...v2.3.0) (2022-10-1)
42
36
43
- ### What ' s Changed
44
-
45
37
- Refactored the plugin to be a proper Vite plugin . Consult [README .md ](https :// github.com/amrbashir/vite-plugin-tauri#usage) for how to use it.
46
38
47
39
# [2.3 .0 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v2.3.0...v2.2.0) (2022-09-26)
48
40
49
- ### What ' s Changed
50
-
51
41
- Auto - fill ` beforeDevCommand ` and ` beforeBuildCommand ` when initializing the tauri project .
52
42
53
43
# [2.2 .0 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v2.1.0...v2.2.0) (2022-07-24)
54
44
55
- ### What ' s Changed
56
-
57
45
- Update ` vite ` peerDependency to ` >= 2 ` which adds vite @3 support
58
46
59
47
# [2.1 .0 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v2.0.0...v2.1.0) (2022-06-12)
60
48
61
- ### What ' s Changed
62
-
63
49
- Update ` @tauri-apps/cli ` to ` v1.0.0 `
64
50
65
51
# [2.0 .0 ](https :// github.com/amrbashir/vite-plugin-tauri/compare/v1.1.3...v2.0.0) (2022-06-04)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-tauri" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.2.0 " ,
4
4
"description" : " Integrate Tauri in a Vite project to build cross-platform apps." ,
5
5
"repository" : " https://github.com/amrbashir/vite-plugin-tauri.git" ,
6
6
"author" :
" Amr Bashir <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments