Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-05-23)

### Bug Fixes

* action buttons will now apply the correct motivation to new threads ([a00f377](a00f377))
* **AnchoredContainer:** page jump when a new thread is added and not yet visible ([44f37d8](44f37d8))
* support for dynamically adding and removing anchors ([cd86bb8](cd86bb8))
* **Thread:** position the deleted thread placeholder relative to the original anchor ([609b78a](609b78a))

### Features

* add `relativeTo` argument to `getDocumentPosition` for anchor positioning in complex DOM ([556ea0c](556ea0c))
* add additional hook exports for consumers ([dbde6a8](dbde6a8))
* add support for annotating React components ([ec278ef](ec278ef))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent 44f37d8 commit 2813a5d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/osuresearch/annotator/compare/v1.0.0...v1.1.0) (2023-05-23)


### Bug Fixes

* action buttons will now apply the correct motivation to new threads ([a00f377](https://github.com/osuresearch/annotator/commit/a00f3779239691a93be7dacbd661895b406f5e0f))
* **AnchoredContainer:** page jump when a new thread is added and not yet visible ([44f37d8](https://github.com/osuresearch/annotator/commit/44f37d84d2b84ef504365a81adbb6dc41934ecbe))
* support for dynamically adding and removing anchors ([cd86bb8](https://github.com/osuresearch/annotator/commit/cd86bb8c831de318d4b774eb5ef2ef350f15902b))
* **Thread:** position the deleted thread placeholder relative to the original anchor ([609b78a](https://github.com/osuresearch/annotator/commit/609b78a32622911f6d8b578713f390ac5b7abed8))


### Features

* add `relativeTo` argument to `getDocumentPosition` for anchor positioning in complex DOM ([556ea0c](https://github.com/osuresearch/annotator/commit/556ea0cd9a9104c814c0b702ed6b4d4d5fd00278))
* add additional hook exports for consumers ([dbde6a8](https://github.com/osuresearch/annotator/commit/dbde6a86e6a1461792ec14e9db322fd6fad08eb3))
* add support for annotating React components ([ec278ef](https://github.com/osuresearch/annotator/commit/ec278ef53cb267a1c5882b0553f8f0fc79b2deee))

# 1.0.0 (2023-04-19)


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": "@osuresearch/annotator",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "React components for annotating forms and documents",
"keywords": [
Expand Down

0 comments on commit 2813a5d

Please sign in to comment.