We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be77e90 commit 6eefd75Copy full SHA for 6eefd75
CHANGELOG.md
@@ -1,3 +1,15 @@
1
-## 0.0.1
+# Changelog
2
3
-* TODO: Describe initial release.
+All notable changes to this project will be documented in this file.
4
+
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.0.1] - 2024-07-10
9
10
+### Added
11
+- Basic functionality for creating image hotspots.
12
+- Customizable hotspot positions.
13
+- Actions triggered on hotspot taps.
14
+- Initial documentation including README and LICENSE.
15
+- Example project demonstrating how to use the `ImageHotspot` widget.
0 commit comments