Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Mar 18, 2024
1 parent 6c80b1d commit 425c526
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel

## Unreleased

### TypeScript
- Separate type definitions into a new directory to improve project structure and provide better type import
support for TypeScript-based app developers.

## v5.0.1

### TypeScript
Expand Down Expand Up @@ -51,7 +55,7 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel
## v3.8.2

### NPM/ESM support
- Add ESM support for the client library via `neutralino.mjs`.
- Add ESM support for the client library via `neutralino.mjs`.
- Publish (and automate) the client library as an NPM package,`@neutralinojs/lib`.

## v3.8.0
Expand Down Expand Up @@ -104,7 +108,7 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel

### API: init
- Store `NL_TOKEN` in sessionStorage and handle native API calls after page reload.
- Show a message to the user via HTML if `NL_TOKEN` is not valid (Eg: when the user tries to open the app from another client with `one-time` token).
- Show a message to the user via HTML if `NL_TOKEN` is not valid (Eg: when the user tries to open the app from another client with `one-time` token).

### API: window
- Add `window.setAlwaysOnTop(bool)`.
Expand Down

0 comments on commit 425c526

Please sign in to comment.