Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.6 #74

Merged
merged 34 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4a7dbde
chore(deps): update dependency @vitejs/plugin-vue to v5
renovate[bot] Dec 25, 2023
b9bcedc
chore(deps): update pnpm to v8.13.1
renovate[bot] Dec 26, 2023
32c126d
Merge pull request #55 from watermarkify/renovate/pnpm-8.x
wingkwong Dec 26, 2023
934301f
chore(deps): update pnpm to v8.14.0
renovate[bot] Jan 3, 2024
1f5759a
Merge pull request #56 from watermarkify/renovate/pnpm-8.x
wingkwong Jan 3, 2024
4945a99
chore(deps): update pnpm to v8.14.1
renovate[bot] Jan 10, 2024
d2ad2ae
Merge pull request #57 from watermarkify/renovate/pnpm-8.x
wingkwong Jan 11, 2024
1a051ff
chore(deps): update pnpm to v8.14.3
renovate[bot] Jan 23, 2024
9c9e877
Merge pull request #60 from watermarkify/renovate/pnpm-8.x
wingkwong Jan 23, 2024
cb55758
chore(deps): update pnpm to v8.15.0
renovate[bot] Jan 27, 2024
f8dd598
Merge pull request #61 from watermarkify/renovate/pnpm-8.x
wingkwong Jan 28, 2024
adc7ca7
chore(deps): update pnpm to v8.15.1
renovate[bot] Jan 29, 2024
cba935e
Merge pull request #62 from watermarkify/renovate/pnpm-8.x
wingkwong Jan 30, 2024
4c24349
Merge pull request #54 from watermarkify/renovate/vitejs-plugin-vue-5.x
wingkwong Feb 4, 2024
dfc6f31
chore(deps-dev): bump vite from 4.3.9 to 4.5.2 in /playground
dependabot[bot] Feb 12, 2024
bc1fb39
chore(deps): update pnpm to v8.15.2
renovate[bot] Feb 13, 2024
e11d816
Merge pull request #67 from watermarkify/renovate/pnpm-8.x
wingkwong Feb 13, 2024
9ad120d
chore(deps-dev): bump vite from 5.0.0 to 5.0.12
dependabot[bot] Feb 13, 2024
e562fc2
Merge pull request #64 from watermarkify/dependabot/npm_and_yarn/play…
wingkwong Feb 13, 2024
ae26108
Merge pull request #65 from watermarkify/dependabot/npm_and_yarn/vite…
wingkwong Feb 13, 2024
93d770d
chore(components): lint
wingkwong Feb 13, 2024
9a1dc8c
fix(components): toRefs() expects a reactive object but received a pl…
wingkwong Feb 13, 2024
eaf808a
Merge pull request #71 from watermarkify/fix/toRefs-issue
wingkwong Feb 13, 2024
5d6b52b
chore(deps): bump dependencies
wingkwong Feb 13, 2024
5cce76b
chore(playground): add width & height
wingkwong Feb 13, 2024
b2d404e
chore(playground): update labels
wingkwong Feb 13, 2024
f4bdcb3
Correct type annotation of `options` property
uneos-papr Feb 15, 2024
e213502
Add missing PropType import
uneos-papr Feb 15, 2024
0061ebf
Merge pull request #72 from uneos-papr/fix-options-type
wingkwong Feb 15, 2024
74ff3b5
chore(deps): update pnpm to v8.15.3
renovate[bot] Feb 15, 2024
cc1460b
Merge pull request #73 from watermarkify/renovate/pnpm-8.x
wingkwong Feb 15, 2024
6eda4dd
chore(components): format Watermark.ts
wingkwong Feb 18, 2024
2306672
chore(docs): release playground
wingkwong Feb 18, 2024
a313918
chore: release v0.0.6
wingkwong Feb 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/assets/index-vNB0sexC.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vue-watermark/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@watermarkify/watermark Example</title>
<script type="module" crossorigin src="/vue-watermark/assets/index-SB1scPa8.js"></script>
<script type="module" crossorigin src="/vue-watermark/assets/index-vNB0sexC.js"></script>
<link rel="stylesheet" crossorigin href="/vue-watermark/assets/index-lLf3iDsW.css">
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@watermarkify/vue-watermark",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.15.3",
"description": "Vue Watermark",
"author": "աɨռɢӄաօռɢ <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"release": "pnpm build && bumpp --commit --tag --push"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.4.18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
Binary file modified playground/bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.4.18"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-windicss": "^1.9.1"
"vite-plugin-windicss": "^1.9.3"
}
}
12 changes: 7 additions & 5 deletions playground/src/components/MyComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const watermarkOptions = ref({
fontStyle: 'normal',
fontFamily: 'sans-serif',
},
width: undefined,
height: undefined,
})
</script>

Expand All @@ -31,7 +33,7 @@ const watermarkOptions = ref({
class="w-full grid lg:grid-flow-col lg:grid-rows-7 grid-cols-2 gap-x-5 lg:gap-x-10 p-5 lg:p-10 shadow-md bg-white text-xs lg:text-base text-gray-700 font-bold"
>
<div>
<label for="content" class="block mb-1 lg:mb-2">Content</label>
<label for="content" class="block mb-1 lg:mb-2">content</label>
<input
class="shadow appearance-none border w-full py-2 px-3 text-gray-400 leading-tight focus:outline-none focus:ring-2 focus:ring-gray-400 focus:border-transparent"
id="content"
Expand All @@ -41,7 +43,7 @@ const watermarkOptions = ref({
/>
</div>
<div>
<label for="width" class="block mb-1 lg:mb-2">Width</label>
<label for="width" class="block mb-1 lg:mb-2">width</label>
<input
class="shadow appearance-none border w-full py-2 px-3 text-gray-400 leading-tight focus:outline-none focus:ring-2 focus:ring-gray-400 focus:border-transparent"
id="width"
Expand All @@ -51,7 +53,7 @@ const watermarkOptions = ref({
/>
</div>
<div>
<label for="height" class="block mb-1 lg:mb-2">Height</label>
<label for="height" class="block mb-1 lg:mb-2">height</label>
<input
class="shadow appearance-none border w-full py-2 px-3 text-gray-400 leading-tight focus:outline-none focus:ring-2 focus:ring-gray-400 focus:border-transparent"
id="height"
Expand All @@ -62,7 +64,7 @@ const watermarkOptions = ref({
</div>
<div class="md:justify-between">
<div class="mb-4 md:mb-0">
<label for="gap" class="block mb-1 lg:mb-2"> [GapX GapY] </label>
<label for="gap" class="block mb-1 lg:mb-2"> [gapX, gapY] </label>
<div class="flex">
<input
class="shadow appearance-none border w-1/2 py-2 px-3 text-gray-400 leading-tight focus:outline-none focus:shadow-outline"
Expand All @@ -84,7 +86,7 @@ const watermarkOptions = ref({
</div>
<div>
<div class="mb-4 md:mb-0">
<label for="offset" class="block mb-1 lg:mb-2"> [OffsetX OffsetY] </label>
<label for="offset" class="block mb-1 lg:mb-2"> [offsetX, offsetY] </label>
<div class="flex">
<input
class="shadow appearance-none border w-1/2 py-2 px-3 text-gray-400 leading-tight focus:outline-none focus:shadow-outline"
Expand Down
Loading