Ecosyste.ms: OpenCollective

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

html-react-parser

HTML to React parser.
Collective - Host: opensource - https://opencollective.com/html-react-parser - Website: https://b.remarkabl.org/html-react-parser - Code: https://github.com/remarkablemark/html-react-parser

build(package): update rollup plugins in devDependencies

Replace deprecated plugins with latest plugins:

* [email protected] -> @rollup/plug...

github.com/remarkablemark/html-react-parser - f189246847faf84d403e28df8299ff203b98e83e authored over 4 years ago by Mark <[email protected]>
build(package): upgrade devDependencies

dtslint ^3.6.4 → ^3.6.10
lint-staged ^10.2.6 → ^10.2.7
nyc ^15.0.1 → ^1...

github.com/remarkablemark/html-react-parser - 5e104dbcda32ddb143b4ee306c441fe64c630491 authored over 4 years ago by Mark <[email protected]>
build(package): downgrade standard-version@6

Because standard-version >=6 no longer bumps package with 0.x.x
version correctly.

github.com/remarkablemark/html-react-parser - cc5b3e362f0fba3fded7592f94948154395815b6 authored over 4 years ago by Mark <[email protected]>
Merge pull request #157 from remarkablemark/build/devDependencies

build: upgrade devDependencies

github.com/remarkablemark/html-react-parser - 43c6775b951f0e1d37f4bbd565d886301da98bc2 authored over 4 years ago by Mark <[email protected]>
build(package): add missing peerDependency `typescript`

Required by `tslint` and `tsutils`

github.com/remarkablemark/html-react-parser - 91fb693c9ca9e4c473b1f532d0e03e6c42b90916 authored over 4 years ago by Mark <[email protected]>
build(rollup): upgrade rollup, consolidate config, remove cross-env

rollup ^1.26.3 → ^1.32.1

Consolidate `build:min` and `build:unmin` into 1 `build` script.

...

github.com/remarkablemark/html-react-parser - 55b2b4e7a647e9829e89a45524ece86d0ab620bd authored over 4 years ago by Mark <[email protected]>
build(package): upgrade devDependencies

@commitlint/cli ^8.2.0 → ^8.3.5
@commitlint/config-conventional ^8.2...

github.com/remarkablemark/html-react-parser - b2dc83b9834b70424c1525d5b30b7c6c32016838 authored over 4 years ago by Mark <[email protected]>
test(html-to-react): tidy and organize tests in html-to-react.js

github.com/remarkablemark/html-react-parser - 8dfbfe03a65f900b2661dc80227883a77bef766c authored over 4 years ago by Mark <[email protected]>
chore(eslint): upgrade dependency, add rules no-debugger + no-console

eslint ^6.6.0 → ^7.1.0

github.com/remarkablemark/html-react-parser - a700efbeae629ce987e4c62b3fd46e5c4f41be17 authored over 4 years ago by Mark <[email protected]>
chore(lintstaged): upgrade dependency and update .lintstagedrc.json

lint-staged ^9.4.2 → ^10.2.6

github.com/remarkablemark/html-react-parser - 9f589ec09513d774d60ce44e7610a397497020d2 authored over 4 years ago by Mark <[email protected]>
chore(husky): upgrade dependency and run `lint:dts` in pre-commit

husky ^3.0.9 → ^4.2.5

github.com/remarkablemark/html-react-parser - 8e3d1279a9b7bbe33c4d74aaa29121b2af35d4fc authored over 4 years ago by Mark <[email protected]>
style(lib): upgrade prettier and fix lint

prettier ^1.19.1 → ^2.0.5

Update .prettierrc.json to ensure code style is still consistent....

github.com/remarkablemark/html-react-parser - 4b5fad9ca5ea47d360a1b894ed0f675f879d7f65 authored over 4 years ago by Mark <[email protected]>
docs(index): tidy JSDoc comments in index.js

github.com/remarkablemark/html-react-parser - 57d27ff40f745f7effadc3a4eefb190ff6941a0e authored over 4 years ago by Mark <[email protected]>
Merge pull request #156 from remarkablemark/test/coverage

test: refactor and add missing tests, get coverage to 100%

github.com/remarkablemark/html-react-parser - 74931e41b39400bc6b827c72310aad0a0a37ab07 authored over 4 years ago by Mark <[email protected]>
ci(travis): move coveralls script from package.json to .travis.yml

Use `npx` so we can remove `coveralls` from devDependencies

github.com/remarkablemark/html-react-parser - aeed1bf4cf3851ed102bcbf91ed53fe32afce23d authored over 4 years ago by Mark <[email protected]>
test(dom-to-react): tidy tests and add case for single node replace

This gets coverage to 100%.

github.com/remarkablemark/html-react-parser - 452f6be01500adffd740b0b1edb7a06790ba46f7 authored over 4 years ago by Mark <[email protected]>
test(attributes-to-props): test that CSS comment is not parsed

This helps improve test coverage for `attributes-to-props.js`.

Move empty style test to its own...

github.com/remarkablemark/html-react-parser - 0c27987ff10fa13f3f2f35ba1aba0b88b0e0d92e authored over 4 years ago by Mark <[email protected]>
refactor(attributes-to-props): remove string type check in `cssToJs`

Since it does not provide any value as style is either undefined,
null, or string.

github.com/remarkablemark/html-react-parser - 77a108b037814b711d69600f2ccb615c37c63e00 authored over 4 years ago by Mark <[email protected]>
test: tidy tests, replace `assert.equal` with `assert.strictEqual`

github.com/remarkablemark/html-react-parser - ef04effebdd2f753c99f706599d656b314442d08 authored over 4 years ago by Mark <[email protected]>
Merge pull request #146 from yunyu/ylin/jsx-element-types

fix: use JSX.Element for type definitions

github.com/remarkablemark/html-react-parser - 0da2807cd08b4bd0c42278e774cd5b1b9febdb02 authored almost 5 years ago by Mark <[email protected]>
fix: update .d.ts docstrings

github.com/remarkablemark/html-react-parser - bae05c0a00ac4917b8d0d3137098010a13f8377d authored almost 5 years ago by Yunyu Lin <[email protected]>
fix: use JSX.Element for type definitions

github.com/remarkablemark/html-react-parser - d8e2adad4410544bbff4b5c9b827225aa96ed5d5 authored almost 5 years ago by Yunyu Lin <[email protected]>
docs(readme): update FAQ with issue on inline style parsing error

github.com/remarkablemark/html-react-parser - 8a63228b55d871f390245ed83ee67bbdb3b89a9d authored almost 5 years ago by Mark <[email protected]>
Merge pull request #144 from heldergoncalves92/master

fix(index): add default export for parser

github.com/remarkablemark/html-react-parser - 4f10d6d0270c71c96b9da45156bf09c1c25d171a authored almost 5 years ago by Mark <[email protected]>
test(html-to-react): have a stronger assert

github.com/remarkablemark/html-react-parser - 064f0dfc742f67d57941a02bfdb70a76b56be472 authored almost 5 years ago by heldergoncalves92 <[email protected]>
test(html-to-react): add test to ensure default export for parser

github.com/remarkablemark/html-react-parser - efba1d402000b25b8800e33c2b934351b64bac0c authored almost 5 years ago by heldergoncalves92 <[email protected]>
fix(index): add default export for parser

github.com/remarkablemark/html-react-parser - 62599594de72c12c0c9fe9a8642ee52ed0488734 authored almost 5 years ago by heldergoncalves92 <[email protected]>
docs(readme): update FAQ with error and SSR section

github.com/remarkablemark/html-react-parser - 039e1c1f167aaf7e7861b72ab5b32b5716d1088c authored almost 5 years ago by Mark <[email protected]>
Merge pull request #137 from remarkablemark/fix/types

fix: make `replace` optional in type declaration and update JSDoc

github.com/remarkablemark/html-react-parser - f8c0e3f29e0f70ce6bb4b64beb210d0f29723a01 authored almost 5 years ago by Mark <[email protected]>
fix(index): make `replace` property optional in `index.d.ts`

And update the return types

See #134

github.com/remarkablemark/html-react-parser - 801512ba353e46ba931ee018ea8a9ec6c2d5da60 authored almost 5 years ago by Mark <[email protected]>
docs(lib): update JSDoc in `dom-to-react`

github.com/remarkablemark/html-react-parser - 98baf3917c152720e288626a4cb116681748dd8d authored almost 5 years ago by Mark <[email protected]>
chore(package): fix `prepublishOnly` script with `lint:dts`

github.com/remarkablemark/html-react-parser - ee2d5a41a966df1f9a14f086e9600e0fef385e6a authored about 5 years ago by Mark <[email protected]>
Merge pull request #131 from remarkablemark/build/package

chore: upgrade dependencies, update docs, move TypeScript tests

github.com/remarkablemark/html-react-parser - 945cfb21b04a821a7bc6dd902535830e676bae2d authored about 5 years ago by Mark <[email protected]>
ci(travis): fix script `npm run lint:dts`

github.com/remarkablemark/html-react-parser - 7321d6c6612f707563a3dbe4a0eaaba661f9c765 authored about 5 years ago by Mark <[email protected]>
docs(readme): refactor html links to markdown links

github.com/remarkablemark/html-react-parser - da6fc125b444b2d7afb2f326694ecfb55b765aad authored about 5 years ago by Mark <[email protected]>
docs: move test, lint, release from README.md to CONTRIBUTING.md

github.com/remarkablemark/html-react-parser - cbc579d621d7c4dcc1a4ee42699ecbf2e1d13dd0 authored about 5 years ago by Mark <[email protected]>
docs(contributing): add CONTRIBUTING.md

https://github.com/thoughtbot/factory_bot_rails/blob/master/CONTRIBUTING.md

github.com/remarkablemark/html-react-parser - 1432d1f17f87830f5e7a9d5b510c3c22781fb16a authored about 5 years ago by Mark <[email protected]>
chore: rename script `dtslint` to `lint:dts` in package.json

And update README

github.com/remarkablemark/html-react-parser - 898a3929dbfbbda5f603346a9331da9ccd88b3f8 authored about 5 years ago by Mark <[email protected]>
test(types): move TypeScript tests from `lint` to `test` directory

github.com/remarkablemark/html-react-parser - 7c9ab9d673a92c46e36849b4131b20e85165a79b authored about 5 years ago by Mark <[email protected]>
build(package): upgrade devDependencies

github.com/remarkablemark/html-react-parser - aaddf1bc90f7d03ad205fc9d33d960a6543f49ed authored about 5 years ago by Mark <[email protected]>
build(package): upgrade dependency [email protected]

https://github.com/remarkablemark/style-to-object/releases/tag/v0.3.0

github.com/remarkablemark/html-react-parser - 87a04866fadff70d4ee1ff6418d6e7fccf1b110b authored about 5 years ago by Mark <[email protected]>
Merge pull request #129 from davidbailey00/support-preact

Add support for Preact

github.com/remarkablemark/html-react-parser - 29987420e87225ddf96e3492727473e51abf9fc7 authored about 5 years ago by Mark <[email protected]>
refactor(dom-to-react): change how library option works

- Update README
- Add typings
- Add a new test for Preact
- Restore old peerDependencies

github.com/remarkablemark/html-react-parser - 6c6b8ecc7fdc5ced698d0f4791213d8320b5276a authored about 5 years ago by David Bailey <[email protected]>
chore(package): make peer deps optional + add Preact

github.com/remarkablemark/html-react-parser - d09eb38bbf91adc8f1b2f217858c1664148d08e8 authored about 5 years ago by David Bailey <[email protected]>
feat(dom-to-react): support Preact

github.com/remarkablemark/html-react-parser - c3e77bbc3db382e6c76b172634c0e334f6edbfd3 authored about 5 years ago by David Bailey <[email protected]>
Merge pull request #128 from remarkablemark/build/package

build(package): upgrade dependency [email protected]

github.com/remarkablemark/html-react-parser - d5aabb47207d16291bf121f5520f285a456c20ce authored about 5 years ago by Mark <[email protected]>
build(package): upgrade dependency [email protected]

html-dom-parser 0.2.2 → 0.2.3

This fixes a bug related to client-side DOM parsing for un...

github.com/remarkablemark/html-react-parser - 891eda4406324e51e722524b7d31924b22c5b5d8 authored about 5 years ago by Mark <[email protected]>
chore: add `CODE_OF_CONDUCT.md`

https://www.contributor-covenant.org/

github.com/remarkablemark/html-react-parser - 4a99cc5608a4f651f965976cbc47ef8cc66918d8 authored about 5 years ago by Mark <[email protected]>
docs(readme): fix grammar and improve wording in FAQ

github.com/remarkablemark/html-react-parser - 99cd78a96cabeb3d15986deef6ce3fedee33bb52 authored about 5 years ago by Mark <[email protected]>
docs(readme): update FAQ that parser doesn't do HTML sanitization

See #124

github.com/remarkablemark/html-react-parser - 78cc9b30bff8be8dfc3cb6e30e94fa374a25fb4c authored about 5 years ago by Mark <[email protected]>
fix: refactor TypeScript declaration file for `index.d.ts`

The script `npm run dtslint` was returning the error:

```
ERROR: 5:1 expect TypeScript@next e...

github.com/remarkablemark/html-react-parser - f1fc00b24346493a0d753b294e3ffd4db2cd18e5 authored over 5 years ago by Mark <[email protected]>
Merge pull request #123 from dbvisel/patch-1

docs(readme): fix variable name in code block example

Change `parserOptions` to `options`

...

github.com/remarkablemark/html-react-parser - b49ee2882874d7bd1abb95e191d23e945ab1c193 authored over 5 years ago by Mark <[email protected]>
corrected example in README.md

Changed parserOptions to options in the longest example.

github.com/remarkablemark/html-react-parser - 21211ec0a029eea29df6b92424ccc54c2d0a5c9d authored over 5 years ago by Dan Visel <[email protected]>
build(package): remove `opencollective-postinstall`

github.com/remarkablemark/html-react-parser - 6e0b870522fb1b1d099c1daab662930aecc21efb authored over 5 years ago by Mark <[email protected]>
docs(readme): reorganize badges and sections

- Make `Financial Contributors on Open Collective` the last badge
- Remove `Special Thanks` sect...

github.com/remarkablemark/html-react-parser - d3329072ac572a0127a65b0a299ed44be96fea61 authored over 5 years ago by Mark <[email protected]>
Merge pull request #121 from opencollective/opencollective

Activating Open Collective

github.com/remarkablemark/html-react-parser - fb6e0738238e97dad4bf032654fb7d684e850ec7 authored over 5 years ago by Mark <[email protected]>
Added financial contributors to the README

github.com/remarkablemark/html-react-parser - a741058fca34446ed1375cf21f9b31f436ea8624 authored over 5 years ago by Jess <[email protected]>
Added call to donate after npm install (optional)

github.com/remarkablemark/html-react-parser - 30b38bcdc604d2b9934368ab583dedadfe190a63 authored over 5 years ago by Jess <[email protected]>
chore(github): tidy comments in `PULL_REQUEST_TEMPLATE.md`

github.com/remarkablemark/html-react-parser - d021196f80fb1f6bb6581f568730424dc8ac45d9 authored over 5 years ago by Mark <[email protected]>
docs(readme): add Support section with links to funding platforms

github.com/remarkablemark/html-react-parser - 2e0b6bea291aa6ac4fcb1966c3d82ce97eba2662 authored over 5 years ago by Mark <[email protected]>
chore(github): tidy comment in `ISSUE_TEMPLATE.md`

github.com/remarkablemark/html-react-parser - ff38a6da9549e8fd712ffb2ae50cfa76cb4ef425 authored over 5 years ago by Mark <[email protected]>
chore(github): update FUNDING.yml with tidelift & custom teespring

github.com/remarkablemark/html-react-parser - 144714501d2b9dfa6c8b7dc747200d16fd8910f5 authored over 5 years ago by Mark <[email protected]>
chore(github): create `FUNDING.yml`

Add accounts to the following platforms:

- patreon
- open_collective
- ko_fi
- liberapay

github.com/remarkablemark/html-react-parser - e6c66248f8b55e1f88b0f28e4a98c0927eaa9b43 authored over 5 years ago by Mark <[email protected]>
Merge pull request #119 from remarkablemark/chore/examples

chore(examples): tidy script and amd examples; add app bootstrapped by create-react-app

github.com/remarkablemark/html-react-parser - 9a40ad77ac919fc6151ff28d1dd55e33d9e7c110 authored over 5 years ago by Mark <[email protected]>
chore(examples): add example app bootstrapped by Create React App

This is useful for testing that `html-react-parser` is properly
consumed and bundled by webpack.

github.com/remarkablemark/html-react-parser - 53f8a440ee7f6bcd8b50da5058f17b97987bdeb3 authored over 5 years ago by Mark <[email protected]>
chore(examples): rename `requirejs.html` to `amd.html`

github.com/remarkablemark/html-react-parser - 24fad2619de7b8c43d310439e0aa78559383e5d0 authored over 5 years ago by Mark <[email protected]>
chore(examples): tidy and simplify `requirejs.html`

Remove HTML cruft and use development versions of React and
ReactDOM.

github.com/remarkablemark/html-react-parser - ea2bff69f0c910c0c65501548d2b5fe6dfbc500e authored over 5 years ago by Mark <[email protected]>
chore(examples): rename `script-tag.html` to `script.html`

github.com/remarkablemark/html-react-parser - 45d77ed779333037d2315fa89143163aceeee43f authored over 5 years ago by Mark <[email protected]>
chore(examples): simplify and tidy `script-tag.html`

Remove HTML cruft and use development versions of React and
ReactDOM.

github.com/remarkablemark/html-react-parser - abb466d692cec20260ed249b5675674adb8d6764 authored over 5 years ago by Mark <[email protected]>
chore(package): update `lint` to ignore `/examples/` directory

github.com/remarkablemark/html-react-parser - 52b34997ad6caed30ae0f6914395b75af8a23264 authored over 5 years ago by Mark <[email protected]>
docs(readme): replace `react-dom-core` link with `react-property`

github.com/remarkablemark/html-react-parser - ac632fadec6795a5ac7767e37c404f40cfb3740c authored over 5 years ago by Mark <[email protected]>
Merge pull request #118 from remarkablemark/build/rollup

build: replace `webpack` with `rollup` in order to optimize bundle

github.com/remarkablemark/html-react-parser - d1c3ad8fd9c1fbd9090a55f839dc97e4572f12e1 authored over 5 years ago by Mark <[email protected]>
docs(index): improve JSDoc in `index.d.ts` and `index.js`

github.com/remarkablemark/html-react-parser - 00a4aadb018c9ffce407aa71e0db2a8030f7462c authored over 5 years ago by Mark <[email protected]>
build(index): fix rollup error of mixing named and default exports

```
(!) Mixing named and default exports
Consumers of your bundle will have to use bundle['defau...

github.com/remarkablemark/html-react-parser - 230de70f1e4b3ba5025af4699e5a29036ab43832 authored over 5 years ago by Mark <[email protected]>
build: replace `webpack` with `rollup` in order to optimize bundle

Save devDependencies:

* [email protected]
* [email protected]
* rollup-plugin-node-reso...

github.com/remarkablemark/html-react-parser - a04ef27ffc220d1c36ba4d50a8a734d7a7b3360d authored over 5 years ago by Mark <[email protected]>
Merge pull request #117 from remarkablemark/feat/react-property

feat: replace `react-dom-core` with `react-property`

github.com/remarkablemark/html-react-parser - 6278ec167223197940d1a362649f6553ce095a22 authored over 5 years ago by Mark <[email protected]>
build(package): update `react-property` to 1.0.1

There are optimizations that help decrease the final bundle size.

github.com/remarkablemark/html-react-parser - 26ebef99078ce937ba5291e4f8b4fd857b546489 authored over 5 years ago by Mark <[email protected]>
refactor(attributes-to-props): update `react-property` to 1.0.0

github.com/remarkablemark/html-react-parser - 25828d5bdcfefb6a5bd455433ff5cfd4d20b8371 authored over 5 years ago by Mark <[email protected]>
fix(attributes-to-props): handle attr named after Object properties

Since the property config is a POJO (Plain Old JavaScript Object),
this means the Object propert...

github.com/remarkablemark/html-react-parser - 3f857bb22a33ecd340caee80d58be4b9877e2eff authored over 5 years ago by Mark <[email protected]>
feat(attributes-to-props): check for overloaded boolean values

For HTML DOM attributes that can be either boolean or string,
make sure to convert the value cor...

github.com/remarkablemark/html-react-parser - 1151cfbbe5599613ab3c2c4173775cf54a1a4d77 authored over 5 years ago by Mark <[email protected]>
test(attributes-to-props): improve test names

github.com/remarkablemark/html-react-parser - 17fbdfd14dc088cb69e3c48e6aa7ddb4c08216ad authored over 5 years ago by Mark <[email protected]>
feat(attributes-to-props): replace `react-dom` with `react-property`

Save `[email protected]` to package.json dependencies and remove
`react-dom-core`.

Delete `l...

github.com/remarkablemark/html-react-parser - d6274b94707e4e70873b52c12a49fc97155418c6 authored over 5 years ago by Mark <[email protected]>
refactor(attributes-to-props): rename variables so they're semantic

github.com/remarkablemark/html-react-parser - 0ae8a11ab7d323be893c179d966e621eb9af8651 authored over 5 years ago by Mark <[email protected]>
Merge pull request #116 from remarkablemark/fix/script

fix: revert commit so <script> is parsed or else server-side rendering breaks

github.com/remarkablemark/html-react-parser - b3d5f7bf22a18ed136dbd00f8f20673498bac9b8 authored over 5 years ago by Mark <[email protected]>
chore(package): run lint & tests before publish, shorten description

github.com/remarkablemark/html-react-parser - fecd5d0504331547962a58008adea1dcf0656e35 authored over 5 years ago by Mark <[email protected]>
chore(attributes-to-props): destructure `camelCase` from `utilities`

github.com/remarkablemark/html-react-parser - bafd01731e6cb10e2cd417f5c3a3433e575d9439 authored over 5 years ago by Mark <[email protected]>
docs(readme): add info on dtslint & how to view coverage in browser

github.com/remarkablemark/html-react-parser - 8128cd8099354cec0b867507bc8827e7a191b299 authored over 5 years ago by Mark <[email protected]>
test(html-to-react): update variable name to fix test

github.com/remarkablemark/html-react-parser - 73237dd82e7d04369c2af7d62b8d9afa3b8d19c8 authored over 5 years ago by Mark <[email protected]>
revert: feat(dom-to-react): skip and do not parse <script> content

This reverts commit 1fb5ee26419914d07661c4b4f04ec93f52ccfa2c.

The reason for the revert is beca...

github.com/remarkablemark/html-react-parser - e625e1dee8fdc71da50fc142a9347c1ce7292a2e authored over 5 years ago by Mark <[email protected]>