Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vuepic

Vuepic is an open-source organization creating high quality components for Vue 3
Collective - Host: opensource - https://opencollective.com/vuepic1 - Code: https://github.com/Vuepic

fix: Fix `format` not being reactive (fixes #267)

github.com/Vuepic/vue-datepicker - 3bfcac5c6e48f6b5927c05ed07c95ea55d001dee authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix `no-disabled-range` being ignored with `fixed-[start/end]` (fixes #263)

github.com/Vuepic/vue-datepicker - 6e20c458f2c6d48850c7fbdf5a21f4d4bb0e9138 authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix `multi-calendars` view sync on `preset-ranges` (fixes #261)

github.com/Vuepic/vue-datepicker - 8f6bae40eebd0d7ce6a4527fc40e1c686c3ca15f authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

github.com/Vuepic/vue-datepicker - f963301060416745ed1277f0bc52535474d01ba1 authored almost 2 years ago by Jasenko Karovic <[email protected]>
Merge pull request #265 from DMOAbove/main

Fix tooltip typo

github.com/Vuepic/vue-datepicker - 92e45108b87eb0d84287679e3afe4a4688704b77 authored almost 2 years ago by Jasenko <[email protected]>
Fix tooltip typo

github.com/Vuepic/vue-datepicker - caa18e504c508d97856f9a2fd8cea53dc29df4f5 authored almost 2 years ago by DMOAbove <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - 19eaf059121a807a01842327a38054e5e4f86b90 authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Revert `date-fns-tz` update (fixes #260)

github.com/Vuepic/vue-datepicker - 486e7cae9a0f51e92da6cac6e051dae66e503d01 authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - 7112b3486c0bc6dd81badf3a5f2be32dc40c591a authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Update dependencies

github.com/Vuepic/vue-datepicker - f286238a244a9aa60394ae1da7e2aa73e36439cb authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix error on assigning `start-date` on `multi-calendars` mode (fixes #259)

github.com/Vuepic/vue-datepicker - 7ef074c09aabdf46f05e2fdd3527f82d8aa2498b authored almost 2 years ago by Jasenko Karovic <[email protected]>
test: Remove redundant param

github.com/Vuepic/vue-datepicker - dfa212e1997943ea0b9bd500d0af891be12721d6 authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Update dependencies

- Adjust `date-fns-tz` import

github.com/Vuepic/vue-datepicker - 5353aef8fb5f0864cafe8d4552707debac660023 authored almost 2 years ago by Jasenko Karovic <[email protected]>
test: Remove redundant await

github.com/Vuepic/vue-datepicker - bbd0fa29800d538fa4e51e78310db427978d9038 authored almost 2 years ago by Jasenko Karovic <[email protected]>
refactor: Remove removeEventListener from onScroll method

github.com/Vuepic/vue-datepicker - bcf219285426ff43d0d00326a33ce9c7371219a3 authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Hide offset day slot value on `hide-offset-date` (fixes #255)

github.com/Vuepic/vue-datepicker - d620ebb7a1e6bd76ba8b28606077ba1d61a293fb authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Mark times as disabled when `max-time` or `min-time` are used (fixes #254)

github.com/Vuepic/vue-datepicker - be72ac384202d0e6c44a0a6d67e5e5e9dee527bd authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: View not set to selected week in `week-picker` mode (fixes #251)

github.com/Vuepic/vue-datepicker - 822e1d31854c8557356ddd000903433dfc03a896 authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Sync external model change (fixes #256)

github.com/Vuepic/vue-datepicker - 403551e28e4542a25c86019d546448c4eb68e19d authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix collapsed month picker with sidebar (fixes #253)

github.com/Vuepic/vue-datepicker - 3d6d5369d5391115a87cf73c3f8ec126130eb5b6 authored almost 2 years ago by Jasenko Karovic <[email protected]>
refactor: Rewrite nullish coalescing to support vue-cli (fixes #226)

github.com/Vuepic/vue-datepicker - 38db5dbbe91509d46158f9f6462d18c5e5f7ba97 authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix `auto-apply` not working (fixes #245)

github.com/Vuepic/vue-datepicker - ee6d2347fd9237b91ee15bef1997b78f9bac7861 authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

github.com/Vuepic/vue-datepicker - 2ea3f5b755bf0970ffe6ca1fda9e4f7d4afcb5b0 authored almost 2 years ago by Jasenko Karovic <[email protected]>
Merge pull request #257 from lupuionut/main

fix: emit update-month-year event when scrolling over the calendar.

github.com/Vuepic/vue-datepicker - de4b26951bb3db01ab99b51ac19dfeecd7c07c51 authored almost 2 years ago by Jasenko <[email protected]>
fix: emit update-month-year event when scrolling over the calendar.

github.com/Vuepic/vue-datepicker - 441f96e10b06602c0e5cdc8ce5a7e7aae26ce340 authored almost 2 years ago by Ionut Lupu <[email protected]>
Merge pull request #243 from yenche123/main

fix: addEventListener

github.com/Vuepic/vue-datepicker - 14a42c47d75be9a971045610a866f93c99dc0ac0 authored almost 2 years ago by Jasenko <[email protected]>
chore: Update sonar config for pull requests

github.com/Vuepic/vue-datepicker - ba44f2718087a47614dbc1ca2b690e906fcce455 authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: addEventListener

github.com/Vuepic/vue-datepicker - 16a44526dcaf7f11b54be0a9e8876941e7fb84b8 authored almost 2 years ago by Tsui Yen-Che <[email protected]>
chore: Update dependencies

github.com/Vuepic/vue-datepicker - ca79ab7171a91cc464c311e65da2e3a23bdf0d10 authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - ec3b316a0d63de0262b73d5cd433f86b098e803e authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Hide marker on `hide-offset-dates` if placed on offset date (fixes #238)

github.com/Vuepic/vue-datepicker - 489362fb085922c3e210e2ddc59c4a17d3d541ba authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: `stopDefault` prevents click events from slots (fixes #241)

github.com/Vuepic/vue-datepicker - 2f9e45b333e620409a26ed1c8cdf405a79bdd4a3 authored almost 2 years ago by Jasenko Karovic <[email protected]>
style: Add type

github.com/Vuepic/vue-datepicker - 3289900346f0ed60f068fc3c68d46939b2ab5757 authored almost 2 years ago by Jasenko Karovic <[email protected]>
refactor: Add support for `prevent-min-max-navigation` in `month-picker` mode (resolves #240)

github.com/Vuepic/vue-datepicker - 6e386cf964c70de824bbab0039dc2663763320b4 authored almost 2 years ago by Jasenko Karovic <[email protected]>
feat: Use `flow` with `auto-apply` (resolves #235)

github.com/Vuepic/vue-datepicker - 1d0c4f48ed0839f68fac8bfebb69c5257579e945 authored almost 2 years ago by Jasenko Karovic <[email protected]>
refactor: Add support for `text-input` in `multi-dates` mode (resolves #242)

github.com/Vuepic/vue-datepicker - d3df32b01fe542a9f57894cf877103942328ef23 authored almost 2 years ago by Jasenko Karovic <[email protected]>
refactor: Use screen width instead of matchMedia

github.com/Vuepic/vue-datepicker - 3b9dc00af5c17f88b783b0795387ae7f6f6159f9 authored almost 2 years ago by Jasenko Karovic <[email protected]>
refactor: Use action-row slot inside ActionRow component and expose disabled state (resolves #228)

github.com/Vuepic/vue-datepicker - 034ab525870a71827d537ce9a2fb18ce650990ba authored almost 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix left/right auto-positioning jumping (fixes #225)

github.com/Vuepic/vue-datepicker - 7c7fae5a2bbda614cfdb5d202b720722244a938a authored almost 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

github.com/Vuepic/vue-datepicker - d0cbfc726fef7ef964d27cfdfbaa8db3d9847396 authored almost 2 years ago by Jasenko Karovic <[email protected]>
feat: Expose method to set month/year (resolves #227)

github.com/Vuepic/vue-datepicker - 565f53348040856b8e4f6f68d5712ef88c2b8504 authored almost 2 years ago by Jasenko Karovic <[email protected]>
Merge pull request #237 from JazzaG/main (fixes #236)

Fix TypeError when unselecting multi-dates with autoApply set to true

github.com/Vuepic/vue-datepicker - 6687cea061d24bd8c8e91f66b4e6384a6f630b82 authored about 2 years ago by Jasenko <[email protected]>
fix: Default to empty array if no multi-dates selected

github.com/Vuepic/vue-datepicker - 05fc01747cad51d47e134f43c96c36b963d260df authored about 2 years ago by Jared Gharib <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - 3654b30ed1fde5dc251a38fc487d58b8c0480063 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update dependencies

github.com/Vuepic/vue-datepicker - 9bf032e76486dd589bf44064b8fe5d9bd2fedf49 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Type correction

github.com/Vuepic/vue-datepicker - d1308415141aee18627299270a0d823f1fc11e35 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update dependencies

github.com/Vuepic/vue-datepicker - d2423ab106a41ba48552f2aa287a8df7d6e7818d authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: `dp__cell_highlight_active` class not being applied (fixes #220)

github.com/Vuepic/vue-datepicker - 860309e87e081a29638399efb03752ab42fb3e89 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update package.json

github.com/Vuepic/vue-datepicker - ae99f6ef3564a3e4f415f581d835b175d141795a authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix inconsistent positioning above the input when switching months

github.com/Vuepic/vue-datepicker - d5c7e4acceeec88100a3590088bfc1c34dd3d1ab authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Remove redundant watcher (fixes #216)

github.com/Vuepic/vue-datepicker - 37ae20ded12c84f474b57ba8c884449b215700eb authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Fixed end date resetting in `range` mode (fixes #217)

github.com/Vuepic/vue-datepicker - a51a215eb1f6559489df5b2e312234ea52a7ca25 authored about 2 years ago by Jasenko Karovic <[email protected]>
feat: Support `disabled-dates` in `month-picker` (resolves #214)

github.com/Vuepic/vue-datepicker - ec9ce057f9ce72498c36ae3ce44ef74681ac01b8 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

github.com/Vuepic/vue-datepicker - 70f900c7d4f8e65d198766016a8f460c0ee550e9 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Correct CI badge url

github.com/Vuepic/vue-datepicker - d736ec00be13d89287c5c652394002cfb2685ad5 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Fix eslint and prettier links

github.com/Vuepic/vue-datepicker - db240093cc2808b7ab4ea726c4d831d094fcba0a authored about 2 years ago by Jasenko Karovic <[email protected]>
rearrange: Move code of conduct and contributing files to root folder

github.com/Vuepic/vue-datepicker - be1fde53603cc5815d2a7487564433b906105a09 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - 35f50d74b9c184dc0e13faa8a769313632593e4f authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Adjust test case

github.com/Vuepic/vue-datepicker - 26a022a0de7e5f9537aeb0c187074708899f4bb3 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Removed redundant type assertions

github.com/Vuepic/vue-datepicker - bc0e13cf70f5f031f7ba48c2d21a09c5869a22fa authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

- refactor: Revert index.d.ts type declarations

github.com/Vuepic/vue-datepicker - e5a35fea674c48c67043dc7109860c0d587c45e4 authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Revert auto types generate

github.com/Vuepic/vue-datepicker - bc22ff2967da9722a009436bfcb6ee7474f138d2 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - 10a734633d1b6cda3629d702daefefde8e582645 authored about 2 years ago by Jasenko Karovic <[email protected]>
style: Remove redundant type assertion

github.com/Vuepic/vue-datepicker - 0c1f73e2dfd7aa772531237b1d71f78b3fc60f21 authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Adjust the typings

github.com/Vuepic/vue-datepicker - 0e372a8378a5b5b8055389de79183563858bd8bc authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Adjust the prop passed to `[month\year]-overlay` slots

github.com/Vuepic/vue-datepicker - a3d0837a554ac37591af05cf2089c01cf32e208d authored about 2 years ago by Jasenko Karovic <[email protected]>
feat: Add additional slots for month and year overlays

github.com/Vuepic/vue-datepicker - 1d6f7f40e933718d98e1f22369491c98f60608df authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

github.com/Vuepic/vue-datepicker - 62ebd7a8a7b46a4f2d07d13334fa2b2e272d44ac authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - 9ced745d9d92b0799f436e8996bfd7193f22b1c7 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix `date-fns-tz` export default error (fixes #202, #205, #210)

github.com/Vuepic/vue-datepicker - 6e819a5d36a20326b5c048f7574cf8fc621f8d13 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Fix `v-model` emit on input focus with `inline-with-input`, `text-input` and `auto-apply` combination (fixes #203)

github.com/Vuepic/vue-datepicker - 62ccb616b5ec8a336e02d335338e8128f28a444e authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Bump version

github.com/Vuepic/vue-datepicker - 9b100fa099a288f42563f7a41579f8b85ba6c4d5 authored about 2 years ago by Jasenko Karovic <[email protected]>
Merge pull request #206 from s-montigny-desautels/fix/build-type

.d.ts files generation on build

github.com/Vuepic/vue-datepicker - 1b980da93f0c57f72603161e482e79a889087cbc authored about 2 years ago by Jasenko <[email protected]>
chore(d.ts) add ts types generation in build

.d.ts files will be autogenerated on build. This will help keep them in
sync
index.d.ts file was...

github.com/Vuepic/vue-datepicker - 160008de9df534c034557532a68af45756e69a11 authored about 2 years ago by Shean de Montigny-Desautels <[email protected]>
chore: Update readme

github.com/Vuepic/vue-datepicker - cd2b8b7541bddf38ed9aaaaeaf66fa77e972050f authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update sitemap

github.com/Vuepic/vue-datepicker - b4827f42c748a0e7b48ecd51a931c5aa0a41f892 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update documentation

github.com/Vuepic/vue-datepicker - db4b13af7536fb055aa6d593e044df17f3827a0d authored about 2 years ago by Jasenko Karovic <[email protected]>
test: Improve test coverage

github.com/Vuepic/vue-datepicker - 5797f82b93687f6efde28571617c06fceaea2022 authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Remove unused interface, check for day aria-label

github.com/Vuepic/vue-datepicker - 58eb22c56f4657f8501bc5635472e21378e6049c authored about 2 years ago by Jasenko Karovic <[email protected]>
feat: Add new slots instead of custom components

- refactor: Renamed overlay value slots

github.com/Vuepic/vue-datepicker - 69c6244e37a8b44e3c5d11c0f1cd9d6dc3857c89 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Use left-right auto calculation on both top and bottom open

github.com/Vuepic/vue-datepicker - 591d476c53aff2ce584afac41052253402e3403c authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Mark disabled date as part of the range if in

github.com/Vuepic/vue-datepicker - 70f0c14d7f59fba9e0654a4454c4826840f946e8 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Type import correction

github.com/Vuepic/vue-datepicker - 1b7604c78ce0afeaf3ee47d1290e9b832d2a26af authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: `hide-navigation` not passed to overlay component

github.com/Vuepic/vue-datepicker - ec23ec220468f754c5dab209a7cb0340ba55e8f9 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Disabled class fix and when to invoke preventDefault

github.com/Vuepic/vue-datepicker - 2d5503a7b2c6f02b88b92b53d6abf59dd8c06197 authored about 2 years ago by Jasenko Karovic <[email protected]>
test: Fix test fail

github.com/Vuepic/vue-datepicker - 9c05fd093fdc760ddce3a15fe3be95cbba34da33 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Parse custom model type pattern

github.com/Vuepic/vue-datepicker - 581e54972855dfea9c4ca1d2de59ad13376e5d4b authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Add back value check before emit

github.com/Vuepic/vue-datepicker - bae3969bb38022033458efef8846683d7cee6995 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Years select not opening on month-picker

github.com/Vuepic/vue-datepicker - d95b63b4c40659ac880c8709c886c258017b5f88 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Time picker overlay not opening

github.com/Vuepic/vue-datepicker - 7ac4017e1b5cb59fd3692374cc46f27f57a0d0fb authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Remove marker tooltip text slot because of redundancy

github.com/Vuepic/vue-datepicker - 9fa71447a4a83f2dc15fb00b9af9e42d00552f41 authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Rename marker tooltip text slot

github.com/Vuepic/vue-datepicker - 12a857cdd45e9d30aaf8a81a5e573170f0def033 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Ensure custom classes are not overridden

github.com/Vuepic/vue-datepicker - b35bdb2a92bcd4aa37b2706d2b9cf4bdf3571427 authored about 2 years ago by Jasenko Karovic <[email protected]>
feat: Add timezone support for date validations

github.com/Vuepic/vue-datepicker - d68e627fec94decca3ec8fcec05e07319a913206 authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Code style fixes

github.com/Vuepic/vue-datepicker - 5a7852db9ae00bf412d3dddf3bfaff0dfc7df63c authored about 2 years ago by Jasenko Karovic <[email protected]>
refactor: Make pops reactive across the composables

github.com/Vuepic/vue-datepicker - 2f1409f3b683889c68def7aa29623f57838b0d53 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Add condition when to format input value on focus and blur

github.com/Vuepic/vue-datepicker - 8d108f2250e5bd7af7a167c822b2458a1dd8af9a authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update type definition

github.com/Vuepic/vue-datepicker - 2e0b6b4b0075656a06c2df6eb1b411787cf6a6eb authored about 2 years ago by Jasenko Karovic <[email protected]>
chore: Update dependencies, lint fixes

github.com/Vuepic/vue-datepicker - 5a075de140aa5744ea5355ac8d4ceed3e5ac59d8 authored about 2 years ago by Jasenko Karovic <[email protected]>
fix: Don't prevent scroll on mobile device when menu is open (fixes #197)

github.com/Vuepic/vue-datepicker - 181a690d1eb8459767ac9d1c064caba07783590a authored about 2 years ago by Jasenko Karovic <[email protected]>