Ecosyste.ms: OpenCollective

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

vuepress

📝 Minimalistic Vue-powered static site generator
Collective - Host: opensource - https://opencollective.com/vuepress - Code: https://github.com/vuejs/vuepress

docs($cn): update (#820)

github.com/vuejs/vuepress - f4f9e6b0769b1b2d8985980ff945573e994e4fc0 authored over 6 years ago
docs: use echo statement with single quotes (#820)

to avoid ! error: `-bash: !": event not found`

github.com/vuejs/vuepress - 45d079c5f2fce16709d718a6f065ed797f155412 authored over 6 years ago
chore: changelog

github.com/vuejs/vuepress - d3da555864d41183e46a32398527403a939ff1bc authored over 6 years ago
fix($markdown): sidebar headers not being detected (close: #841)

header will not be detected when some content are placed before h1

github.com/vuejs/vuepress - 181c1e51810bd35c30ca5039a9050e2bdb4d8621 authored over 6 years ago
chore: elements in iteration expect to have 'v-bind:key' directives. (#817)

github.com/vuejs/vuepress - 747d642e7bf492de753e7e191db32dda05d61d6d authored over 6 years ago
fix: missing config.base in google analytics page view URL (close: #818) (#834)

github.com/vuejs/vuepress - 559888bbb1119a3123feb87f928803fd76d41e72 authored over 6 years ago
docs: tweaks (#825)

github.com/vuejs/vuepress - e26bfb591c2c13a62e3834a897168b4a7f79bae6 authored over 6 years ago
chore: changelog

github.com/vuejs/vuepress - a7d9a1a6ee570574d3113c9028a0df068ab80445 authored over 6 years ago
fix($build): do not pick "babel.config.js" at user-land (close: #797)

github.com/vuejs/vuepress - 48be61bf17371b4dcac4fd72384340e6ce356c62 authored over 6 years ago
fix($core): SSR error when async components were registered in runtime.

github.com/vuejs/vuepress - feb74ebe666cca4f0e7a1eb122f8a94c3282d984 authored over 6 years ago
fix($core): regression of changing inferTitle util

github.com/vuejs/vuepress - 6550f8681f12ac9b0528d6cb7ac23e0cd8529b9c authored over 6 years ago
chore: clean legacy code

github.com/vuejs/vuepress - 070fab7ce454cb0a50dd42cbaf62f97a130aa7d7 authored over 6 years ago
feat: @vuepress/plugin-medium-zoom

github.com/vuejs/vuepress - 4492bcd4e2edef29c60b4e5ca6ee90a676a72314 authored over 6 years ago
feat: init @vuepress/plugin-pagination

github.com/vuejs/vuepress - 4e340fc72ac72938c4ae2d6beb682beffc3244bb authored over 6 years ago
feat($core): detaMixin - expose $themeConfig

github.com/vuejs/vuepress - 357e1a56c1eccea3ee9d5f53eda852f41369decb authored over 6 years ago
refactor($core): refine Page / AppContext

github.com/vuejs/vuepress - 96ddb59e5de7d1aca4ade7d0d0efe40719e0b99d authored over 6 years ago
fix($core): exclude non-content pages from the page components

github.com/vuejs/vuepress - 011c3c3ba6dd5a4f53a9396d0eda5c3d6d644559 authored over 6 years ago
chore: avoid Content component throw error

github.com/vuejs/vuepress - adb3d564ef8dbbebafa50f35bc87035bf16862db authored over 6 years ago
refactor($core): simplify Page's interface

github.com/vuejs/vuepress - f5e1e99415e75e63c068fc9ed0b24137d37933fa authored over 6 years ago
feat($theme-blog): add 'type' field to page data and more reasonable layout fallback

github.com/vuejs/vuepress - 463625c78334a22a0d353f82a34219e9fd2da2f0 authored over 6 years ago
refactor($core): clientDynamicModules option - use default value

github.com/vuejs/vuepress - 0e34e2d93f115db8ee40779cde3f8cab35680d4b authored over 6 years ago
feat: empty temp dir before launching app

github.com/vuejs/vuepress - b507faeaf86f48c45e3a7a999b7fa7c058b82d00 authored over 6 years ago
feat($plugin-blog): correct Layout for index page and one-level page

github.com/vuejs/vuepress - 078696e9384590cfd4cad4db89b75bbce38bebed authored over 6 years ago
refactor: simplify the implementation of makrdown slots

github.com/vuejs/vuepress - 20d612c92f71bc64d9ec58caeb43deb704a89720 authored over 6 years ago
feat: init @vuepress/plugin-blog

github.com/vuejs/vuepress - 1cba9bcee7092a902e52b6d85dbc00a086a0e0ef authored over 6 years ago
feat: markdown slots (close: #594)

Source:

```md
- Evan You

<template slot="projects">

- Vue.js
- VueX

</template>
```
...

github.com/vuejs/vuepress - 99cd91140a0c1c5578ac3251a9290e024c1f3022 authored over 6 years ago
chore: clean expired code

github.com/vuejs/vuepress - f8b8c51e9dcc76bd83d85453bf40cc7d3e5c7fa0 authored over 6 years ago
Revert "chore: change config load order (#804)"

This reverts commit 04723be4efdad6398a5c9f2af77ab3675918ba1d.

github.com/vuejs/vuepress - fe3c2d15cbe8b09becbf995f3676b80cffe76aec authored over 6 years ago
Merge branch 'next' of https://github.com/vuejs/vuepress into next

github.com/vuejs/vuepress - f0a1f68533d2d2a4b53005abc9ad38347467ca1d authored over 6 years ago
refactor($core): simplify page components registration

github.com/vuejs/vuepress - cf088f556e4ada419ae712f596a31d59ecf7e6b1 authored over 6 years ago
chore: change config load order (#804)

github.com/vuejs/vuepress - 04723be4efdad6398a5c9f2af77ab3675918ba1d authored over 6 years ago
chore: tweaks

github.com/vuejs/vuepress - 0aa3d950ce265f6253f16355510323a85d9bf86d authored over 6 years ago
Merge branch 'next' of https://github.com/vuejs/vuepress into next

github.com/vuejs/vuepress - 44fb133e4e89e621d03a8a8aead84d0cfb5179fa authored over 6 years ago
feat: support clean and multiple custom layout. / theme default layouts dir

1. Refine ExtendPageDataOption, simplify the implmentation
2. Introduce LayoutDistributor as the...

github.com/vuejs/vuepress - 7f7fe18d40fcd429534ed5966012d1b0cc01b37b authored over 6 years ago
fix: escape backslash (#787)

github.com/vuejs/vuepress - c19fb3aa5a32b03faa5604301b5677eac1b29716 authored over 6 years ago
chore($core): hide internal plugin log

github.com/vuejs/vuepress - e08cc2e901499961b2248dfcf122f580fc84d5da authored over 6 years ago
feat: refine theme API

1. Support scope package and shortcut like plugin.
2. Support relative path for 'layout' and 'no...

github.com/vuejs/vuepress - f81f3732f60723f58d410fcc9dafb12a19737792 authored over 6 years ago
chore: bump jest

github.com/vuejs/vuepress - 76b74b16d9a8cbfa08cc9e2f34194fb078475071 authored over 6 years ago
chore: clean package.json

github.com/vuejs/vuepress - 9622ed8716aade3027c92ba773f0dd45c5b2ba3f authored over 6 years ago
chore($test-utils): tweaks

github.com/vuejs/vuepress - 32a3752a5466b70236948999701dd5ad340251bd authored over 6 years ago
chore($core): clean legacy plugin utils and tests

github.com/vuejs/vuepress - 3daac5980694d8cce8cb48640c8f9267433d6496 authored over 6 years ago
feat($shared-utils): shortcutPackageResolver

github.com/vuejs/vuepress - a8fea3c630e706a1b60006bbca187bfd249753c1 authored over 6 years ago
feat($shared-utils): enhance datatypes

github.com/vuejs/vuepress - b80c81071a5d143b1509ea40e8ec2a485f793186 authored over 6 years ago
docs: permalinks

github.com/vuejs/vuepress - 398435901ff4d644c65444424308622adce96997 authored over 6 years ago
chore: write temp to docs package dir

github.com/vuejs/vuepress - f2c3a636df143d64930e385a7620855ff9fe306e authored over 6 years ago
Merge branch 'next' of https://github.com/vuejs/vuepress into next

github.com/vuejs/vuepress - db1ff231e660251a730066eda7b0a0e846742497 authored over 6 years ago
docs: blog documents (wip - 1)

github.com/vuejs/vuepress - 3cf9df3fdf6894946cf1abc8de0464da28aab7b4 authored over 6 years ago
fix: valid filename for case-sensitive os (#779)

github.com/vuejs/vuepress - adb74b78a673dea2bf1f202303372399e7687123 authored over 6 years ago
refactor($core): move core resuable utilities to 'shared-utils and fix tests

github.com/vuejs/vuepress - b45633efcae37dc5d81f00dba3df0700e46e0a15 authored over 6 years ago
feat($core): let 'core' provide a default NotFound component

github.com/vuejs/vuepress - 7f047080f7765f26d1045c0386b7ccbca620598f authored over 6 years ago
docs: refine 'Introduction'

github.com/vuejs/vuepress - c575d62189eee7235634b7d6f791260f0e60974e authored over 6 years ago
docs: enhance plugin documents

github.com/vuejs/vuepress - 4487149f4675581c02df58bdb71ee3bef81909d1 authored over 6 years ago
Merge branch 'master' into next

github.com/vuejs/vuepress - dc3b0f40d438ccfcb95936ac6abc10748081fe6c authored over 6 years ago
chore: do not need to export getLoggerFn (#773)

github.com/vuejs/vuepress - 6857aaca2e2a05a21592535d0f22d497ade1989b authored over 6 years ago
chore: remove escape char '\' in front of '!'(#776)

github.com/vuejs/vuepress - efbbdf543c5016684e7b2a7d23ccc414ea6e8f63 authored over 6 years ago
test: init @vuepress/test-utils and migrate all tests

github.com/vuejs/vuepress - eca8a61b0475c6d99c3c57ba9f0d16537a6dd080 authored over 6 years ago
feat: allow to lanuch multiple apps with isolated context at the same time.

1. Move writeTemp utility from @vuepress/shared-utils to @vuepress/core
2. Support for passing t...

github.com/vuejs/vuepress - d708d33123fce07e92ce5e6503db3257a35840ca authored over 6 years ago
chore: normalize prepare API.

github.com/vuejs/vuepress - 11997f029413bac8be70b553e9bac0c139d1cd03 authored over 6 years ago
chore: improve service worker section (#766)

Minor improvements to the service workers section of the theme docs

github.com/vuejs/vuepress - 58261c1ae3d101c2e512202b3b1edfacc10a645d authored over 6 years ago
feat($shared-utils): allow change temp path at runtime via env.

github.com/vuejs/vuepress - 8e8406527952aef204e903b842b9b540b2bebcd9 authored over 6 years ago
test($core): migrate test for markdown

github.com/vuejs/vuepress - c1d7aeb5519992d428283cb3c320d39068357f05 authored over 6 years ago
test($core): use es6 import

ref: https://github.com/facebook/jest/issues/6835

github.com/vuejs/vuepress - 5599ae0b7a53730040aabb8034c85084e8a454ce authored over 6 years ago
feat: blog stage 1 - permalink (#763)

* feat: siteConfig.permalink & frontmatter.permalink

* chore: ensure leading and ending slash...

github.com/vuejs/vuepress - 2bdf88c9eb882026014d5d01ac6fc27ee955afb7 authored over 6 years ago
feat($core): execute 'i18n' (i.e. dataMixin) on both server and client side

github.com/vuejs/vuepress - c7d8ee9638cc41323d942a71d5b3d3497c50ff1a authored over 6 years ago
Revert "refactor($core): extract dataMixin, try to reuse it at build time"

This reverts commit 45252a9fd410aaa225eb662e7ea0ebcd7443f072.

github.com/vuejs/vuepress - 06941fda334d7cc7e238363d7e60cb9268e8fa82 authored over 6 years ago
chore: simplify encode url

github.com/vuejs/vuepress - 6a4592d7a02f1b311376510b5b69081aa1e73475 authored over 6 years ago
fix: regression - avoid deliver 'content' to client side

github.com/vuejs/vuepress - abc1d01d04109c1c2952256cc2b434857d891e5a authored over 6 years ago
refactor: refine core implementation (#762)

github.com/vuejs/vuepress - afa71b582bedbb47ae8066893d5e3dd92e7bca6f authored over 6 years ago
refactor($core): extract dataMixin, try to reuse it at build time

github.com/vuejs/vuepress - 45252a9fd410aaa225eb662e7ea0ebcd7443f072 authored over 6 years ago
chore: fix typo

github.com/vuejs/vuepress - 6d19b58347463b4dcfc5ed3845e861d1f52fed2d authored over 6 years ago
chore($core): simplify ExtendPageDataOption

github.com/vuejs/vuepress - c9e0385db5eacc590a5941186120b171815e0505 authored over 6 years ago
chore: naming: self => api

github.com/vuejs/vuepress - 68518ffe5acbead9cf633729e2c46526a525a45f authored over 6 years ago
refactor($core): 'frontmatter' defaults to {} at build time

github.com/vuejs/vuepress - ad574cef441e40f1c7d41051b534c3ac01f1eeb3 authored over 6 years ago
docs: fixes theme config grammar (#755)

github.com/vuejs/vuepress - 01d41359898c39debc7f12d196791c9958926b53 authored over 6 years ago
Revert "refacotr($core): separate createCSSRule from core to shared-utils"

This reverts commit 8f89eef61b90834d0a037da3df2633468c1f8e64.

github.com/vuejs/vuepress - 639e5d4ab07f863d4c6d9a84b22bb876c025e643 authored over 6 years ago
Revert "feat: set up @vuepress/plugin-stylus"

This reverts commit 17cd87d2b71176d5f11e4c1c34e6f2eeac8958d1.

github.com/vuejs/vuepress - c1cf4b131b0451e7d765b12d123e6ef3ae759d0f authored over 6 years ago
Revert "feat: set up @vuepress/plugin-sass"

This reverts commit 5e46295030f5bb32226a0084543d3f6afa25a96a.

github.com/vuejs/vuepress - 9358387937415222b36497e70a0745d86e9a0713 authored over 6 years ago
Revert "feat: set up @vuepress/plugin-less"

This reverts commit 44641856354485ad1b6ddcedc9f23c42e556d87c.

github.com/vuejs/vuepress - 1d24fa8285ad1b6e1431da79437f7524b8797a84 authored over 6 years ago
chore($core): move internal dynamic modules to 'internal' dir.

github.com/vuejs/vuepress - 1553cebe8d228017777f142095cca76a4af7a02c authored over 6 years ago
refactor($core): rename 'Plugin' to 'PluginAPI'

github.com/vuejs/vuepress - b30fa4fad37d33be1a7a9af6bbb22d29678197da authored over 6 years ago
fix($register-components): avoid file overwritten.

github.com/vuejs/vuepress - 1be40abd708a3b8118a149493ad1585337201900 authored over 6 years ago
feat($core): write all enhanceApp files to separate file.

In the old implementation, the enhanceApp fi`le that doesn't have `default export` will be writt...

github.com/vuejs/vuepress - ac55f92d939e4ce2c099412594c2353619296c72 authored over 6 years ago
feat: support multiple option for plugin API.

Since the namesake plugin can only be executed once by default, if your plugin does need to be e...

github.com/vuejs/vuepress - 1747da1f2ac4619498abd039fb7d87a91b44cbdf authored over 6 years ago
fix($core): do not pollute raw config

github.com/vuejs/vuepress - dd9bea3a9f68718fe824c6191ac4b55cc1cb8079 authored over 6 years ago
chore: update plugin generation comment

github.com/vuejs/vuepress - 8d1fa5cfb91adca245195dd84ef14156f2aba90d authored over 6 years ago
feat: make sure the namesake plugin is only executed once.

github.com/vuejs/vuepress - 721f5038444e0105c35fc5abea80c4f8c3d82e32 authored over 6 years ago
chore: tweak prepare index file.

github.com/vuejs/vuepress - afe0e32c334424b13c9ace453cb4bc0f59bebbdd authored over 6 years ago
refactor($core): extract internal plugin 'override-css'

github.com/vuejs/vuepress - 5fe91bfcc0aaf5bd3acd4a2c856c766fa2ec94ce authored over 6 years ago
refactor($core): extract internal plugin 'site-data'

github.com/vuejs/vuepress - fe61f994eef33cbb780304aaeaf89d241843952c authored over 6 years ago
feat($core): support 'dirname' field for 'clientDynamicModules'

That allow user to define the directory of generated dynamic module.

github.com/vuejs/vuepress - ee32e852b182f9c94e81ec570c741bc984361fed authored over 6 years ago
refactor($core): using camel cases at file name

github.com/vuejs/vuepress - 8780c2c4baab6913f9983321f5a51a168c7edb55 authored over 6 years ago
feat: set up @vuepress/plugin-less

Note that it would be better to transform @vuepress/plugin-less as a 3rd plugin so we don't nee...

github.com/vuejs/vuepress - 44641856354485ad1b6ddcedc9f23c42e556d87c authored over 6 years ago
feat: set up @vuepress/plugin-sass

Note that it would be better to transform @vuepress/plugin-sass as a 3rd plugin so we don't nee...

github.com/vuejs/vuepress - 5e46295030f5bb32226a0084543d3f6afa25a96a authored over 6 years ago
feat: set up @vuepress/plugin-stylus

github.com/vuejs/vuepress - 17cd87d2b71176d5f11e4c1c34e6f2eeac8958d1 authored over 6 years ago
chore($env): change isProd to function

github.com/vuejs/vuepress - 8a7463ac52a6990d9a365d7065060a082a3d1ecd authored over 6 years ago
refacotr($core): separate createCSSRule from core to shared-utils

github.com/vuejs/vuepress - 8f89eef61b90834d0a037da3df2633468c1f8e64 authored over 6 years ago
feat($shared-utils) env.isProd

github.com/vuejs/vuepress - b90e009b036ab4565ac32374eb32c6ec638c9a87 authored over 6 years ago
chore($theme-default): remove '@vuepress/google-analytics' preset.

github.com/vuejs/vuepress - 6a97de101cd0add99e78e10feff8bf96de8a257f authored over 6 years ago