Skip to content

Commit

Permalink
chore: release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Apr 6, 2022
1 parent c2b06d3 commit d4c4eb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# 0.0.3-alpha.0
# 0.0.3

### Features

- Rewrite transforms. Do not need to copy assets to cache folder.
- Add `processFileCRA` for CRA file transform.
- [BREAKING CHANGES for CRA users] CRA users need to update `fileTransform.js` to use `processFileCRA`. See more at [CRA README.md](./examples/create-react-app/README.md#installation-and-usage)

### Chores

- Simplify the usage in docs and examples: `preview(document.body)`
- Simplify the usage in docs and examples: `preview(render(<App />).container)` => `preview(document.body)`.

# 0.0.2

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preview",
"version": "0.0.3-alpha.0",
"version": "0.0.3",
"description": "Preview your HTML code while using Jest",
"keywords": [
"testing",
Expand Down

0 comments on commit d4c4eb1

Please sign in to comment.