Ecosyste.ms: OpenCollective

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

github.com/vuejs/babel-plugin-transform-vue-jsx

babel plugin for vue 2.0 jsx
https://github.com/vuejs/babel-plugin-transform-vue-jsx

Merge pull request #173 from Debiancc/master

docs: add prefix with `on` props example

6ad7487579094cc188d470171af8f62335193896 authored over 5 years ago by Nick Messing <[email protected]>
docs: add prefix with `on` props example

2610851e1bceea3aae98d13154f80a52dea06dcf authored almost 6 years ago by Debiancc <[email protected]>
ci: use CircleCI 2.0 and Node v8.x (#150)

* chore(circle.yml) use lts node version

* chore(.circleci/config.yml) use circle ci 2.0 with...

e1c884654d25431347e59c0a782870c3b064ffc8 authored about 6 years ago by Dimitri DO BAIRRO <[email protected]>
4.0.1

3c6dcca1c879d7882449a44fef2536fd787c7ce9 authored almost 7 years ago by Evan You <[email protected]>
fix: upgrade dep to @babel/plugin-syntax-jsx

9231fa84136b9d932023e9c06c5c22e1cbd91e34 authored almost 7 years ago by Evan You <[email protected]>
add compat notes

a256da49cacdffd79698412fe28cdcf1f327e2b5 authored almost 7 years ago by Evan You <[email protected]>
4.0.0

841f6de14be61e17d78275a4de2ab47a4c399a45 authored almost 7 years ago by Evan You <[email protected]>
3.6.0

9c0973ddc0d470a38c0774b160f2138b7e701086 authored almost 7 years ago by Evan You <[email protected]>
prepublish -> prepublishOnly

55e2d1e0ffa32fb029ab287454ba1847ca2982e9 authored almost 7 years ago by Evan You <[email protected]>
add test case for incorrect h injection

799ef30ee1cfb7cf5890c48aa67bae0450a7bdea authored almost 7 years ago by Evan You <[email protected]>
update yarn.lock

989a279020488fe987e4143c2088eb11bac8b84a authored almost 7 years ago by Evan You <[email protected]>
fix: disable h auto inject in jsx expressions. fix: #107 (#122)

48df646d45ef40054082883751f4b8d25c7c1298 authored almost 7 years ago by Nick Messing <[email protected]>
feat: add support for `on-event` props (#126)

Signed-off-by: herbluo <[email protected]>

a78e5a96d1432aa5635955ce54f7e42c93993d95 authored almost 7 years ago by HerbLuo <[email protected]>
fix: Babel 7 File API import change fix (#125)

50fe7677e8679a6fa1293739fb0813c71f448a59 authored almost 7 years ago by wietseva <[email protected]>
refactor: omit attribs if possible (#103)

* omit children if possible

* omit attribs if possible

b7131186b004efa5b42e6c7dadd23e5b879ba06a authored almost 7 years ago by Wu Haotian <[email protected]>
3.5.1

df35aed7268364374bdcc223dfca10304a6f4d29 authored almost 7 years ago by Evan You <[email protected]>
upgrade deps

87b99fda1ed27129a75c60dd5ae3a3fec4cb0bbf authored almost 7 years ago by Evan You <[email protected]>
remove jsx syntax peer dep

b95d5a8f457a9022bab55668b4725668b5821aea authored almost 7 years ago by Evan You <[email protected]>
omit children if possible (#92)

e5dcbb664472f2a93ddfd78697eefed41b68e439 authored about 7 years ago by Wu Haotian <[email protected]>
babel-preset-2015 -> babel-preset-env (#102)

c19c9edc466f505f184de83b730feb6cce35ac47 authored about 7 years ago by inuscript <[email protected]>
3.5.0

c0eafb9019f12130900df994b4b88156640eac82 authored over 7 years ago by Evan You <[email protected]>
Add special DOM props to JSX (#89)

* Add special DOM props to JSX

* Separte JSXExpressionContainer value behaviour from StringLi...

582b4a60e79884f6722b6c3cd9cd74cc13741d66 authored over 7 years ago by Nick Messing <[email protected]>
Add underscore to allowed event names first character (#88)

449f95c439ac245e3a04470adeec1c7a7bb040eb authored over 7 years ago by Nick Messing <[email protected]>
3.4.3

0e028b677abec450a3d8e36e1280d5133e5bc9d8 authored over 7 years ago by Evan You <[email protected]>
Fix h auto-injection in render method for functional components (#76)

b353270f58598ce166292c37972b65fecf28d39a authored over 7 years ago by Nick Messing <[email protected]>
Updates README (#67)

Adds `babel-preset-es2015` to "Usage" section; specifically in the dependencies installation exa...

0dd62422450703b58c95c0d1b13bcff68572bbd9 authored almost 8 years ago by Devan Beitel <[email protected]>
fix prepublish script

39b85acdad089a61435faaffd043c9f700adfa05 authored almost 8 years ago by Evan You <[email protected]>
3.4.2

ea5ac26f9c7c1b4822f488cdf16aaefabadb632b authored almost 8 years ago by Evan You <[email protected]>
remove no longer relevant tip in readme

e5c8195f6860541868a2441cbb678f3ed3159482 authored almost 8 years ago by Evan You <[email protected]>
include browser build in npm package + expose on unpkg

b502e66d08611e00faacc48b7c737a9c68ae24b6 authored almost 8 years ago by Evan You <[email protected]>
Bugfix, in multi-level objects `h` should not be defined twice. (#66)

* Hotfix, in inherited objects `h` should not be defined twice.

* Add a test for second objec...

df0eb97bcdd204d06b86279e529e39550a3ac393 authored almost 8 years ago by Nick Messing <[email protected]>
build this plugin for browser use (#64)

7b694a4a501c83cbece485b5a425b09780ee6343 authored almost 8 years ago by Liu Yuyang <[email protected]>
don't assume _mergeJSXProps is the imported name (#63)

var _mergeJSXProps = 'oops';

const data = {
class: ['b', 'c']
}
const vn...

5fc639d7630f96eb351482bc75fd50471544c147 authored almost 8 years ago by ksherlock <[email protected]>
Add more information about auto-inject to README.md (#62)

e0cc2482b6ae61af4739539ae28bc4b5ef90b1ff authored almost 8 years ago by Nick Messing <[email protected]>
3.4.1

9518f137c78a21ca1c09a5e27578e4b53f1b3257 authored almost 8 years ago by Evan You <[email protected]>
Fix the wrong behaviour of not self-injecting H if there are properties (#60)

4430d0c0cfde8120428b4231da745e93c421a6ba authored almost 8 years ago by Nick Messing <[email protected]>
3.4.0

8a5012bfb02d8fbbd7d3c89c83d8b2621f1eeb22 authored almost 8 years ago by Evan You <[email protected]>
Automatically add const h = this.$createElement in methods. (#58)

* Automatically add const h = this.$createElement in methods

* Fix the transform-2015-classes...

ec632593a3ded2d0cfc769eed6e3ff0347f60245 authored almost 8 years ago by Nick Messing <[email protected]>
3.3.0

dcd3897a43b4dcd1bf6415120b3cacbdb9f0f637 authored about 8 years ago by Evan You <[email protected]>
add support for top-level property refInfor (#41)

cec23117116b833ef7ff2771f95d4d4b4d54fcfc authored about 8 years ago by baiyaaaaa <[email protected]>
add component tip

69dbad1359b8e791d0f58b1eb19cfad3392ef146 authored about 8 years ago by Evan You <[email protected]>
tweak readme

dd5a31bf59f54356ddb00ef86f2855c6ca8a40b7 authored about 8 years ago by Evan You <[email protected]>
3.2.0

60eabafa76bbbc8097c40f6563e741b102cb6a04 authored about 8 years ago by Evan You <[email protected]>
support camelCase prop naming

89a2a93c6ce0ba7d5af444516e139f3f48afd8b9 authored about 8 years ago by Evan You <[email protected]>
Update README to clarify usage of v-show (#30)

Since `v-show` is the only runtime-only directive, it can be used. Otherwise there's no proper w...

20164ba448f27c986468be308cf7ad44ba3a3d97 authored about 8 years ago by 宋铄运 <[email protected]>
3.1.2

2a165f2d11a2e662bd76e153984d1940431cfbc5 authored about 8 years ago by Evan You <[email protected]>
update deps

f3db4f2e4f05f104bc6879201d9f4f435a40bf36 authored about 8 years ago by Evan You <[email protected]>
support xlink attributes (fix #29)

8045f0b423bbf3bf7b48223e14dfa82968e0320a authored about 8 years ago by Evan You <[email protected]>
3.1.1

45ef2b5c5040e2bb1bd30965447de97bee40627d authored about 8 years ago by Evan You <[email protected]>
Fix kebabcase event property, fixed #20 (#28)

15753323338776c7aeddb7ede762b976e866a630 authored about 8 years ago by cinwell.li <[email protected]>
Update README.md (#26)

The runtime adaptor project is not available anymore.

2f59f2a953337fbb43aec5addb8264d51059cb62 authored about 8 years ago by J Bruni <[email protected]>
add eslint-plugin-html as dep

591f99ea70898f855f368ac4948529b75799eb42 authored over 8 years ago by Evan You <[email protected]>
mention the jsx adaptor

126affad903af9c90c7d2fe6b88c70ec8188fc9f authored over 8 years ago by Evan You <[email protected]>
support custom directives

30a9fd7b738cb1689412c7bb912a7c76fa5c2e1d authored over 8 years ago by Evan You <[email protected]>
3.1.0

ca2d1135d63760767df6c95b1cd913d2cbf70ebf authored over 8 years ago by Evan You <[email protected]>
fix code in usage (#14)

55e0f7500c9df0a91bced416bb18ce9bca53bf9e authored over 8 years ago by EGOIST <[email protected]>
3.0.0

ce2f6b6da26e189de0afd5fdd8a5deeb9ca3ed58 authored over 8 years ago by Evan You <[email protected]>
remove children thunkify

c198597953a167633d5488060b986baf93d22739 authored over 8 years ago by Evan You <[email protected]>
2.0.2

5910c9ec54818e7ef673d12fd632cf5fccb18de9 authored over 8 years ago by Evan You <[email protected]>
support data- attributes (fix #7)

9a37c0af92d7f312f388ac8531b2e2ec63594568 authored over 8 years ago by Evan You <[email protected]>
2.0.1

cc1805964cad8169f4e6e1dc07439fba93833c5b authored over 8 years ago by Evan You <[email protected]>
fix jsx-merge-props helper peer dep

07f60c00b0992eab933e546f9076207cd24e243e authored over 8 years ago by Evan You <[email protected]>
2.0.0

b1008e6c96284ce418803625d4b1f7f34ef8c54d authored over 8 years ago by Evan You <[email protected]>
update for latest vue 2.0 syntax + fix function merging

9301a56091f8eb935f499c4e5b394834362f9ce9 authored over 8 years ago by Evan You <[email protected]>
1.1.1

042a1a35af5730cb73f10ae687372db3c26198f3 authored over 8 years ago by Evan You <[email protected]>
fix single object spread

5faaad438f35a5295a4a1f3fdbd8d68453c449a2 authored over 8 years ago by Evan You <[email protected]>
support better spread

3594029bb55b1b18000870203193dc4cbc8dfc4d authored over 8 years ago by Evan You <[email protected]>
update

4b3f181164915b23162ce161d993dbedf2a9ad20 authored over 8 years ago by Evan You <[email protected]>
add note about jsx spread

c56ac2257996ea262756364b4b0b0adb94cb8005 authored over 8 years ago by Evan You <[email protected]>
Fix "containg" typo in comment (#5)

6ef2334920f6bfbae63c521a676f10bd77f8485b authored over 8 years ago by Chris Fritz <[email protected]>
add badge

caae38e201428dad37e5c4f8b40795489eb294b9 authored over 8 years ago by Evan You <[email protected]>
add ci config

b2069ac2c9148dcaa320a662dd365a6d4b1938c6 authored over 8 years ago by Evan You <[email protected]>
update readme

16ad7f090d7390c49e14c3f0022e9ae2c4f544fe authored over 8 years ago by Evan You <[email protected]>
fix ignore

1ef691dddef0de9e6db4de589b7a0482e2142f8a authored over 8 years ago by Evan You <[email protected]>
1.0.1

b4fd51f90f372f3528cd9a3f893e83c80de34c35 authored over 8 years ago by Evan You <[email protected]>
include lib

b6563e9d599830b8a8646b06625d28d6164d2687 authored over 8 years ago by Evan You <[email protected]>
readme

b27794f18ac43a9c30235464517cc66d771320cd authored over 8 years ago by Evan You <[email protected]>
tests

978367731dc1a91c02e7d3a53b13a896977023f7 authored over 8 years ago by Evan You <[email protected]>
add example

4b18b18b83048b25fe5dcae6bce6b8b145a23118 authored over 8 years ago by Evan You <[email protected]>
group attrs

072ae582a8e5f362939fe6b0e98ae86fe6d1b41c authored over 8 years ago by Evan You <[email protected]>
tweak style

61fbe3d79fb02c0f0fcc68512ada140dea4688b4 authored over 8 years ago by Evan You <[email protected]>
restructure

57d8a3558371fa5329d83b06b442fcd59a3875a4 authored over 8 years ago by Evan You <[email protected]>
children should be array

8d369ad67a6721403b0ada7203b6a88d71d728ac authored over 8 years ago by Evan You <[email protected]>
init

c767ce81eacf183249128b2b947bc225023a8abe authored over 8 years ago by Evan You <[email protected]>