Ecosyste.ms: OpenCollective

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

github.com/nvh95/jest-preview

Debug your Jest tests. Effortlessly.🛠🖼
https://github.com/nvh95/jest-preview

refactor: Remove jest preview configure in setupTests

e52d4a147343f89a4cb11724bd6ac46cf714d6d2 authored over 2 years ago by Truong Nguyen <[email protected]>
feat: (In Progress) Support SASS

- Todo: Support @use, @import for SASS

186147d8ff782655a0a0ebdf62d13bbdc4eae69e authored over 2 years ago by Truong Nguyen <[email protected]>
chore: release 0.1.2

ae3294acde0e629dde567ef89ca7c8450b52bb42 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #47 from nvh95/pre-config

Add pre-configured code transform + Replace Vite Library Mode by raw Rollup

b4c848dc4ae9a6c7d2f4bb8951f7979948ed0b2f authored over 2 years ago by Truong Nguyen <[email protected]>
chore: Release 0.1.2-alpha.0

d50d8fc6bacbba829e4b008db3730a8a14fb06ea authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge branch 'main' into pre-config

47aa0c219afc3abb0e06dcfc82950299398744ea authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: Use fileCRA for CRA

8a3451608015972e99babf7d6bf5014a00026649 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update file format in READMEs

eceb1c1d6487d6baae33932894ea4c0fd3cab293 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update README.md

c5bd7f0eb9d89db8f9657358a05b39c8d4ff9249 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release v0.1.1

0d8a64baf41bc8f187b2ead6ab6ad6606e684d5e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
docs: Update README.md about pre-configured code transform

907155a5e1af7ead03810defcaca12d840436e3e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update config to use preconfig transform

88c0e3bbc38c40eadf22ed7ac4ee6daf7c096693 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Use rollup to bundle code instead of Vite Library Mode

The reason is Vite Library Mode does not support multiple entries well.

5bdc50a3a33100fcce0ffc13f0f56cf8f10b834c authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: add preconfig transform

6ce35ca37d6c9de5fc72b05ce433cb83b10b0538 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #40 from nvh95/css-modules

Support CSS Modules's jest code transformation

84b8b4135cdc60fd18f6502da4ba474819ce2f5e authored over 2 years ago by Truong Nguyen <[email protected]>
chore: Update code style

f9988ac704570e01e0d33add48e0aa821016bc1e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Add rollup for multiple entries

5291ef33893e9d5ef0919898a6bea0e17f1610a7 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: add cssTransform pre config

4fb509ec1e6286769f4b8352b655f64061217247 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: Remove unneeded line of code

ed8e42ed3e618e9936a01b33bad89323897db63a authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update README.md to clarify on CSS Modules

7856977d203591fdb11c7336073a04bbfb7eb72f authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.1.1-alpha.0

c10dcd1a14a4e7ef246c3061982cded16834efd1 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Use CSS Modules for vite-demo

d6c48fde798a862c7ca0f4522c0eb4d14d69f98f authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Update vite-react example to use CSS Modules

98d6f247a987ff108a14b507d1d62b8e9a31439f authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: restructure css modules transform code

7b67b879bb1348f4777a4726d471c093d8419bb3 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Add comment for idea to handle processAsync

737bc08e99c4a4724a1f8db5c2338d48fba446cc authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: remove unused code and files

fdac111216c420916c488da7785c4c40a2959a31 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Successfully support CSS Modules

cf4f0b1f2689da8e7c357cb9ee05aacb98350dce authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: add a note to inconsistency in Jest's docs

c0305ecf5cbc7c792734082046f84b50f7829735 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: add global.css to real App in the demo

fcb4cc668f6f8b5a26fe0f373f447c49ff1d6b19 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: support CSS Modules [wip]

6369c6ca0f39de7aa5ad14d3bf83182f2c71ea4b authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: add `CONTRIBUTION.md`

c5774e70ecaf41efa7b2eb81e3a0932991c4f280 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #45 from nvh95/vite-react

chore: Rename example: vite => vite-react

2fe7c1951917126878503263d65220dc15df301b authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Rename example: vite => vite-react

ae65a532fa077f90cf21877f9d45625df85586e4 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #44 from nvh95/all-contributors/add-mattmurph9

b9c62b1b74b826d19e9741ab65a5750b23d08c95 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
docs: update .all-contributorsrc [skip ci]

514d8db92787406473f091dfdcfad689056f5b86 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update README.md [skip ci]

70f3de4248a90def6740c919b6db1ab17ff787da authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Merge pull request #43 from mattmurph9/patch-1

f8eaf7ded38534678585474ba6b85c76688f45e5 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Update README to save package to devDependencies

fa1247b8df9b206ce689d7aa258d8c278e27de6a authored over 2 years ago by Matt Murphy <[email protected]>
chore: Update GIF demo image

51ca7106b9ebe21282e021e3e161edbad874ede9 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #38 from nvh95/polish-readme

a7a763c95b83037ab7576fc1d7c2e25b96d2b4bb authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Add notice for externalCss

517deafdfbf803dc3fd5834d8cf819f75be279f2 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: add links

22c7d234d698d35e926dc5831f84531b45ac3f0e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Polish README.md

59383d827ad31f77005ff90575f972318f912664 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: Update stackblitz url

1d2776924bc3f7054d242f8786ce71469cb61b6c authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #37 from nvh95/stackblitz

Add stackblitz demo

ebf4d0f08b319fd75e0dc323ab9776fce43e7900 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: add stackblitz demo.

094a874856f3cc3f92c18ae49ad62181a651a520 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #36 from nvh95/preview.debug

(BREAKING CHANGE) Change `preview(htmlElement)` to `preview.debug`

bc4a063701f0aecb3157f056c7d906b85b0a9342 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.1.0

13a511c09c327172d6f287131323609cb0a52cea authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: fix incorrect path to favicon

6fac95f9fdae88477bc7038196eead40844e1ce3 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update README and settings.json

235ae949fdf5065b1b96fe4e4290274c87a88177 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Update demo gif when change API

6f7ddefcb4c653fae483df44bb1aa1a1a8800493 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.1.0-alpha.1

61bfd13997e91cf4647e52aee4117250c2264bb3 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: Fix global css get cached + add comments about new approach for global and styled-components css

939cbf4c9668afa43b8bafb7f0d8ed73725837d2 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Add fav ico for preview dashboard + Remove .cache when start server

a3eef486e1a6bc53bdbd8b40786aa9ba7c6e5014 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.1.0-alpha.0

a1e7906ba270345e7fc00ef6ef3a48ce2e4c4200 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Add globalCss for examples

186cbfcdc54539f248d0b941eb4c212f2d2d0d2c authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat:(BREAKING CHANGE): Change `preview(htmlElement)` to `preview.debug`

c4acba8508eb48559b2648973f7b80ef46eb0740 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: add hints for features in development

a7479ff21151db1ee0284f66c69bae59ad9e5307 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #19 from nvh95/rewrite-transform

Rewrite transform

67beacd36ad33908e22ee5db45b902726f60f535 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: fix typo

59ffbb0db41a90cc09e509d22f4cdc234a4e97d9 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.0.3

d4c4eb18c6c413cc0e55e8d0fe59f4e506726a71 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
docs: Add note for CRA users to main README.md

c2b06d3936153a881031314e5e369b7e34905bd5 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Add processFileCRA

e862980219e6baa0610c924b723154c970d3634e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: import `fs`, `path` as ESM

0a53ed06703e081ad6a241a9c12261a038fff9e6 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: fix typo

19cdc19bb778cb0c9932a599c83b80cc611d0018 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.0.3-alpha.0

5bcf3add97d99af414621110a8db58601eb6f6d0 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Add a comment to explain an unclear line of code

2a8ad5e31ac7f26537e0141b3ba6a9d9a7f119da authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: remove a comment since we found the answer: yes

File transform works fine with other file types such as mp3, doc, pdf

14546f6621a102ee57b8d692f31b8f2e198acceb authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: remmove unused generateAssetFile

d4c16718e9da90cbfbe30937c78507cb0e4534a9 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
refactor: reuse getRelativeFilename

7bc55b5277592f574df29c3076dfbf5d10e6aa82 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
docs: Update docs to simplify usage

f3a7c5747b9e11ea1fe9364af473d2356dfffdf7 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: inject <link> tag to html

7e8110bec69c52e43c62ecd1388f3a5370a1eb12 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: update cssTransform

b21f9d062ef110bb031803b41ea8c76103954abe authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #25 from nvh95/nvh95-patch-1

fix: Fix logo on dark theme

ad840b44dab736d41dbf4f126c48085a20e99d1f authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: Update logo to work with github dark theme

199f3768b10970fd02bd6a45a93dc68ed7ef7799 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update README.md

e7da30dc4836198018efb0f07dca7efd9f967326 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #29 from nvh95/all-contributors/add-ntbinh-Harvey

docs: add ntbinh-Harvey as a contributor for test

17cf3e06736faae76207fd9605e8eacaafc19c1e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
docs: update .all-contributorsrc [skip ci]

f8631177cd32f3b61006ae715350d3e80eff3931 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update README.md [skip ci]

5496bf11e5ca575a1e330eccf62c2b40db436824 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
fix: Fix logo on dark theme

1892c71e07a4ef8e76ccf4b3f64a0f4d7760bb9f authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #24 from nvh95/all-contributors/add-doanhuuviet

docs: add doanhuuviet as a contributor for design

00ee53930d2a19d2a7d57f9036a20be8ddee5cad authored over 2 years ago by Hung Viet Nguyen <[email protected]>
docs: update .all-contributorsrc [skip ci]

30c52779ea1fa65e9e666b6a39f1b5f526bec826 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update README.md [skip ci]

c386836c7d64eb2a4301af6667119575322bc4b4 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Merge pull request #23 from nvh95/logo

feat: Add logo

fa515d52fd0f14a2c5da07cf23bfdfbaffc04ef7 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Add logo

a9b011250719fabc97064253a1400924b3cef5f6 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: Add build step to github actions

47438142365dac01eb0571fce2a111914f2faa40 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Enable github action

334569560c0fc21f40ecd97827f94270866cc42b authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Do not copy files to .cache folder in processFile

851cbc362804c8b2e8094e5347ff1ff08bd04b7e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Add VSCode config

30912e70609c2f6834ea964d2804065fb3b28669 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
Merge pull request #17 from nvh95/warning-styled-components

fix: fix warning if user's project does not use styled-components

6f7541c2d59c22efd6d7cd2e1659d97e583632ad authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.0.2

2f555033865b2498b9d3140ff8a021728c72b50d authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: try to reuse openning tab when open previewServer

854d2143a6b2463e5b1f3de9dee61fce363a8609 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.0.2-alpha.0

429c99c5e0a63864b84faebc79891310057ddcb8 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
fix: fix warning if user's project does not use styled-components

f689edecf65aceb568149b0f98a4f4f9a2543f9e authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.0.1

ff50efc6db15b8c6835a0ddf693bb7d557b98144 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update content of fallback page

1684aae20e2e3234e1df480bdc96f4612f007b81 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: release 0.0.1-alpha.1

c572c7196e491e66b7f0c8d2382002472269fdee authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Add new GIF demo image

58c7b0795cbfd3355ded863539856257c3056383 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
feat: Auto reload when add and remove file + add ws listener in fallback page

faed9800b19f1280e14dc52800611dd6d99efc41 authored over 2 years ago by Hung Viet Nguyen <[email protected]>
chore: Update README.md

de3478bc2be99358a8af84f00ff33a8bbe6a15c3 authored over 2 years ago by Hung Viet Nguyen <[email protected]>