Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.5.5 #36

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

## [Unreleased]

## [0.5.5] - 2024-04-25
### Added
- feat(atomWithLocation): support location.hash #30
- feat(atomWithHash): allow the setHash option to be overridden on a per atom set basis #35
### Changed
- fix(atomWithLocation): replaceState function to use window.history.state instead of null #33


## [0.5.4] - 2024-02-27
### Changed
- feat(atomWithHash): initial value from hash #31
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-location",
"description": "👻🔗",
"version": "0.5.4",
"version": "0.5.5",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:debug": "run-s eslint tsc-test jest:debug",
"eslint": "eslint --ext .js,.ts,.tsx .",
"jest": "jest",
"jest:debug" : "node --inspect ./node_modules/jest/bin/jest.js --runInBand",
"jest:debug": "node --inspect ./node_modules/jest/bin/jest.js --runInBand",
"tsc-test": "tsc --project . --noEmit",
"examples:01_minimal": "DIR=01_minimal EXT=js webpack serve",
"examples:02_typescript": "DIR=02_typescript EXT=tsx webpack serve",
Expand Down
Loading