Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abichinger/vue-js-cron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @vue-js-cron/element-plus@3.1.5
Choose a base ref
...
head repository: abichinger/vue-js-cron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @vue-js-cron/element-plus@3.1.6
Choose a head ref
  • 9 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 14, 2024

  1. chore(release): 2.0.8 [skip ci]

    ## [2.0.8](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/naive-ui@2.0.7...@vue-js-cron/naive-ui@2.0.8) (2024-11-14)
    
    ### Bug Fixes
    
    * update da.ts [#67](#67) ([a2ce2b7](a2ce2b7))
    * update READMEs ([8d5d038](8d5d038))
    
    ### Features
    
    * add @vue-js-cron/prime ([9fd559c](9fd559c))
    * add spring format [#68](#68) ([577e019](577e019))
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    54fa9b7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.0 [skip ci]

    # 1.0.0 (2024-11-14)
    
    ### Bug Fixes
    
    * *.umd.cjs path ([47e6793](47e6793))
    * adapt flavors to new core ([18fc5d0](18fc5d0))
    * add periods, remove rank ([7342b12](7342b12))
    * add quasar to readme ([500859e](500859e))
    * **ant:** migrate to typescript and vite ([54b2443](54b2443))
    * **core:** generation of index.d.ts ([8b59bde](8b59bde))
    * **core:** set default value ([90e8136](90e8136))
    * **core:** set hour range to 0-23 ([b4f3a6d](b4f3a6d)), closes [#5](#5)
    * **docs:** add base ([b7f673d](b7f673d))
    * **docs:** add demo ([e8711c4](e8711c4))
    * **element-plus:** migrate to typescript and vite ([7c44b00](7c44b00)), closes [#40](#40)
    * eslint errors ([8ffe203](8ffe203))
    * every n-th segments [#49](#49) ([fca6bba](fca6bba))
    * export type CronCoreProps and CronLightProps ([bf5d825](bf5d825))
    * fill result of splitArray ([7b09c1e](7b09c1e))
    * force release ([f2700ae](f2700ae))
    * improve language resolution ([67c8f20](67c8f20))
    * interface Period ([4bf8faa](4bf8faa))
    * keep no specific value ([2bb9c12](2bb9c12))
    * **light:**  use vite and typescript ([4f9e524](4f9e524))
    * **light:** highlight on hover ([78657e2](78657e2))
    * **light:** set text color ([8627362](8627362))
    * make selected values reactive [#51](#51) ([bbc5f85](bbc5f85))
    * mark quasar/ant as external ([4b18f7e](4b18f7e))
    * move vue to devDependencies, ... ([c8ce618](c8ce618))
    * **naive-ui:** stop event propagation on clear ([da788a9](da788a9))
    * overflow of v-list-item ([866174b](866174b))
    * publish vue3 to latest ([2f171a3](2f171a3))
    * quartz  format error in zh-cn locale ([67f92e8](67f92e8))
    * **quartz:** Day-of-Week values must be between 1 and 7 [#62](#62) ([f8cbe3a](f8cbe3a))
    * **quasar:** migrate to typescript ([b20f5fb](b20f5fb)), closes [#40](#40)
    * README ([e4bc6fd](e4bc6fd))
    * remove @quasar/vite-plugin ([03c803a](03c803a)), closes [#29](#29)
    * remove cyclic type ([a632e25](a632e25))
    * remove reexport of core.util ([5e86236](5e86236))
    * run yarn lint-fix ([5def48b](5def48b))
    * **selectedStr:** sort selected values ([1a2be37](1a2be37)), closes [#6](#6)
    * set period value to period.id ([185e1ec](185e1ec))
    * update da.ts [#67](#67) ([a2ce2b7](a2ce2b7))
    * Update README ([0228557](0228557)), closes [#26](#26)
    * update READMEs ([8d5d038](8d5d038))
    * use .mjs for rollup config ([1cb1349](1cb1349))
    * use language code 'zh' ([a63a5a8](a63a5a8))
    * **vuetify:**  pass props ([5419124](5419124))
    * **vuetify:** migrate to typescript and vite ([f898127](f898127)), closes [#40](#40)
    * **vuetify:** output css file ([546264e](546264e))
    * **vuetify:** select click event ([066edb2](066edb2))
    
    ### Features
    
    * add "disabled" option ([ef951fe](ef951fe)), closes [#38](#38)
    * add @vue-js-cron/prime ([9fd559c](9fd559c))
    * add ant ([b53958c](b53958c))
    * add china locale ([8248739](8248739))
    * add customLocale ([ea80fb9](ea80fb9))
    * add danish locale ([5631d9a](5631d9a))
    * add element plus ([b4c62b1](b4c62b1))
    * add event `update:period` [#47](#47) ([1015ed9](1015ed9))
    * add format prop [#25](#25) ([1b42d11](1b42d11))
    * add german translation ([e3b7df0](e3b7df0))
    * add hebrew locale support ([#60](#60)) ([14b9fbd](14b9fbd))
    * add initialPeriod ([dcb7396](dcb7396))
    * add isEmpty to useSelect ([3ea62ba](3ea62ba))
    * add korean translation ([658ebf0](658ebf0))
    * add light package ([48a67dd](48a67dd))
    * add Naive UI support [#26](#26) ([3eff0b9](3eff0b9))
    * add named exports ([75f7f18](75f7f18))
    * add no specific value [#25](#25) ([3beb67f](3beb67f))
    * add period prefix and suffix ([d97c081](d97c081))
    * add portuguese translation ([64fbe1e](64fbe1e))
    * add quasar (vite) ([2b3de8a](2b3de8a))
    * add Russian, French, Hindi and Japanese ([7b33b18](7b33b18))
    * add spanish locale ([#13](#13)) ([b18d352](b18d352))
    * add spring format [#68](#68) ([577e019](577e019))
    * core in typescript ([dd33ece](dd33ece))
    * **core:** add setupCron and setupSelect ([a4cb6d8](a4cb6d8))
    * **core:** export locale, add mergeLocale prop ([bd35287](bd35287))
    * **core:** upgrade to vue3 ([96fe7e6](96fe7e6))
    * **docs:** upgrade to vuepress@next ([ca8e9be](ca8e9be))
    * **element-plus:** add dropdown props [#55](#55) ([2f6aa84](2f6aa84))
    * improve initial period selection [#64](#64) ([9321c70](9321c70))
    * **light:** add clearable ([b9ca4e2](b9ca4e2))
    * **light:** upgrade to vue3 ([2d33143](2d33143)), closes [#4](#4)
    * translate into typescript ([2f8a214](2f8a214))
    * use vuepress instead of docute ([aa66330](aa66330))
    * **vuetify:** add chipProps ([d67086a](d67086a))
    * **vuetify:** upgrade to vue3 and add CustomSelect ([486d419](486d419)), closes [#4](#4)
    
    ### BREAKING CHANGES
    
    * - renamed `CronCoreProps.initialPeriod` to `CronCoreProps.period`
    - removed argument from `setupCron`
    * **light:** force major release
    * remove export of util
    * restructured exports
    * **vuetify:** no vue2 support
    * **light:** no vue2 support
    * **core:** no vue2 support
    * CronState changed
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a03c6fb View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.0.8 [skip ci]

    ## [3.0.8](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/quasar@3.0.7...@vue-js-cron/quasar@3.0.8) (2024-11-14)
    
    ### Bug Fixes
    
    * update da.ts [#67](#67) ([a2ce2b7](a2ce2b7))
    * update READMEs ([8d5d038](8d5d038))
    
    ### Features
    
    * add @vue-js-cron/prime ([9fd559c](9fd559c))
    * add spring format [#68](#68) ([577e019](577e019))
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f84ad26 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.0.8 [skip ci]

    ## [5.0.8](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/vuetify@5.0.7...@vue-js-cron/vuetify@5.0.8) (2024-11-14)
    
    ### Bug Fixes
    
    * update da.ts [#67](#67) ([a2ce2b7](a2ce2b7))
    * update READMEs ([8d5d038](8d5d038))
    
    ### Features
    
    * add @vue-js-cron/prime ([9fd559c](9fd559c))
    * add spring format [#68](#68) ([577e019](577e019))
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7dcf913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba58c82 View commit details
    Browse the repository at this point in the history
  6. docs(typedoc): fix prime

    abichinger committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a36edf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. docs: fix demo #68

    abichinger committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4254a40 View commit details
    Browse the repository at this point in the history
  2. fix: danish locale update

    Lars Sommer authored and abichinger committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bb761e8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.1.6 [skip ci]

    ## @vue-js-cron/element-plus [3.1.6](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/element-plus@3.1.5...@vue-js-cron/element-plus@3.1.6) (2024-11-15)
    
    ### Dependencies
    
    * **@vue-js-cron/core:** upgraded to 5.4.1
    semantic-release-bot committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    499ff2a View commit details
    Browse the repository at this point in the history
Loading