Skip to content

Commit

Permalink
meta: Update CHANGELOG for 1.100.0 (#29)
Browse files Browse the repository at this point in the history
+ add a small note about us not providing guarantees w.r.t. semver or breaking changes
  • Loading branch information
Lms24 authored Jan 24, 2023
1 parent c3538b9 commit fa84365
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.100.0

This release marks the first `@sentry-internal/rr*` release of our forked packages.
Note: These packages are supposed to be used internally by other Sentry projects.
We do not provide support or make any guarantees in terms of breaking changes.

We're starting releasing our forked packages with version `1.100.0`, as this gives us enough headroom over
possible future rrweb v1.x patches while still staying in sync with the rrweb major version.

- feat(rrweb): Guard against missing `window.CSSStyleSheet` (#12)
- feat(rrweb/rrweb-snapshot): Add `maskInputSelector`, `unmaskInputSelector`, and `unmaskTextSelector` (#10)
- feat(rrweb/rrweb-snapshot): Add `unblockSelector` and `ignoreSelector` (#14)
- fix(rrweb): Ignore errors in style observers (#16)
- ref(rrweb/rrweb-snapshot): Update types (#13)

## v1.0.0

### Featrues & Improvements
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

# Sentry rrweb Fork

This repo is a fork of [rrweb](https://github.com/rrweb-io/rrweb). The purpose is to apply patches and bugfixes to rrweb and release Sentry-internal packages with our patches included. All credits and attribution for rrweb go to the original creators of the library and all its contributors.
This repo is a fork of [rrweb](https://github.com/rrweb-io/rrweb). The purpose is to apply patches and bugfixes to rrweb and release Sentry-internal packages with our patches included. We do not provide support for these packages and make no guarantees in terms of semver and breaking changes.

All credits and attribution for rrweb go to the original creators of the library and all its contributors.

From this monorepo, Sentry maintains and publishes the following NPM packages:

Expand Down

0 comments on commit fa84365

Please sign in to comment.