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

ci(github): create codeql-analysis-yml

github.com/remarkablemark/html-react-parser - edf1ec67ea826cae116d47068ccc8d0699cde8e8 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #234 from remarkablemark/ci/github

ci(github): timeout jobs after 5 min, cache node modules, & name steps

github.com/remarkablemark/html-react-parser - 107363ae9405db2447f404f8b8979e6806226c46 authored almost 4 years ago by Mark <[email protected]>
ci(github): timeout `size-limit` workflow job after 5 minutes

github.com/remarkablemark/html-react-parser - 5b76fc04dd3294a85b855449e151d5c09c3b40ca authored almost 4 years ago by Mark <[email protected]>
ci(github): timeout job after 5 min, cache node modules, name steps

https://github.com/actions/cache/blob/main/examples.md#node---npm

github.com/remarkablemark/html-react-parser - faaa848d1c522b0e06261bc6bd96a438ce3e8969 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #232 from remarkablemark/chore/husky

chore(husky): migrate husky 4 to 5

github.com/remarkablemark/html-react-parser - f8d44f1b3a2a0bffd6c46edfa04483245bd1627e authored almost 4 years ago by Mark <[email protected]>
chore(package): alphabetize scripts & add caret to devDependencies

github.com/remarkablemark/html-react-parser - 8d84756423d0354ba429286123926d49deb8dd5b authored almost 4 years ago by Mark <[email protected]>
chore(husky): prepend binaries with `npx` in hooks

github.com/remarkablemark/html-react-parser - 2a79c9b07f33986042efcf628eb917da21168c97 authored almost 4 years ago by Mark <[email protected]>
chore: migrate husky 4 to 5

husky-4-to-5 v1.0.0-alpha

github.com/remarkablemark/html-react-parser - 0deac1f4d0148de814088f03f4a3d14b3d5577a9 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #230 from remarkablemark/dependabot/npm_and_yarn/commitlint/config-conventional-12.0.0

build(deps-dev): bump @commitlint/config-conventional from 11.0.0 to 12.0.0

github.com/remarkablemark/html-react-parser - 69177fc672e77e73db9c31c951a788060ab21423 authored almost 4 years ago by Mark <[email protected]>
build(deps-dev): bump @commitlint/config-conventional

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) fr...

github.com/remarkablemark/html-react-parser - 0c5916cd07c4c320595fe1ede79e730d3168922b authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #228 from remarkablemark/dependabot/npm_and_yarn/commitlint/cli-12.0.0

build(deps-dev): bump @commitlint/cli from 11.0.0 to 12.0.0

github.com/remarkablemark/html-react-parser - 6708f76e342f91fa4bada5c5340aca0101cb9ac9 authored almost 4 years ago by Mark <[email protected]>
build(deps-dev): bump @commitlint/cli from 11.0.0 to 12.0.0

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 11.0.0 to 12....

github.com/remarkablemark/html-react-parser - 347d40996bab61cfec984553e806207fbf9cc106 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(examples): rename and move examples to directories

github.com/remarkablemark/html-react-parser - 73021e3867c68549bba5440668a443455ee85ad3 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #225 from remarkablemark/test/module

test(module): write ES module unit test

github.com/remarkablemark/html-react-parser - 188f66f255d97394b5cd39d8786e852223b1d7b3 authored almost 4 years ago by Mark <[email protected]>
ci(github): add script `test:module` and run in build.yml

github.com/remarkablemark/html-react-parser - cb97ad0c3d4e261860a10eb8c42d8f2e2514ef0d authored almost 4 years ago by Mark <[email protected]>
test(module): add unit test for ES module

github.com/remarkablemark/html-react-parser - cb05ff7a2b43a03dcba194f7101abc6bc754fcff authored almost 4 years ago by Mark <[email protected]>
docs(changelog): tidy release 1.2.4

github.com/remarkablemark/html-react-parser - c81c0e8389c1ca60422a4e975c30d85896a2d614 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #223 from remarkablemark/fix/es-module

fix(index): refactor ES module from ES6 to ES5 syntax

github.com/remarkablemark/html-react-parser - 8c6988750a1433b82b4961d177117d392dcc580a authored almost 4 years ago by Mark <[email protected]>
fix(index): refactor ES module from ES6 to ES5 syntax

Fixes #222

Do not use object destructuring assignment in `index.mjs` since
it's not supported b...

github.com/remarkablemark/html-react-parser - 911225089fbebea5f5cfcf0e06b7b3fac76f624a authored almost 4 years ago by Mark <[email protected]>
docs(examples): update create-react-app README.md

github.com/remarkablemark/html-react-parser - 04bb88ec69b2ad8ca2deb40189eab5d54d243434 authored almost 4 years ago by Mark <[email protected]>
docs(changelog): update and tidy latest release

github.com/remarkablemark/html-react-parser - 7fcdc64d249499d57c65675ebe75d5e6330cf0b7 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #220 from remarkablemark/fix/es-modules

fix(index): make sure to export the named exports

github.com/remarkablemark/html-react-parser - 167db6f35fe93eb39961e34731d6ec25a9e3cdfd authored almost 4 years ago by Mark <[email protected]>
fix(index): make sure to export the named exports

Fixes #217

Caused by #216

github.com/remarkablemark/html-react-parser - 1689bd9b2c3a3dd6d9d7b3c06d9d3fa7436c65b5 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #219 from remarkablemark/examples/next

chore(examples): add Next.js app

github.com/remarkablemark/html-react-parser - ed5c61afbda41811ee5f7fd7fd4c6e0721164aa1 authored almost 4 years ago by Mark <[email protected]>
chore(examples): add Next.js app

https://nextjs.org/learn/basics/create-nextjs-app/setup

github.com/remarkablemark/html-react-parser - 7bd4e4456042175860598904edcf25b2ff51f087 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #218 from remarkablemark/examples/create-react-app

chore(examples): rename `app` to `create-react-app`

github.com/remarkablemark/html-react-parser - a9ec5e9805b26f23cebae5387e2acb2d4067d3e1 authored almost 4 years ago by Mark <[email protected]>
chore(examples): rename `app` to `create-react-app`

github.com/remarkablemark/html-react-parser - e8a4aca63acbc5c005f70a579a7c656f511535d9 authored almost 4 years ago by Mark <[email protected]>
docs(changelog): run CHANGELOG.md through prettier

github.com/remarkablemark/html-react-parser - 444a778d3d03f5fab64aeca8f158dbd73c889113 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #216 from remarkablemark/fix/es-modules

fix(index): export without const in `index.mjs`

github.com/remarkablemark/html-react-parser - 7beff8d9db500eb4d6615c9ef2c70ecfd5b95a78 authored almost 4 years ago by Mark <[email protected]>
fix(index): export without const in `index.mjs`

Fixes #214, fixes #213

github.com/remarkablemark/html-react-parser - 9639afbdf9ddf121af8d030660e63a472763c028 authored almost 4 years ago by Mark <[email protected]>
Merge pull request #215 from remarkablemark/examples/webpack

chore(examples): add webpack example

github.com/remarkablemark/html-react-parser - 68196094f4a198a7369589eaed8cacc6137f54ef authored almost 4 years ago by Mark <[email protected]>
chore(examples): add webpack example

github.com/remarkablemark/html-react-parser - 2a9afbffa99060f185093d8f04f392f163329090 authored almost 4 years ago by Mark <[email protected]>
chore(examples): upgrade devDependencies of example app

react ^16.8.6 → ^17.0.1
react-dom ^16.8.6 → ^17.0.1
react-scripts 3.0.1 ...

github.com/remarkablemark/html-react-parser - ecffbf1b0776a2079764fdfabdd3b1d1e30c294b authored almost 4 years ago by Mark <[email protected]>
Merge pull request #212 from remarkablemark/test/integration

test(integration): add tests for UMD bundle and fail build if there are warnings

github.com/remarkablemark/html-react-parser - 967ab44828e37c333bdb5fb30d048776b7f77a25 authored almost 4 years ago by Mark <[email protected]>
build(package): enable `--failAfterWarnings` to rollup build script

github.com/remarkablemark/html-react-parser - 1ba95f5759b851d67c53c4915e11dc05ddf7cf29 authored almost 4 years ago by Mark <[email protected]>
ci(github): run `test:integration` instead of `build`

github.com/remarkablemark/html-react-parser - 477b4a238e9cc831d2ddebf9c43e34bbfc4934e1 authored almost 4 years ago by Mark <[email protected]>
test(integration): add tests for UMD bundle

github.com/remarkablemark/html-react-parser - 2659967923dad16c6445e9a64b7ed184051a9b5e authored almost 4 years ago by Mark <[email protected]>
docs(changelog): tidy with prettier

github.com/remarkablemark/html-react-parser - 223bdecedc09f2ba76fcbb35b781b7ae519a49ce authored almost 4 years ago by Mark <[email protected]>
Merge pull request #211 from davidbailey00/patch-2

fix(package): add missing file to package.json files

github.com/remarkablemark/html-react-parser - c57939188f23b345ae7e340057714e0834afcf64 authored almost 4 years ago by Mark <[email protected]>
fix(package): add missing file

github.com/remarkablemark/html-react-parser - 70cdb4c65ecc4fd84241ef67949a0efd18b3e5e7 authored almost 4 years ago by David Bailey <[email protected]>
Merge pull request #210 from davidbailey00/patch-1

Improve support for modern ESM build tools

github.com/remarkablemark/html-react-parser - 4caa88cc3d6eaf9c28acaf6a344a8d7353a1c58b authored almost 4 years ago by Mark <[email protected]>
feat(package): add es module entry point

github.com/remarkablemark/html-react-parser - ca0340a25e9c9c56758656b3352267ade7e37a21 authored almost 4 years ago by David Bailey <[email protected]>
ci(github): add optional fields to `dependabot.yml`

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

fix(index): include domhandler `Node` in `DOMNode` type

github.com/remarkablemark/html-react-parser - bc4f6cb98debce6f9f63d533aa07b6ebb858e078 authored almost 4 years ago by Mark <[email protected]>
fix(index): include domhandler `Node` in `DOMNode` type

Fixes #207

github.com/remarkablemark/html-react-parser - ac4aff3e094254d985124759c590d14eaa506168 authored almost 4 years ago by Mark <[email protected]>
docs(readme): replace Discord invite link

https://discord.gg/njExwXdrRJ

github.com/remarkablemark/html-react-parser - a4f945ba1c69aa0488b9ffc06ef6efbe7f179c45 authored almost 4 years ago by Mark <[email protected]>
docs(readme): fix code block for domhandler Element node

github.com/remarkablemark/html-react-parser - 470375c4cd579bf9d5469e01b78e1c7ff6dce838 authored about 4 years ago by Mark <[email protected]>
docs(readme): update heading and link for `replace`

github.com/remarkablemark/html-react-parser - e7604e63584a576caa7cfcb8bc7e799ef3f00271 authored about 4 years ago by Mark <[email protected]>
docs(readme): update table of contents with FAQ addition

github.com/remarkablemark/html-react-parser - 2a61ee6196958d7cc1314e28c66e23d89df48a25 authored about 4 years ago by Mark <[email protected]>
docs(readme): update FAQ with how to use `trim` with `replace`

github.com/remarkablemark/html-react-parser - b6813dd412d353f23bb8ee58b3a7f711f3421f43 authored about 4 years ago by Mark <[email protected]>
docs(readme): tidy example links

github.com/remarkablemark/html-react-parser - 9b27fcddfa7ac7c581ef4e8c731801ff7225f23f authored about 4 years ago by Mark <[email protected]>
docs(security): add SECURITY.md

Inspired by https://github.com/fb55/htmlparser2/blob/v6.0.0/SECURITY.md

github.com/remarkablemark/html-react-parser - bc95f347b4ed2719dc94eb9388bcf4c24fa61e95 authored about 4 years ago by Mark <[email protected]>
docs(readme): add Discord badge and remove Open Collective badge

github.com/remarkablemark/html-react-parser - 587fe6470d06a2cbe6ec7c9f1dc942d40a8949ca authored about 4 years ago by Mark <[email protected]>
ci(github): add `dependabot.yml`

github.com/remarkablemark/html-react-parser - 272d2cb3f21bce9c5e611c7942f4de82969f840c authored about 4 years ago by Mark <[email protected]>
docs(readme): tidy CodeSandbox links

github.com/remarkablemark/html-react-parser - 3184685efe14684483b98cca352079197d55471b authored about 4 years ago by Mark <[email protected]>
docs(readme): note that IE9 is no longer supported in migration v1

github.com/remarkablemark/html-react-parser - 279bcf78a9bf2d40973afeeafb84e0a0bd2eebce authored about 4 years ago by Mark <[email protected]>
Merge pull request #203 from remarkablemark/fix/title

fix: escape tags inside of <title> (upgrade html-dom-parser to 1.0.0)

github.com/remarkablemark/html-react-parser - f22d756ed12054b16609a3ecc869a494b8ddc18a authored about 4 years ago by Mark <[email protected]>
test: add snapshot to verify tags inside of `<title>` are escaped

github.com/remarkablemark/html-react-parser - 943e2d30a104c1084fbc27a09b33dd7a1e4f352f authored about 4 years ago by Mark <[email protected]>
docs(readme): update htmlparser2 section and remove `decodeEntities`

github.com/remarkablemark/html-react-parser - 886e53d3dfd792289197e5e69ba92e422fffe54e authored about 4 years ago by Mark <[email protected]>
refactor(index): prune unnecessary option for `htmlparser2`

`htmlparser2` defaults `decodeEntities` to true in v5.0.0:

https://github.com/fb55/htmlparser2/...

github.com/remarkablemark/html-react-parser - 1dc24f11e03ea27b02ff45e1cde96ffdf2478ca9 authored about 4 years ago by Mark <[email protected]>
fix: escape tags inside of `<title>` ([email protected])

Fixes #202

html-dom-parser 0.5.0 → 1.0.0

* https://github.com/remarkablemark/html-dom-pars...

github.com/remarkablemark/html-react-parser - 07e10551f5febfa70075df22255cb2eb1dec5f54 authored about 4 years ago by Mark <[email protected]>
docs(readme): fix instructions for `Element` type check in TS

github.com/remarkablemark/html-react-parser - 6cd9a208d80ae7ec76595fecde2fade9b1104668 authored about 4 years ago by Mark <[email protected]>
Merge pull request #201 from remarkablemark/feat/types

feat(index): export `domhandler` node types and update README.md

github.com/remarkablemark/html-react-parser - b97bc576528fd9e1c15923a1ff0d4ac091c3c740 authored about 4 years ago by Mark <[email protected]>
docs(readme): add CodeSandbox (TypeScript) to list of "Examples"

https://codesandbox.io/s/html-react-parser-z0kp6

github.com/remarkablemark/html-react-parser - 057ab48ffcb08b811ad8e8bf3b9659276d5986a7 authored about 4 years ago by Mark <[email protected]>
docs(readme): improve headings and update "Table of Contents"

github.com/remarkablemark/html-react-parser - d83bf94690a6b2578b9b0e379812d10742fe0801 authored about 4 years ago by Mark <[email protected]>
test(types): import `Element` type from index module

github.com/remarkablemark/html-react-parser - db456cb7f650babe6036b2509dacf4646df18028 authored about 4 years ago by Mark <[email protected]>
docs(readme): update TypeScript example with `Element` type

github.com/remarkablemark/html-react-parser - 21b45a47f7c4cc23c8b1faa1dfcbc16918a0c15c authored about 4 years ago by Mark <[email protected]>
feat(index): export `domhandler` node types

github.com/remarkablemark/html-react-parser - dfa0c1978684f42cdcabd32e95379dfb52ef1d0c authored about 4 years ago by Mark <[email protected]>
chore: remove unused `tslint.json`

github.com/remarkablemark/html-react-parser - bf33b36c4a890f2e30a320add83ce2fa57c9f744 authored about 4 years ago by Mark <[email protected]>
docs(readme): add "Migration" section and add TS example to FAQ

github.com/remarkablemark/html-react-parser - 59bc2747c0481d94f6a8968229f5b3803e2932ce authored about 4 years ago by Mark <[email protected]>
chore: fix and update scripts and links in CONTRIBUTING.md

github.com/remarkablemark/html-react-parser - 3a559e407d31822c35d74c576f37b372ff860a25 authored about 4 years ago by Mark <[email protected]>
Merge pull request #197 from remarkablemark/ci/size-limit

ci(github): add `size-limit.yml` workflow

github.com/remarkablemark/html-react-parser - 01299ebea60304a3e763c26be4cce327e8ab16e8 authored about 4 years ago by Mark <[email protected]>
docs(readme): add Size Limit to `Performance` section

github.com/remarkablemark/html-react-parser - e82e419878db94c5e7f4bb104b040f029a122f3d authored about 4 years ago by Mark <[email protected]>
ci(github): add `size-limit.yml` workflow

https://github.com/andresz1/size-limit-action

github.com/remarkablemark/html-react-parser - 8ef58697c8b66ae3813787f0b06bda4311ff8c83 authored about 4 years ago by Mark <[email protected]>
chore: add `.size-limit.json` with limit of 8 KB

github.com/remarkablemark/html-react-parser - 3f89ae0500387482cd376ee706269d4429640ece authored about 4 years ago by Mark <[email protected]>
build(package): save `size-limit` and `@size-limit/preset-big-lib`

github.com/remarkablemark/html-react-parser - d03ff92706bbb199fffa3f8a91d7f706ef440e1f authored about 4 years ago by Mark <[email protected]>
docs(readme): fix and update README.md

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

build(package): upgrade devDependencies

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

@typescript-eslint/parser ^4.9.0 → ^4.9.1
eslint-plugin-prettier ^3.2.0 → ^3.3.0
hus...

github.com/remarkablemark/html-react-parser - fda66024f1735f67015c85e660b84bb7f9344bd7 authored about 4 years ago by Mark <[email protected]>
Merge pull request #195 from remarkablemark/build/dependencies

build(package): upgrade dependency `html-dom-parser` to 0.5.0

github.com/remarkablemark/html-react-parser - 37c57d15e90acb0ff7124417a8f53271944c5da1 authored about 4 years ago by Mark <[email protected]>
build(package): upgrade dependency `html-dom-parser` to 0.5.0

BREAKING CHANGE: upgrade dependency `html-dom-parser` to 0.5.0

github.com/remarkablemark/html-react-parser - 5568ed72fb2c31c1924eac114f38d6294c3ba342 authored about 4 years ago by Mark <[email protected]>
Merge pull request #193 from remarkablemark/fix/web-components-style

fix(dom-to-react): transform style to object for Web Components

github.com/remarkablemark/html-react-parser - 8dbfc13ebc9b34599e8d06e64c223f0ffb66fed5 authored about 4 years ago by Mark <[email protected]>
fix(dom-to-react): transform style to object for Web Components

Fixes #188

github.com/remarkablemark/html-react-parser - 83efbce1123d3fb6d28b066cf60559a769e9a138 authored about 4 years ago by Mark <[email protected]>
Merge pull request #192 from remarkablemark/refactor/dom-to-react

refactor(dom-to-react): rename function, tidy module, add tests

github.com/remarkablemark/html-react-parser - 2afcf154f56c5639bf7e3c8a9a63cb592ccb78c2 authored about 4 years ago by Mark <[email protected]>
test(dom-to-react): add test cases for text, comment, and doctype

github.com/remarkablemark/html-react-parser - e35be8e89248d10597a2fa3fbf6506fd1fb0bee2 authored about 4 years ago by Mark <[email protected]>
refactor(dom-to-react): rename `shouldPassAttributesUnaltered`

Rename `shouldPassAttributesUnaltered` -> `skipAttributesToProps`
and tidy JSDoc.

github.com/remarkablemark/html-react-parser - 6d31abc2a5279f226d7d5ef3fc2080a83ad44444 authored about 4 years ago by Mark <[email protected]>
refactor(dom-to-react): require `react` on top and tidy JSDoc

github.com/remarkablemark/html-react-parser - d76c68c421212b2a747e125b5b5f0766f211e7f2 authored about 4 years ago by Mark <[email protected]>
Merge pull request #191 from remarkablemark/test/refactor

test: modularize test data and refactor tests to snapshots

github.com/remarkablemark/html-react-parser - 42317c72a5ebc76f2c314c064cc0dae42101ef33 authored about 4 years ago by Mark <[email protected]>
test(index): refactor HTMLReactParser tests to snapshots

github.com/remarkablemark/html-react-parser - fb90b8f83d5e6f0992df136f7af3301013f80cb4 authored about 4 years ago by Mark <[email protected]>
test(html-to-react): refactor tests for HTMLReactParser

github.com/remarkablemark/html-react-parser - 4594798e095d9f47e72c491e5ee0bcfff5414591 authored about 4 years ago by Mark <[email protected]>