Skip to content

Commit

Permalink
Using Awesome-qr.js v2.0, Support Vue v3.0(not support Vite yet) #82
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Oct 2, 2021
1 parent 3c9c20e commit 8fb446a
Show file tree
Hide file tree
Showing 12 changed files with 5,606 additions and 1,889 deletions.
28 changes: 15 additions & 13 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,43 +1,45 @@
# 2.4.0 | 2021.05.03
# Changelog
## 3.0.0 | 2021.10.02
- Using Awesome-qr.js v2.0
- Support Vue v3.0 [#82](https://github.com/Binaryify/vue-qr/issues/82)

# 2.3.1 | 2021.05.03
- Support Vue v3.0(not support Vite yet) [#82](https://github.com/Binaryify/vue-qr/issues/82)

## 2.3.1 | 2021.05.03
- Fixed [#86](https://github.com/Binaryify/vue-qr/issues/86)

# 2.3.0 | 2020.10.05
## 2.3.0 | 2020.10.05
- Support SSR

# 2.2.0
## 2.2.0
- Fixed [#65](https://github.com/Binaryify/vue-qr/issues/65) [#68](https://github.com/Binaryify/vue-qr/issues/68)

- Set `dotScale` default value to 1

# 2.1.0
## 2.1.0
- Fixed qr margin offset when logo is added (via:[https://github.com/SumiMakito/Awesome-qr.js/pull/38](https://github.com/SumiMakito/Awesome-qr.js/pull/38))


# 2.0.7
## 2.0.7
- Improve image load function

# 2.0.6
## 2.0.6
- Remove babel-polyfill [#53](https://github.com/Binaryify/vue-qr/issues/53)
- add .npmignore

# 2.0.4
## 2.0.4
- Fix dotScale defalut value bug

# 2.0.2
## 2.0.2
- Fix bug

# 2.0.2
## 2.0.2
- Update README.MD

# 2.0.1
## 2.0.1
- Fix colorLight can't set bug
- Support background color and logo background


# 2.0.0
## 2.0.0
- Refactoring
- Support gif background
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-qr",
"version": "2.4.0",
"version": "3.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 127.0.0.1",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
Expand Down Expand Up @@ -47,6 +47,6 @@
"not ie <= 8"
],
"dependencies": {
"binaryify-awesome-qr": "^2.1.6"
"binaryify-awesome-qr": "^2.2.2"
}
}
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
:gifBgSrc="gifBgSrc1"
:size="300"
:dotScale="0.4"
:logoSrc="src2"
></vue-qr>
<vue-qr
text="test test test test test test "
Expand Down
Loading

0 comments on commit 8fb446a

Please sign in to comment.