Commit Graph

  • 975a0e6bc1 Merge pull request 'dev' (#5) from dev into main main Astrian 2025-02-26 00:49:21 +0000
  • 2d1fe0cfc3
    0.1.3 dev Astrian Zheng 2025-02-26 11:48:54 +1100
  • a1ad827107
    fix: update README to reflect Vue.js 3 integration and add React usage link Astrian Zheng 2025-02-26 11:45:04 +1100
  • d67b7a1c67 Merge pull request 'dev' (#4) from dev into main Astrian 2025-02-26 00:35:55 +0000
  • 638a730b19
    0.1.2 Astrian Zheng 2025-02-26 11:27:41 +1100
  • 39ca9ddd14
    fix: update documentation links in README and components to reflect correct URLs for Vue 3 Astrian Zheng 2025-02-26 11:27:27 +1100
  • 8af79850e3
    fix: update documentation link in SingleDatePicker component to reflect v-model usage Astrian Zheng 2025-02-26 10:48:37 +1100
  • 9890221c85
    fix: update documentation links in SingleDatePicker and SingleWeekPicker components to point to Vue 3 guide Astrian Zheng 2025-02-26 10:04:00 +1100
  • 244ff0cfbb Merge pull request 'dev' (#3) from dev into main Astrian 2025-02-25 22:38:50 +0000
  • 4d29e20c2c
    chore: update package version to 0.1.1 and add MIT license to package-lock.json Astrian Zheng 2025-02-26 09:37:58 +1100
  • d54b2f3d87
    feat: add license and repository information to package.json Astrian Zheng 2025-02-26 09:37:04 +1100
  • 87b7d64d2f
    0.1.1 Astrian Zheng 2025-02-26 09:34:05 +1100
  • 6be46679af
    feat: add MIT License file to the repository Astrian Zheng 2025-02-26 09:33:48 +1100
  • 1ca8d67166 Merge pull request 'dev' (#2) from dev into main Astrian 2025-02-25 22:26:26 +0000
  • 8a76679159
    feat: refactor SingleWeekPicker component to improve TypeScript interface definitions and organize script sections Astrian Zheng 2025-02-26 09:24:09 +1100
  • d882426936
    0.1.0 Astrian Zheng 2025-02-26 09:19:13 +1100
  • 2ae8c30902
    feat: update SingleWeekPicker and SingleDatePicker components with documentation and remove unnecessary v-model binding Astrian Zheng 2025-02-26 09:18:39 +1100
  • 4ace02ebfd
    feat: update SingleWeekPicker to activate week selection and improve week indicator logic Astrian Zheng 2025-02-25 16:53:13 +1100
  • edde3a7c8c
    feat: enhance SingleWeekPicker with year adjustment and accessibility improvements Astrian Zheng 2025-02-25 16:47:28 +1100
  • d94d3a76f1
    feat: implement SingleWeekPicker component and update App.vue to use it Astrian Zheng 2025-02-25 16:40:45 +1100
  • 8232a1af3f
    feat: add vite-plugin-libcss to package.json and update configuration Astrian Zheng 2025-02-25 13:05:39 +1100
  • 593ef1b2e8
    feat: update package.json and tsconfig.app.json to correct type definitions and enable declaration file generation Astrian Zheng 2025-02-25 10:18:57 +1100
  • dc62c0e13a
    feat: update package.json to include peerDependencies for Vue and adjust exports paths Astrian Zheng 2025-02-25 10:13:21 +1100
  • 7e25bcf826
    feat: update package.json to use peerDependencies for Vue and add exports field Astrian Zheng 2025-02-25 10:03:20 +1100
  • 3a02ecf744
    feat: update package name in Gitea Actions workflow and package.json Astrian Zheng 2025-02-25 10:02:08 +1100
  • 5ba8114ccc
    feat: add Gitea Actions workflow for publishing to npm from main and dev branches Astrian Zheng 2025-02-25 10:00:33 +1100
  • d1433745fb Merge pull request 'dev' (#1) from dev into main Astrian 2025-02-24 22:59:10 +0000
  • 4f6672591e
    feat: update Gitea Actions workflow to trigger on dev branch instead of main Astrian Zheng 2025-02-25 09:58:39 +1100
  • 877fb62064
    feat: add Gitea Actions workflow for publishing to npm Astrian Zheng 2025-02-25 09:57:56 +1100
  • d2f70086ad
    feat: enhance colorScheme prop documentation in SingleDatePicker with detailed descriptions Astrian Zheng 2025-02-25 09:55:13 +1100
  • 6b18517473
    feat: add close event handler and enhance documentation for localization and available range in SingleDatePicker Astrian Zheng 2025-02-25 09:48:51 +1100
  • f1d87f9172
    feat: add close event listener and enhance available range prop documentation in SingleDatePicker Astrian Zheng 2025-02-24 16:49:30 +1100
  • 28c2192149
    docs: update README with project overview, features, installation, and usage instructions feat: integrate available range prop into SingleDatePicker component Astrian Zheng 2025-02-24 14:41:16 +1100
  • 84e8f62ec3
    feat: enhance month availability checks in SingleDatePicker component Astrian Zheng 2025-02-24 14:35:27 +1100
  • 13a55d7eda
    feat: add available range prop to SingleDatePicker for date selection constraints Astrian Zheng 2025-02-24 14:32:26 +1100
  • bd4dd671ef
    refactor: update SingleDatePickerProps interface to separate color scheme type Astrian Zheng 2025-02-24 14:20:52 +1100
  • 108d7e9910
    feat: add close event listener to SingleDatePicker component Astrian Zheng 2025-02-24 14:13:31 +1100
  • 0e259b6746
    feat: add localization support for SingleDatePicker and adjust month selection behavior Astrian Zheng 2025-02-24 14:05:14 +1100
  • ade8eddaf7
    feat: add year selection and month quick-select functionality to SingleDatePicker Astrian Zheng 2025-02-24 14:04:44 +1100
  • 6b45f010eb
    fix: remove console.log from getCalendarDates utility function Astrian Zheng 2025-02-24 13:49:37 +1100
  • e2586cd5bc
    fix: remove console.log from notAvailable function in SingleDatePicker Astrian Zheng 2025-02-24 13:49:15 +1100
  • cdfd90a467
    fix: remove console.log from selectDate function in SingleDatePicker Astrian Zheng 2025-02-24 13:42:27 +1100
  • f5f0889548
    feat: implement v-model support for SingleDatePicker and enhance layout styling Astrian Zheng 2025-02-24 13:41:16 +1100
  • b6dc7c3223
    feat: add calendar date generation and selection functionality to SingleDatePicker Astrian Zheng 2025-02-24 12:22:37 +1100
  • d8cfd5926f
    feat: add localization support to SingleDatePicker and update TypeScript configuration Astrian Zheng 2025-02-24 12:08:12 +1100
  • 4f2ca30b3b
    fix: update aria-label for month selection button to include current month and year Astrian Zheng 2025-02-24 11:49:43 +1100
  • c77f7e629c
    feat: enhance SingleDatePicker with color scheme support and dynamic styling Astrian Zheng 2025-02-24 11:46:34 +1100
  • 1370818496
    feat: add month navigation functionality to SingleDatePicker component Astrian Zheng 2025-02-24 10:58:50 +1100
  • beb8d47ad8
    feat: implement SingleDatePicker component with unique ID generation; add utility functions for calendar and color management; update styles and remove unused CSS Astrian Zheng 2025-02-24 10:53:15 +1100
  • 9c68b406e0
    chore: add playground setup with Vue 3 and TypeScript; update dependencies Astrian Zheng 2025-02-24 10:16:25 +1100
  • 13f0d94b34
    initial commit Astrian Zheng 2025-02-24 09:49:13 +1100