Ecosyste.ms: OpenCollective

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

Swiper

The most modern mobile touch slider with components for React, Vue & WebComponent
Collective - Host: opensource - https://opencollective.com/swiper - Website: https://swiperjs.com/ - Code: https://github.com/nolimits4web/swiper

feat(core): convert History to functional module

github.com/nolimits4web/swiper - 7e7c95a02e709e378d61ebb5548eb40237acd86d authored over 3 years ago
feat(core): convert HashNavigation to functional module

github.com/nolimits4web/swiper - ac384c67c22a741589761181d8478dc973769d48 authored over 3 years ago
feat(core): convert Resize to functional module

github.com/nolimits4web/swiper - 133047c210af7b2d51de7786ea296cec9fd799ab authored over 3 years ago
feat(core): convert Observer to functional module

github.com/nolimits4web/swiper - a31b80ed55efc8b3a482f26c7875351592c08531 authored over 3 years ago
feat(core): new functional modules syntax

github.com/nolimits4web/swiper - e45285ab4e1e62c3cda1a78c5ba3e5d8899ba5e1 authored over 3 years ago
feat(core): remove `mouse` events listeners in favor of pointer events

github.com/nolimits4web/swiper - b9254abec1b55cba664937a738d522af4ada63ca authored over 3 years ago
chore: rename `core-class` -> `core`

github.com/nolimits4web/swiper - c90ad382be255f90a36fbf9108a93b13f4846ec4 authored over 3 years ago
chore: fix playgrounds

github.com/nolimits4web/swiper - befc6c0be11120fb05f13873b0edb96565aa13de authored over 3 years ago
chore: tweak package typings

github.com/nolimits4web/swiper - 86202a3ccefdab0afd9511fe2d34e52e38d84c85 authored over 3 years ago
feat(core): `touchEventsTarget` is now default to `wrapper`

fixes #4751
ref #3816

github.com/nolimits4web/swiper - 71ffcb5aab72f5023760896d7a68d182e6a6c73b authored over 3 years ago
7.0.0-alpha.3 release

github.com/nolimits4web/swiper - 9210f84d9ef1e4f4020946f4ec5dd14d30b94f79 authored over 3 years ago
chore: update package

github.com/nolimits4web/swiper - 7fc22654aa8c9da3847300ec78a61fb09f2d540c authored over 3 years ago
7.0.0-alpha.2 release

github.com/nolimits4web/swiper - 933640de81a9a4d9442a435986b886432abe24cc authored over 3 years ago
7.0.0-alpha.1 release

github.com/nolimits4web/swiper - 2b39c77b9c923784813a0ef872e14740ac1c9a9b authored over 3 years ago
chore: update deps

github.com/nolimits4web/swiper - 84cbfa76a85efca2ec212b6d122983a93ad4a4ae authored over 3 years ago
chore: fix imports

github.com/nolimits4web/swiper - 2c2af09c2eae0ef982039e65b1964ff76a3e17ea authored over 3 years ago
feat: use `type: module`

github.com/nolimits4web/swiper - e8d89f262aa5f742f786189fc35097d789b2e9c9 authored over 3 years ago
chore: move core-modules to core

github.com/nolimits4web/swiper - 526edb3f5cd93673d8adb78852f63ad9a63c9ee1 authored over 3 years ago
chore: clean package

github.com/nolimits4web/swiper - 54c2bea3a8557efe21dfbccb6329ff40d2dd18f0 authored over 3 years ago
chore: build clean

github.com/nolimits4web/swiper - 7e9be1a3e3c3028ae6cba316da6d1decf7a7a4de authored over 3 years ago
chore: add build types command

github.com/nolimits4web/swiper - 15aac4e2c6e08b73179aee0ea20913d5a50e1785 authored over 3 years ago
chore: move `core` to root

github.com/nolimits4web/swiper - 30e45afdfba4150cf1401b07aa16c20e0a2a9c3b authored over 3 years ago
chore: playground

github.com/nolimits4web/swiper - 89b584d5091ad8c60e3defcdf78717835584daf6 authored over 3 years ago
chore: rename `components` -> `modules`

github.com/nolimits4web/swiper - 7d2caf17c5a1ef951855f9dcc08d2da3b59556cf authored over 3 years ago
feat: `resizeObserver` is not enabled by default

github.com/nolimits4web/swiper - 552a7eac998b6def6deeb5c032ad02aa494135fe authored over 3 years ago
chore: rename `modules` -> `code-modules`

github.com/nolimits4web/swiper - ee163fc4b0ae79eeac0d764cfbc8dd61b2386d5d authored over 3 years ago
chore: rename `utils` -> `shared`

github.com/nolimits4web/swiper - 8f45840466d426efd9aacd045432392498c348bf authored over 3 years ago
chore: move components entry points to folders

github.com/nolimits4web/swiper - 67d0453c13a96715c30bac0698bf76dbd8c4a204 authored over 3 years ago
chore(free-mode): styles init

github.com/nolimits4web/swiper - 448a0b6fe34ba4db8dcbd8a8594c6fb49e8fad46 authored over 3 years ago
chore: revert slides-per-column

github.com/nolimits4web/swiper - ef82a8f6aade749db3631d3390f31060ad1e5c93 authored over 3 years ago
feat(core): remove CJS formats

github.com/nolimits4web/swiper - 397836796f7be1ca4820d567cf20476def311b37 authored over 3 years ago
feat(core): remove Less and SCSS variables in favor of CSS variables

github.com/nolimits4web/swiper - 91e8ea1ef111bee99bb2b13e506007c336909ca8 authored over 3 years ago
Merge branch 'master' into Swiper7

github.com/nolimits4web/swiper - 7969c69731c5603566b18d9cc0f18ac02382fa19 authored over 3 years ago
fix(core): reset slides margin-top on slidesPerColumn breakpoint

fixes #4044

github.com/nolimits4web/swiper - c94a115b4e5ca326730722cdeeb5c27a387cf1db authored over 3 years ago
fix(core) - improve nested shadow component with no swiping class (#4732)

github.com/nolimits4web/swiper - 422e321478815bcb3dbb226537d44bc3eac1f2e8 authored over 3 years ago
feat(pagination): hide 1 dot pagination (#4786)

* feat(pagination): hide 1 dot pagination
* chore: use !important
* chore: use !important

github.com/nolimits4web/swiper - cc5e4174ae7bc1b3e465a9eea6a4ee8d7df16cdb authored over 3 years ago
fix: fix server side judge (close #4787) (#4788)

* fix: fix server side judge (close #4787)

* fix: use window.HTMLElement judge (close #4787)

github.com/nolimits4web/swiper - ca4f6b8dfcc96c0f59d7b78afba8633d06faced8 authored over 3 years ago
chore: fix typo in extend

github.com/nolimits4web/swiper - 71ad4889868e328cceacdf2f91a639550b8bc51d authored over 3 years ago
6.8.0-beta.1 release

github.com/nolimits4web/swiper - ae43b481f8c74ca8e2b586c9f31954d8379437bb authored over 3 years ago
fix(svelte): install modules via `module` component prop (#4768)

fixes #4767

github.com/nolimits4web/swiper - ddaa0699cfb9cc2e068186339902a2d7099dc20e authored over 3 years ago
fix(a11y): count aria-label without duplicated item in loop option

fixes #4782
fixes #4781

github.com/nolimits4web/swiper - 4bd7461f4c7ba0ca097a8d5a77881a547b0545e7 authored over 3 years ago
fix(hash-navigation): typos in comments and function name (#4779)

* fix: onHashCange -> onHashChange
* fix: componenet -> component

github.com/nolimits4web/swiper - 07b8dc326796aa132360a3e5d1241f5b154a86b3 authored over 3 years ago
fix(angular): nested swiper (#4785)

* fix(angular): nested swiper

* fix(angular): nested swiper better example

github.com/nolimits4web/swiper - 2be958cd07be46d45000c3e971fc6a7f7f8b22f6 authored over 3 years ago
fix(core): don't extend html elements in SSR (#4784)

github.com/nolimits4web/swiper - adac2579a0d2f311b9a269e2e6c526f46ba2c2dc authored over 3 years ago
Merge branch 'master' into Swiper7

github.com/nolimits4web/swiper - 5f4b57982ad0478bbc12b0fc694b5d913c12a1df authored over 3 years ago
chore(free-mode): fix .d.ts

github.com/nolimits4web/swiper - 2c36769fdf9d529887a9d849c5fcda04d9868cdc authored over 3 years ago
chore(free-mode): correctly check when freeMode is enabled

github.com/nolimits4web/swiper - 8d9a07fe993cf944db6f14ef43f7cd63a8078c73 authored over 3 years ago
fix(zoom): fix zoom panning in RTL

fixes #4074
fixes https://github.com/framework7io/framework7/issues/3913

github.com/nolimits4web/swiper - 08bcd05ff008beb8e0b721048f1b36a8fd25094a authored over 3 years ago
Revert "feat: slim version (#4184)"

This reverts commit 87b9ae0c76cf46ee68edde74a4222c255dea8377.

github.com/nolimits4web/swiper - e16e3b79578ae332b65c62063ef3b34e34673345 authored over 3 years ago
Merge branch 'master' of https://github.com/nolimits4web/swiper into Swiper7

github.com/nolimits4web/swiper - 914063da87599354bddb28d7fae5bbaac8ce8772 authored over 3 years ago
feat(freeMode): init (#4240)

github.com/nolimits4web/swiper - 895da2888e4e8613f2f3dbaa4c150429b0afd85d authored over 3 years ago
feat(slidesPerColumn): init (#4508)

github.com/nolimits4web/swiper - c469d29f80393896356d2ccd315ee91080e829c0 authored over 3 years ago
feat: slim version (#4184)

github.com/nolimits4web/swiper - 87b9ae0c76cf46ee68edde74a4222c255dea8377 authored over 3 years ago
docs: fix typo in checkOverflow

fixes https://github.com/nolimits4web/swiper-website/issues/155

github.com/nolimits4web/swiper - 38682bb127eb3ad4893630e9d39469b5c906987c authored over 3 years ago
Fixed previous -> next typo in a11y.d.ts (#4739)

* Update a11y.d.ts

* Update CHANGELOG.md

github.com/nolimits4web/swiper - 2ca276e4b0bdc2dab28a3787b30d9aff8cdcc2a8 authored over 3 years ago
fix(zoom): compatibility with slidesPerView to zoom only clicked slide

fixes #4716

github.com/nolimits4web/swiper - aa1a7789482b7f244e44183e050e62009cdea00d authored over 3 years ago
Merge branch 'master' of https://github.com/nolimits4web/swiper

github.com/nolimits4web/swiper - ff6c6f139faeb9c58f39917a5dce42fa7dcccce6 authored over 3 years ago
fix(lazy): lazy load when no sides resistance enabled

fixes #4729

github.com/nolimits4web/swiper - 1949a9e65bfc029fd62532920b3e3c34f351d44d authored over 3 years ago
Fixed typos in Issue Templates (#4728)

* Update swiper_angular_issue.yml

* Update swiper_core_issue.yml

* Update swiper_react_iss...

github.com/nolimits4web/swiper - 54335cad77caa7f4a3735ffb28eaf395a35ff18b authored over 3 years ago
chore: sponsors

github.com/nolimits4web/swiper - f98b8b80b82565e6233601f5fe347e11af143775 authored over 3 years ago
chore: fix issue templates typos (#4720)

github.com/nolimits4web/swiper - dd41cd265fa598ef24c842648c0391ec185788c7 authored over 3 years ago
chore: build vue types

ref #4707

github.com/nolimits4web/swiper - f730cbd7eb4ca540e9b35b3c0dd109e29263e3ec authored over 3 years ago
docs: add `lock` & `unlock` events

github.com/nolimits4web/swiper - 2174c14d7b0265416d80d9063e778815266a2df1 authored over 3 years ago
chore: issue forms (#4712)

* chore: issue forms

* chore: remove placeholder in bug description

* chore: add descr to ...

github.com/nolimits4web/swiper - 8a1dbc4ed990efbc0411b4703db1607a2d4acd36 authored over 3 years ago
chore: auto comment on missing demos (#4714)

* chore: auto comment on missing demos

* chore: remove pending triage

* chore: change label

github.com/nolimits4web/swiper - 2869937724cb198e4bf271c7c006e6809076bc9f authored over 3 years ago
chore: auto issue close on missing demo (#4713)

github.com/nolimits4web/swiper - 0c6339ad58544d503e8042afb7802f1df9ab161c authored over 3 years ago
feat(vue): add Vue component typings (#4707)

Fixes #3916

github.com/nolimits4web/swiper - c452c089995760c23e429fa06afa04bd7a1d7c81 authored over 3 years ago
chore: mark rtlTranslate as internal

ref #4709

github.com/nolimits4web/swiper - 0e97bb4a25fbc46a8070279e2eeecb0f5483d315 authored over 3 years ago
chore: mark INTERNAL props in typings

fixes #4709

github.com/nolimits4web/swiper - 50e4474ecc02691c483f03dcee6fb40f501eb432 authored over 3 years ago
docs: add Parallax example

ref https://github.com/nolimits4web/swiper-website/pull/153

github.com/nolimits4web/swiper - 3b9bbd8b19e54d83c7661323aa922b62e856ce89 authored over 3 years ago
docs: fix `enable()` method types

fixes https://github.com/nolimits4web/swiper-website/issues/150

github.com/nolimits4web/swiper - f8150458067608f17fb3f616af2dac5152c825fb authored over 3 years ago
chore: remove unused core

fixes #4695

github.com/nolimits4web/swiper - 0beab45428c1a8649e0cca5e837db404ac9c991d authored over 3 years ago
Merge branch 'master' of https://github.com/nolimits4web/swiper

github.com/nolimits4web/swiper - 4eac3e8bf1c7619d28da92e2e8ff0bf268886392 authored over 3 years ago
feat(core): add ParallaxOptions types

fixes #4684

github.com/nolimits4web/swiper - 7cc22fe72bf95a1fa74a6f4226bebb3bdd4527a2 authored over 3 years ago
chore: update deps (#4693)

* feat: update to angular 12

* chore: update deps

* chore: update deps

* chore(deps): a...

github.com/nolimits4web/swiper - 5cfa2d899c93c9bf834ec9e3a4963794748cc365 authored over 3 years ago
fix(core): don't extend html elements (#4691)

* fix(core): dont extend html elements

Co-authored-by: Vladimir Kharlampidi <nolimits4web@gma...

github.com/nolimits4web/swiper - 32ae99b5d7ffbd148cb3268c5048c76720190c54 authored over 3 years ago
feat(core): allow `wrapperClass` to be multiple classes

fixes #4680

github.com/nolimits4web/swiper - 0d578b0b98bb95141a481d74f1a8ec286bfaad54 authored over 3 years ago
fix(vue): update parallax on Virtual slides rendered

github.com/nolimits4web/swiper - b78c6e0a758bdb52986ecc1c7b3134737807cbdc authored over 3 years ago
fix(react): update parallax on Virtual slides rendered

fixes #4673

github.com/nolimits4web/swiper - ce210f3de6336e068ef78511f8ee7a309e8d5456 authored over 3 years ago
fix(core): unset top margin on slide when `slidesPerColum` changed

fixes #4658

github.com/nolimits4web/swiper - 1ced4f725f66572505aeda34fe2e4c3e0cef05bf authored over 3 years ago
chore: update core playground

github.com/nolimits4web/swiper - 9baae1cee0674d26d4c9b5cbcfd5fbbd095d2278 authored over 3 years ago
feat(core): make `focusableElements` configurable

fixes #4677

github.com/nolimits4web/swiper - 6ff086644805be9992adcb6668198496e64e7707 authored over 3 years ago
fix(angular): don't set main `class` on wrapper element

fixes #4679

github.com/nolimits4web/swiper - 12851953491155f5f96930355c91110c9a4cf753 authored over 3 years ago
fix(svelte): dynamically enable/disable navigation/pagination/scrollbar

github.com/nolimits4web/swiper - 8711bb944f5d3aece3550125ed9f5842419c1ea2 authored over 3 years ago
fix(vue): dynamically enable/disable navigation/pagination/scrollbar

github.com/nolimits4web/swiper - 482100847d1f6459191d2ccf0ef868a6f69b5691 authored over 3 years ago
Merge branch 'master' of https://github.com/nolimits4web/swiper

github.com/nolimits4web/swiper - 47b638de859bbec96afa763c34c57493f489af3c authored over 3 years ago
fix(react): dynamically enable/disable navigation/pagination/scrollbar

fixes #4681

github.com/nolimits4web/swiper - d87ac0c611cbe050c50ab70f4faf5a53decabf12 authored over 3 years ago
feat(core): use `window.matchMedia` to detect window width for breakpoints

fixes #4682

github.com/nolimits4web/swiper - 1a4afe0f86ef6f7978fde8a8caf6522ee87faab2 authored over 3 years ago