Skip to content

Commit

Permalink
refactor(plugin): add exports for svelte 5 and cleanup deps + demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Nov 25, 2023
1 parent ab8e6cd commit 5a96b09
Show file tree
Hide file tree
Showing 16 changed files with 1,837 additions and 3,988 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# generated
.vercel
/node_modules
/dist

# testing
coverage
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
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).

## [0.1.2](https://github.com/svelte-plugins/datepicker/releases/tag/v0.1.0) - 2023-11-24

- 🏗 build(tooling): fix linting, formatting and precommit hooks by

## [0.1.1](https://github.com/svelte-plugins/datepicker/releases/tag/v0.1.0) - 2023-11-23

- refactor(picker): updates to dev tooling and general code cleanup

## [0.1.0](https://github.com/svelte-plugins/datepicker/releases/tag/v0.1.0) - 2023-11-22

- Initial release
1 change: 0 additions & 1 deletion dist/index.js

This file was deleted.

2,571 changes: 0 additions & 2,571 deletions dist/index.mjs

This file was deleted.

File renamed without changes
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@
<title>@svelte-plugins/datepicker</title>

<link rel="icon" type="image/png" href="./favicon.png" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" type="text/css" href="./src/styles/styles.scss">

<meta name="description" content="A simple rule-based approach to tracking element viewability." />
<meta name="description" content="A simple datepicker component designed for Svelte." />
<meta name="keywords" content="datepicker, dates, picker, time picker, daterange, daterange picker, timepicker, calendar, svelte component" />

<meta property="og:url" content="" />
<meta property="og:title" content="@svelte-plugins/datepicker" />
<meta property="og:description" content="A simple datepicker designed for Svelte." />
<meta property="og:description" content="A simple datepicker component designed for Svelte." />
<meta property="og:image" content="favicon.png" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@norcalkieran" />
<meta name="twitter:title" content="@svelte-plugins/datepicker" />
<meta name="twitter:description" content="A simple datepicker component designed for Svelte." />
<meta name="twitter:image" content="favicon.png" />

</head>
<body>
<a href="https://github.com/svelte-plugins/datepicker" class="github-ribbon"><img loading="lazy" width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
<a href="https://github.com/svelte-plugins/datepicker" class="github-ribbon"><img loading="lazy" width="300" height="300" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=300%2C300" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
<script type="module" src="/src/index.js"></script>
</body>
</html>
Loading

0 comments on commit 5a96b09

Please sign in to comment.