native-modal
Advanced tools
Comparing version 0.0.6 to 0.0.7
# Changelog | ||
## v0.0.7 | ||
[compare changes](https://github.com/azabroflovski/native-modal/compare/v0.0.6...v0.0.7) | ||
### 💅 Refactors | ||
- Remove dead links from docs & improve docs ([259ec68](https://github.com/azabroflovski/native-modal/commit/259ec68)) | ||
### 🏡 Chore | ||
- Create static.yml (github pages) ([cd4235f](https://github.com/azabroflovski/native-modal/commit/cd4235f)) | ||
- Improve static deployment (github pages) ([ff79ec9](https://github.com/azabroflovski/native-modal/commit/ff79ec9)) | ||
### ❤️ Contributors | ||
- Azabroflovski <azabroflovski@gmail.com> | ||
- Aza Broflovski | ||
## v0.0.6 | ||
@@ -4,0 +22,0 @@ |
@@ -251,2 +251,2 @@ <script lang="ts" setup> | ||
- See available [props](/api/props) (options) | ||
- Learn how to [customize](/api/custonize) your modals (themes) | ||
- Learn how to [customize](/api/customize) your modals (themes) |
{ | ||
"name": "native-modal", | ||
"private": false, | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "NativeModal - tiny wrapper over the <dialog />. No overhead scripts. Just modal.", | ||
@@ -40,4 +40,4 @@ "type": "module", | ||
"vite": "^5.0.8", | ||
"vitepress": "^1.0.0-rc.40" | ||
"vitepress": "^1.0.0-rc.44" | ||
} | ||
} |
@@ -163,2 +163,2 @@ # Quick start | ||
- See available [props](/api/props) (options) | ||
- Learn how to [customize](/api/custonize) your modals (themes) | ||
- Learn how to [customize](/api/customize) your modals (themes) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38995
25