Skip to content

Commit

Permalink
Merge pull request #18 from andreasremdt/v2.0.1
Browse files Browse the repository at this point in the history
docs(): added more examples
  • Loading branch information
andreasremdt authored Jul 30, 2020
2 parents c520f57 + 0cf6995 commit c8cba51
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2020-07-30

### Changed

- Added more [CodeSandbox examples](<(https://github.com/andreasremdt/simple-translator#examples)>) to the documentation's example section.

## [2.0.0] - 2020-07-29

### Breaking changes
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ yarn add @andreasremdt/simple-translator

## Examples

For a full demo in the browser, open this [CodeSandbox link](https://codesandbox.io/s/simple-translator-demo-e33ye?file=/src/index.js).
Want to see the bigger picture? Check out the live demos at CodeSandbox and see how you can integrate the library with popular frameworks or in pure JavaScript:

- [Vanilla JavaScript](https://codesandbox.io/s/simple-translator-vanilllajs-e33ye)
- [React](https://codesandbox.io/s/simple-translator-react-1mtki?file=/src/Content.js:0-27)
- [Vue.js](https://codesandbox.io/s/simple-translator-vuejs-iep2j?file=/src/main.js)
- _Lit-Element (Web Components) currently in progress_

### Translate HTML in the browser

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": "@andreasremdt/simple-translator",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple client-side translation with pure JavaScript.",
"main": "dist/cjs/translator.min.js",
"module": "dist/esm/translator.min.js",
Expand Down

0 comments on commit c8cba51

Please sign in to comment.