Ecosyste.ms: OpenCollective

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

Apollo Elements

Maintain Apollo Elements
Collective - Host: opensource - https://opencollective.com/apollo-elements - Website: https://apolloelements.dev - Code: https://github.com/apollo-elements

chore: prerelease script

github.com/apollo-elements/apollo-elements - d943b361539b61a3e29aa5de3b657305ed766a37 authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): `loading` state

unset `loading` on error and after `fetchMore`

affects: @apollo-elements/mixins

github.com/apollo-elements/apollo-elements - b1943edb343ca7b2436866f78ef1817295760a71 authored about 4 years ago by Benny Powers <[email protected]>
docs: fix doc inheritance esp. for events

github.com/apollo-elements/apollo-elements - 532e9acf79482a1a779e99603ed9a9c675eaf726 authored about 4 years ago by Benny Powers <[email protected]>
fix: package export maps

github.com/apollo-elements/apollo-elements - 1eaa0eda5d329b7c7efdf732b63599b912eb8fc8 authored about 4 years ago by Benny Powers <[email protected]>
fix(components): mutation event type

declares the type of `type` as a string union

github.com/apollo-elements/apollo-elements - f5d901d2b8300e662c08d7989adc0b88384e9a83 authored about 4 years ago by Benny Powers <[email protected]>
chore: fix the docs build

github.com/apollo-elements/apollo-elements - 64108ee69193c19cc27094fa77043a092852c9ef authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): networkStatus accessors

github.com/apollo-elements/apollo-elements - 8dc67cf568e740ddac4ab354841d27f6545d6579 authored about 4 years ago by Benny Powers <[email protected]>
style: property definitions DRYer

github.com/apollo-elements/apollo-elements - 88c391832572023025cf9cb6df5787ca759c29b5 authored about 4 years ago by Benny Powers <[email protected]>
chore: update dependencies

github.com/apollo-elements/apollo-elements - 897a87f7a2ad45ec27c24437041c4e62dcc288fe authored about 4 years ago by Benny Powers <[email protected]>
style: ameliorate lint warnings

github.com/apollo-elements/apollo-elements - 80209682f3302e8fe0c1945241fab3684739603b authored about 4 years ago by Benny Powers <[email protected]>
feat: support TypeScript strict mode

Adds explanation to the error when there is no client for
- ApolloMutationElement#mutate
- Apoll...

github.com/apollo-elements/apollo-elements - a8953d08d8e050d9ad4e5b9728a7ed44fcc18fa8 authored about 4 years ago by Benny Powers <[email protected]>
fix(gluon): broken property accessors

github.com/apollo-elements/apollo-elements - 89c95684d1ad887091e34037214dd8b5e939ab74 authored about 4 years ago by Benny Powers <[email protected]>
docs: add live demos

github.com/apollo-elements/apollo-elements - 76e0517f0c06d210d2f01af0119895f49f339b83 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/docs@1...

github.com/apollo-elements/apollo-elements - 6fe55e2334c655041f573d4f5c24ae2185029356 authored about 4 years ago by Benny Powers <[email protected]>
chore: pre-release version for haunted

github.com/apollo-elements/apollo-elements - ef07387db5d6837bdcd15b9f9d5169a556a4672b authored about 4 years ago by Benny Powers <[email protected]>
chore: update dependencies

affects: @apollo-elements/components, @apollo-elements/create, @apollo-elements/fast,
@apollo-el...

github.com/apollo-elements/apollo-elements - 3db804c09c9eef5cb2998f50b63e523dc3d8cbbb authored about 4 years ago by Benny Powers <[email protected]>
chore: dev scripts

github.com/apollo-elements/apollo-elements - 6dd5c661525e52b76c05fc377888f52f9402c43a authored about 4 years ago by Benny Powers <[email protected]>
test: improve tests

github.com/apollo-elements/apollo-elements - 95746e220c4ae6cb29b10e33705b712f080cc799 authored about 4 years ago by Benny Powers <[email protected]>
fix(hybrids): remove extraneous code

thanks to applyPrototype, we don't need hybrids accessors

github.com/apollo-elements/apollo-elements - f185bc87797b117560d3d422ca385494b3f4803f authored about 4 years ago by Benny Powers <[email protected]>
style(hybrids): refactor for DRY

github.com/apollo-elements/apollo-elements - 32cb9ac76a92cf5281c2c6833aa8fceb648d5254 authored about 4 years ago by Benny Powers <[email protected]>
test: add `setupSpies`, `setupStubs` helpers

github.com/apollo-elements/apollo-elements - 508985bac4a419a673cc22addb635a6c53471418 authored about 4 years ago by Benny Powers <[email protected]>
docs: update docs

github.com/apollo-elements/apollo-elements - cb8a239d25044f35b783a3f7eacca9707e63190e authored about 4 years ago by Benny Powers <[email protected]>
feat(hybrids): make client argument optional

affects: @apollo-elements/hybrids

github.com/apollo-elements/apollo-elements - bc4b60e8f555d1270111c57aa10b1353b4f225a9 authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): improve event typings

github.com/apollo-elements/apollo-elements - b25ac47e2f272b08a41df77870fa13f30fce349d authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): fire disconnect events on window

otherwise, the event won't reach the window as the element is detached

github.com/apollo-elements/apollo-elements - 8a79df360b1943d50f76c8689da1a5ec6300276b authored about 4 years ago by Benny Powers <[email protected]>
feat(mixins): fire events on update

`apollo-query-result` on query result
`apollo-mutation-result` on mutation result
`apollo-subscr...

github.com/apollo-elements/apollo-elements - 47c67f88a03a9e42b3bd59552ee3253731c0bd61 authored about 4 years ago by Benny Powers <[email protected]>
fix(components): bug fixes

<apollo-client> gets children asynchronously now
<apollo-mutation> uses script child in lieu of ...

github.com/apollo-elements/apollo-elements - 57c53b84fa430b1001c63ab1443c84b151b38680 authored about 4 years ago by Benny Powers <[email protected]>
fix(components): handle disconnect events from window

github.com/apollo-elements/apollo-elements - 5eba5b734a936b2bd65df8fe9d53c6907e0d3343 authored about 4 years ago by Benny Powers <[email protected]>
fix(components): move variables to prototype

github.com/apollo-elements/apollo-elements - 2f8573d13e2aa17d71329e4666693853fca1ee6b authored about 4 years ago by Benny Powers <[email protected]>
fix(lib): use interfaces element class

github.com/apollo-elements/apollo-elements - f9617076083a24637b9e1c0d6f2fe67f1bf9b20c authored about 4 years ago by Benny Powers <[email protected]>
feat(lib): move hybrids/prototype to lib

affects:
@apollo-elements/lib,
@apollo-elements/hybrids

github.com/apollo-elements/apollo-elements - 839e9f10f5d46d520a63d698d7105abcf0ac8cc3 authored about 4 years ago by Benny Powers <[email protected]>
feat(interfaces): export basic elements

adds:
- ApolloElementsElement
- ApolloQueryElement
- ApolloMutationElement
- ApolloSubscriptionE...

github.com/apollo-elements/apollo-elements - db8cb2e6a7fe6e2728d38d8723ef8198e4b16d1c authored about 4 years ago by Benny Powers <[email protected]>
feat: add haunted support

github.com/apollo-elements/apollo-elements - 36b2648bf0f4ff096d9d21036fa7805d5909fa1a authored about 4 years ago by Benny Powers <[email protected]>
docs(mixins): inline comment

github.com/apollo-elements/apollo-elements - 5f0696ba452c190315459ae0e6d916ffe6257a79 authored about 4 years ago by Benny Powers <[email protected]>
fix(hybrids): preserve state when disconnecting

github.com/apollo-elements/apollo-elements - ec627dc3e1886335a663579c1b24d442c14f3ebc authored about 4 years ago by Benny Powers <[email protected]>
fix: fix github link

github.com/apollo-elements/launchctl - 2d66dc61ce982b6c1c5b27f911912cb277afe3d0 authored about 4 years ago by Benny Powers <[email protected]>
docs: fix typo in migration docs

github.com/apollo-elements/apollo-elements - 3e546195fcfa2016ad395494fe79491cbdb9ac70 authored about 4 years ago by Benny Powers <[email protected]>
feat: improvements and updates

- mission patches
- better css
- update deps
- global header with links

github.com/apollo-elements/launchctl - 06cae1e210d0d36aefff9c991a1bc82a43d55497 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/[email protected]...

github.com/apollo-elements/apollo-elements - 67158bd9a971965dd0d14129f5d00fb366ac28db authored about 4 years ago by Benny Powers <[email protected]>
style(hybrids): refactor for clarity

github.com/apollo-elements/apollo-elements - 67ff496d3b53c2e6e1661cd5da7ffd4817458d34 authored about 4 years ago by Benny Powers <[email protected]>
fix(hybrids): subscription prototype

github.com/apollo-elements/apollo-elements - 0b34a1633083b72c5d597576a2fbf635928d17e7 authored about 4 years ago by Benny Powers <[email protected]>
style(mixins): refactor mutation observer

affects: @apollo-elements/mixins

github.com/apollo-elements/apollo-elements - 7abc15b0551eb03371eb30f1093761d950ed176e authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): define mutation props on prototype

sets property defaults in a way which doesn't break subclassing scenarios:

called: false
optimi...

github.com/apollo-elements/apollo-elements - 270228362496c523dd72a358362297b249ed5743 authored about 4 years ago by Benny Powers <[email protected]>
fix(gluon): initialize called as false

affects: @apollo-elements/gluon

github.com/apollo-elements/apollo-elements - a8762825feea2d7dc8882914e8a7e895ba491968 authored about 4 years ago by Benny Powers <[email protected]>
style(hybrids): whitespace

github.com/apollo-elements/apollo-elements - 31d33ec60ec997f596b6cadb93028aeccd7d416f authored about 4 years ago by Benny Powers <[email protected]>
chore: update devDependencies

github.com/apollo-elements/apollo-elements - 74ebe137077372a1a8b5951ab59fe571fe02b660 authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): set default networkStatus

also defaults undefined client to null

affects: @apollo-elements/mixins

github.com/apollo-elements/apollo-elements - 308e25cda2c4d8a265ab0537634a14265986fffb authored about 4 years ago by Benny Powers <[email protected]>
test: standardize the test suite for packages

github.com/apollo-elements/apollo-elements - e47f91df35ff0986267acfd273c14c04263587e8 authored about 4 years ago by Benny Powers <[email protected]>
fix(polymer): move loading prop to element

set default to `false` instead of null

affects: @apollo-elements/polymer

github.com/apollo-elements/apollo-elements - fb3e832badb2e4efbcf1d2aaeaf6f6436a06b949 authored about 4 years ago by Benny Powers <[email protected]>
fix(fast): property descriptors

- set client to null when undefined
- fetch when setting variables

affects: @apollo-elements/fast

github.com/apollo-elements/apollo-elements - adad4504e80e260b334eb88049871f8049d970ef authored about 4 years ago by Benny Powers <[email protected]>
fix(fast): set default for networkStatus

affects: @apollo-elements/fast

github.com/apollo-elements/apollo-elements - 28c75e78cf169cd5f7ec13a3bb8f3953902fc988 authored about 4 years ago by Benny Powers <[email protected]>
feat(mixins): fix subscription interface

remove unused fetchResults
set skip to false by default
set loading when subscribing
add shouldR...

github.com/apollo-elements/apollo-elements - 1847f96f6f237f99d43bad30b57cd4616131ae49 authored about 4 years ago by Benny Powers <[email protected]>
docs: further improve docs

github.com/apollo-elements/apollo-elements - 12fab9883282b29972178b67afc5cdb426a3ee87 authored about 4 years ago by Benny Powers <[email protected]>
docs: huge improvements to docs site

include snippets for each library in most cases
copy snippets easily

github.com/apollo-elements/apollo-elements - 29cf1b3656e3e01b20b5ecbd5bcc0dc55cb2457b authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/gluon@3....

github.com/apollo-elements/apollo-elements - 55e943d3eca62541a52881ab4a43ae7bf587a6d1 authored about 4 years ago by Benny Powers <[email protected]>
feat(hybrids): add factories

It's the return of hybrids factories!

- adds `client` factory
- adds `mutation` factory
- adds ...

github.com/apollo-elements/apollo-elements - 88f8fb7a104433fe11ffb61d36fc927f2e106f95 authored about 4 years ago by Benny Powers <[email protected]>
fix(components): reexport types from events

github.com/apollo-elements/apollo-elements - ba045fca39443a7e8aab1e0a3a55ec4554b6f38c authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): define properties at class level

instead of on the instance

github.com/apollo-elements/apollo-elements - 91522a62e3a2c11826cd21b76b409b6c4cb905db authored about 4 years ago by Benny Powers <[email protected]>
test(mixins): cover some type checking cases

github.com/apollo-elements/apollo-elements - 269215cdfbd92c881a7ef1ce27cc7fe70b555f87 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/fast@1...

github.com/apollo-elements/apollo-elements - 87b018f7d76920263a1b92ed90493806ccaf0344 authored about 4 years ago by Benny Powers <[email protected]>
refactor(lib)!: remove DOM helpers

These will be re-implemented in mixins

affects: @apollo-elements/lib

github.com/apollo-elements/apollo-elements - 41c4d4508855568cc9429d925f279be08019d45f authored about 4 years ago by Benny Powers <[email protected]>
feat(mixins): query the DOM for variables

lets users append a `<script type="application/json">` with variables content

affects:
@apoll...

github.com/apollo-elements/apollo-elements - 2df637e1babd35b5e0dc3af9d2de11f03e920938 authored about 4 years ago by Benny Powers <[email protected]>
feat(components): generate simple client

affects: @apollo-elements/components, @apollo-elements/lib

<apollo-client uri="/graphql"> will ...

github.com/apollo-elements/apollo-elements - dacdefc77b7d86ecea3f59e0fb8143870ea38573 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]

github.com/apollo-elements/apollo-elements - 7b7d30d34ed471465543a4da06a43199ea3b9876 authored about 4 years ago by Benny Powers <[email protected]>
feat(create): intelligently populate graphql files

fixes output to align with linting rules

adds options for `component` command:
- `--skip-codege...

github.com/apollo-elements/apollo-elements - d0fe7f5ad3583a7f68284b528f30f7fae7234dcf authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/gluon@3....

github.com/apollo-elements/apollo-elements - 3900a8266f673ddeb07f7a0f65398b8ee0774a7c authored about 4 years ago by Benny Powers <[email protected]>
chore(fast): pre-release version

github.com/apollo-elements/apollo-elements - 9c7c5687c4ec9a3e6a7d623530526a4bf69f5b99 authored about 4 years ago by Benny Powers <[email protected]>
feat(fast): implement fast support

closes #78

github.com/apollo-elements/apollo-elements - 471b80c85edd8fad10192924fae72cc24f231678 authored about 4 years ago by Benny Powers <[email protected]>
feat(lib): add splitCommasAndTrim string helper

affects: @apollo-elements/lib

github.com/apollo-elements/apollo-elements - e3a81168e26a0048261ad22cb27b3c5cd1168271 authored about 4 years ago by Benny Powers <[email protected]>
fix(lit-apollo): remove unneeded mutate override

also refactor to use string helper

affects: @apollo-elements/lit-apollo

github.com/apollo-elements/apollo-elements - c86329a773bf03276dc6c35d4fab28a4a8ebbb08 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/hybrids...

github.com/apollo-elements/apollo-elements - 978dd8964d8f68efdc9a8b3f9d1df94bbee2ece3 authored about 4 years ago by Benny Powers <[email protected]>
fix(lib): hasAllVariables types and cases

github.com/apollo-elements/apollo-elements - 4f89c319500bbf329866692803059d4b9d985ebe authored about 4 years ago by Benny Powers <[email protected]>
docs: document preventing query missing variables

github.com/apollo-elements/apollo-elements - 815c4d4483a0ad1c4e1d90d044740df5b46a495a authored about 4 years ago by Benny Powers <[email protected]>
chore: resolve @types/chai package version

github.com/apollo-elements/apollo-elements - efb8f6aa193e93daa78a7ad285290bd8d6f5d158 authored about 4 years ago by Benny Powers <[email protected]>
feat: launchpads map

github.com/apollo-elements/launchctl - b3387dc6c6f1ea73c37c959000f8d665e77e49bc authored about 4 years ago by Benny Powers <[email protected]>
chore: update dependencies

github.com/apollo-elements/leeway - 012696f19e86e2b635d63609d0302882155346d6 authored about 4 years ago by Benny Powers <[email protected]>
chore: update dev dependencies

github.com/apollo-elements/apollo-elements - 509dcc9c0f1cd8862bdfc11f485b6b18a8f6d28e authored about 4 years ago by Benny Powers <[email protected]>
style: refactors

github.com/apollo-elements/leeway - 219fafd568888cbb54f7cdde09d0a41c8849c53a authored about 4 years ago by Benny Powers <[email protected]>
chore: add a11y linter

github.com/apollo-elements/leeway - 524603dd09ac40706e6682bdbee8603a3dc918a8 authored about 4 years ago by Benny Powers <[email protected]>
chore: fix clean script

github.com/apollo-elements/apollo-elements - 32a6435d1649e25a6a5d4c90d45413cf9499e9fb authored about 4 years ago by Benny Powers <[email protected]>
test(gluon): fix test error

github.com/apollo-elements/apollo-elements - cc33c345ca4a89b2eee9b742eb4ae092938fb413 authored about 4 years ago by Benny Powers <[email protected]>
docs(hybrids): inline docs for factories

github.com/apollo-elements/apollo-elements - e57d474b99a331ce09084b5c08defd924f828b75 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/hybrids...

github.com/apollo-elements/apollo-elements - ee74fa6bfa09e32dff3e6a881750deedaeb4d24b authored about 4 years ago by Benny Powers <[email protected]>
fix(mixins): mutation onCompleted types

affects: @apollo-elements/mixins

github.com/apollo-elements/apollo-elements - 2d21ca2a0935343fd376ada7e49523564d9f648a authored about 4 years ago by Benny Powers <[email protected]>
fix(interfaces): mutation onCompleted types

affects: @apollo-elements/interfaces

github.com/apollo-elements/apollo-elements - 24975537710bbcf41dc29ac81ebe457433a0ebe7 authored about 4 years ago by Benny Powers <[email protected]>
chore: update dev dependencies

github.com/apollo-elements/apollo-elements - b1c7765bd882580e7e07918024113dc77227b13f authored about 4 years ago by Benny Powers <[email protected]>
feat(lib): add getPrototypicalPropertyDescriptor

affects: @apollo-elements/lib

github.com/apollo-elements/apollo-elements - b27065eae2eb063059c13f316daa03d235c77757 authored about 4 years ago by Benny Powers <[email protected]>
style: lint scripts

github.com/apollo-elements/apollo-elements - b0328e829c0f57b7c2fb914f959e1003789d01e8 authored about 4 years ago by Benny Powers <[email protected]>
fix(hybrids): fix tests and refactor factories

renames `factories/accessors` to `factories/classAccessors`
changes `classAccessors` and `classM...

github.com/apollo-elements/apollo-elements - af0802ea64f58ca7517166afcf2437288d68dbf7 authored about 4 years ago by Benny Powers <[email protected]>
fix: some a11y issues

github.com/apollo-elements/leeway - 5f453beb9d56f0bff0f25523869cb00464d7df9d authored about 4 years ago by Benny Powers <[email protected]>
Merge pull request #4 from apollo-elements/more-html

refactor: more HTML, less JavaScript

github.com/apollo-elements/leeway - 9aad930c5ff4a743de8357f7685aea899f33a498 authored about 4 years ago by Benny Powers <[email protected]>
refactor: more HTML, less JavaScript

github.com/apollo-elements/leeway - 6fdf1ee5b54bfe9a955477425968b6de49de2d26 authored about 4 years ago by Benny Powers <[email protected]>
chore: fix linter

github.com/apollo-elements/leeway - 8dddcabf4611d4511dd0f2dd09fdcb149ec0cd56 authored about 4 years ago by Benny Powers <[email protected]>
Merge pull request #3 from apollo-elements/fix/chat-input-disappearing

fix: chat input

github.com/apollo-elements/leeway - 91affc4ce9683070fa450dff92a2bc6ea2cefa25 authored about 4 years ago by Benny Powers <[email protected]>
fix: chat input

also improves joining UX

github.com/apollo-elements/leeway - aeaccdc0b6d159ad907f5d65fac767dcf91b21e2 authored about 4 years ago by Benny Powers <[email protected]>
chore: release new versions

- @apollo-elements/[email protected]
- @apollo-elements/[email protected]
- @apollo-elements/gluon@...

github.com/apollo-elements/apollo-elements - d03d540894f8577cf9e5844173224522ca57dcd7 authored about 4 years ago by Benny Powers <[email protected]>
fix(create): add help flag

affects: @apollo-elements/create

github.com/apollo-elements/apollo-elements - fec443f7d7907e116e36472da26d3c707a3ba07c authored about 4 years ago by Benny Powers <[email protected]>
chore: upload coverage

github.com/apollo-elements/apollo-elements - c20ce209fd293591ab9c9d75e1f4273552d090d1 authored about 4 years ago by Benny Powers <[email protected]>
docs: add social links and badges

- add links to github and discord in header
- add license badges to package READMEs
- add netlif...

github.com/apollo-elements/apollo-elements - 8face6db1169799310d3ef912f509a8c9e0b06bd authored about 4 years ago by Benny Powers <[email protected]>