Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatamim committed Jul 20, 2022
1 parent 76098e7 commit 0f5abd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.0.4] - 2022-07-20

### Fixed

- Shadow position bug.

## [0.0.3] - 2021-10-31

### Fixed
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ window.addEventListener("mousemove", function(event) {

https://user-images.githubusercontent.com/31634638/172718758-cb4dca4a-b268-4338-8686-137c33963212.mp4


See more usage examples in [examples/](https://github.com/arafatamim/ombro/tree/main/examples) folder.

## API Reference

The full API documentation is available [here](https://arafatamim.github.io/ombro).
Expand All @@ -62,7 +65,7 @@ Please open a new issue if you discover a bug or want to discuss a feature. If y

## Credits

Forked from the unmaintained library [shine.js](https://github.com/bigspaceship/shine.js) and ported to TypeScript.
Based on the unmaintained library [shine.js](https://github.com/bigspaceship/shine.js), ported to TypeScript and added new features.

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ombro",
"version": "0.0.3",
"version": "0.0.4",
"description": "Create beautiful, dynamic shadows in JavaScript",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 0f5abd6

Please sign in to comment.