tauri/.changes
Laegel 44fc65c723
Fixing TS API typings (#1451)
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
2021-04-11 09:51:21 -03:00
..
api-path-cwd.md feat: add current working directory to path api module (#1375) 2021-03-22 22:13:12 -03:00
api-refactor.md refactor(core): all API are now promise based (#1239) 2021-02-16 01:23:15 -03:00
appimage-path.md fix(bundler): appimage paths and filename (#1227) 2021-02-13 15:06:39 -03:00
bundle-decouple-cargo.md refactor(cli): decouple bundler from cargo (#1269) 2021-02-21 16:11:40 -03:00
bundle-macos-refactor.md refactor(bundler): specific settings on dedicated structs, update README (#1380) 2021-03-25 01:56:00 -03:00
cli-no-targets.md feat(cli/core): add support for building without targets (#1203) 2021-02-11 00:13:06 -03:00
cli-rust.md feat(cli) rewrite the core CLI in Rust (#851) 2021-01-30 12:15:47 -03:00
command-refactor.md refactor(core): rewrite shell execute API, closes #1229 (#1408) 2021-03-31 02:19:03 -03:00
command-shell.md feat(cli): run beforeDev and beforeBuild in a shell, closes #1295 (#1399) 2021-03-28 20:25:06 -03:00
config-refactor.md refactor(tauri): support for building without environmental variables (#850) 2021-02-09 15:22:04 -03:00
config.json refactor: move tauri crates to /core folder (#1444) 2021-04-08 13:22:20 -03:00
core-errors.md refactor(tauri): use explicit error types instead of anyhow (#1209) 2021-02-10 19:51:15 -03:00
correct-http-api-types.md fix(api/http): correct types (#1360) 2021-03-17 11:39:15 +01:00
css-inliner-octal.md fix(tauri/asset): escape octal sequences in css (#1166) 2021-01-30 15:46:18 -03:00
custom-protocol.md feat(core): Use Wry custom protocol instead of embedded server (#1296) 2021-02-25 17:07:30 -08:00
dialog-api.md refactor(core): use tinyfiledialogs-rs for message/confirmation dialogs (#1255) 2021-02-17 23:27:33 -03:00
event-unlisten-js.md refactor(core): add unlisten, once APIs to the event system (#1359) 2021-03-16 09:50:04 -03:00
event-unlisten-rust.md refactor(core): add unlisten, once APIs to the event system (#1359) 2021-03-16 09:50:04 -03:00
event.md feat(core): add mult-window support (#1217) 2021-02-11 21:50:39 -03:00
file-dialog-refactor.md refactor(core): use nfd for file dialogs, closes #1251 (#1257) 2021-02-18 11:43:41 -03:00
file-drop-events.md feat(core): add file drop handler (#1352) 2021-03-12 21:02:36 -03:00
fix-blank-hyperlinks-polyfiil.md fix(cli): use correct arg in _blanks links polyfill (#1362) 2021-03-16 21:47:56 -03:00
fix-resource-dir-app-image.md fix: get correct resource dir in AppImge (fix #1308) (#1333) 2021-03-12 22:10:04 -03:00
fix-ts-api-typings.md Fixing TS API typings (#1451) 2021-04-11 09:51:21 -03:00
http-api-refactor.md refactor(core): improve HTTP API, closes #1098 (#1237) 2021-02-15 22:28:35 -03:00
js-app-metadata.md feat(api): Expose application metadata and functions to JS api - fix #1387 (#1445) 2021-04-08 12:50:55 -03:00
js-event-once.md refactor(api): move event's once to its own function (#1276) 2021-02-23 21:31:15 -03:00
json-parse-rpc.md Use JSON.parse instead of literal JS for callback formatting (#1370) 2021-04-06 22:00:23 -03:00
license.md feat(license): SPDX Headers (#1449) 2021-04-11 00:09:09 +02:00
multiwindow.md feat(core): add mult-window support (#1217) 2021-02-11 21:50:39 -03:00
package-config.md feat(config): allow setting product name and version on tauri.conf.json (#1358) 2021-03-22 21:51:23 -03:00
plugin-config.md feat(tauri): add plugin initialize (with config) API, run in parallel (#1194) 2021-02-10 00:49:46 -03:00
plugin-initialization-script.md refactor(tauri): rename init_script to initialization_script (#1200) 2021-02-10 02:24:20 -03:00
plugin-mutable.md refactor(core): remove async from app hooks, add InvokeMessage type (#1392) 2021-03-26 14:19:03 -03:00
plugin-ready-hook.md fix(tauri): run plugin::ready without webview.dispatch (#1164) 2021-01-29 09:22:17 +01:00
readme.md feat(license): SPDX Headers (#1449) 2021-04-11 00:09:09 +02:00
refactor-allowlist.md refactor(core): split allowlist configuration per module (#1263) 2021-02-20 14:09:18 -03:00
refactor-info.md refactor(cli): rewrite info in Rust (#1389) 2021-03-25 22:19:32 -03:00
refactor-init.md refactor(cli): rewrite init command in Rust (#1382) 2021-03-24 19:21:03 -03:00
refactor-tauri-entry.md refactor(core): move bundle script to /tauri crate (#1377) 2021-03-23 00:03:07 -03:00
remove-no-server.md refactor(core): remove no-server and its APIs (#1215) 2021-02-11 02:33:18 -03:00
secure-rng.md refactor(api): use secure RNG, closes #1356 (#1398) 2021-03-30 00:26:40 -03:00
separate-cmd-arg.md feat(api/invoke): separate cmd arg (#1321) 2021-03-04 21:18:25 -03:00
shortcut-api.md feat(core): globalShortcut API (#1232) 2021-02-14 17:34:23 -03:00
simple-command-matching.md feat(core): improved command matching with macros, fixes #1157 (#1301) 2021-02-28 10:55:48 -08:00
tauri-api.md feat(cli) rewrite the core CLI in Rust (#851) 2021-01-30 12:15:47 -03:00
tauri-async.md refactor(tauri): support for building without environmental variables (#850) 2021-02-09 15:22:04 -03:00
tauri-cli.md refactor(tauri): support for building without environmental variables (#850) 2021-02-09 15:22:04 -03:00
tauri-dev-propagate-args.md feat(cli): propagate args passed after dev --, closes #1406 (#1407) 2021-03-30 00:25:25 -03:00
taurijs-dead-code-elim.md chore: tauri.js dead code elim (#1422) 2021-04-01 13:46:59 -05:00
updater-alpha.md feat(updater): Alpha version (#643) 2021-04-05 14:51:17 -03:00
vc-redistributable.md feat(bundler): add visual c++ redistributable files with MSM (#1368) 2021-03-22 21:06:07 -03:00
webview-traits.md refactor(tauri): Webview traits (#1183) 2021-02-05 00:44:58 -03:00
window-api.md feat(core): window creation at runtime (#1249) 2021-02-17 11:15:04 -03:00
wix-install-webview2.md feat(bundler/wix): install webview2 runtime (#1329) 2021-03-07 22:00:29 -03:00
workspace-detection.md fix(bundler): workspace detection, closes #1007 (#1235) 2021-02-14 17:57:59 -03:00
wry.md feat(tauri): use WRY as webview engine (#1190) 2021-02-08 11:19:22 -03:00

Changes

via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend it represents the overall change for our sanity.

When you select the version bump required, you do not need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

---
"api": patch
"tauri-bundler": patch
"tauri-cli": patch
"tauri.js": patch
"tauri-utils": patch
"tauri-api": patch
"tauri-macros": patch
"tauri-updater": patch
"tauri-build": patch
"tauri-codegen": patch
"tauri": patch
---

Change summary goes here

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a major, minor or patch as further described in semver.

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).