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

Merge pull request #114 from remarkablemark/build/package

build(package): update dependency `style-to-object` to 0.2.3

github.com/remarkablemark/html-react-parser - 47fda2390db424740044c526798c715adee574b9 authored over 5 years ago by Mark <[email protected]>
build(package): update dependency `style-to-object` to 0.2.3

The latest version helps decrease the library's bundle size given
the optimizations in remarkabl...

github.com/remarkablemark/html-react-parser - c2cc2ecc8463f8d8dca6734b5584f22fe1efaabd authored over 5 years ago by Mark <[email protected]>
docs(readme): improve wording, update code blocks, fix broken link

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

build(package): update dependencies, tidy docs and examples, generate sourcemap

github.com/remarkablemark/html-react-parser - e2e6414bc72a5b9ea55f383bc95ad26ef98ea353 authored over 5 years ago by Mark <[email protected]>
build(package): refactor webpack config and generate sourcemap

github.com/remarkablemark/html-react-parser - 5dd4f0723cfeb2ba823ba87381880d9487d8905d authored over 5 years ago by Mark <[email protected]>
fix(attributes-to-props): fix lint error `no-prototype-builtins`

After updating `eslint` from ^5.10.0 to ^6.0.0, the following
error appeared:

```
Disallow use ...

github.com/remarkablemark/html-react-parser - fa66dfce3c1bd7219356fcb86884b8d1333036be authored over 5 years ago by Mark <[email protected]>
build(package): update dependencies and devDependencies

dtslint ^0.7.9 → ^0.8.0
eslint ^5.10.0 → ^6.0.0
@types/react ^...

github.com/remarkablemark/html-react-parser - 8765ea909bd76734aac96fb86b09aac1280a13c0 authored over 5 years ago by Mark <[email protected]>
chore: set `parserOptions.sourceType` to "module" in `.eslintrc`

github.com/remarkablemark/html-react-parser - 8533a3e3b3933c92ff20584da311f5b1c1fbff6e authored over 5 years ago by Mark <[email protected]>
chore(lint): update `.lintstagedrc` to prettify other extensions

github.com/remarkablemark/html-react-parser - 6c721b06b76e7c61a99388d5ed799249d123283d authored over 5 years ago by Mark <[email protected]>
chore(examples): tidy `script-tag.html` with prettier

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

github.com/remarkablemark/html-react-parser - 679a69414e2f4663bfe2d1defd0fc77b4099734f authored over 5 years ago by Mark <[email protected]>
ci(travis): replace `after_script` with `after_success`

Send coverage report to coveralls if script run is successful

github.com/remarkablemark/html-react-parser - c0d82174ebce4643bd53611a6e06fe0cb55860d2 authored over 5 years ago by Mark <[email protected]>
chore(git): update `.gitignore` and ignore `.nyc_output` directory

github.com/remarkablemark/html-react-parser - 7a865e54f140ae4d55ea0fc68ce459ba61ddbfa2 authored over 5 years ago by Mark <[email protected]>
chore(package): replace `istanbul` with `nyc`

github.com/remarkablemark/html-react-parser - 59432546137ab4d9548890c8ab6cb9d36152a6d6 authored over 5 years ago by Mark <[email protected]>
chore(git): update `.huskyrc` to run test coverage in pre-commit

github.com/remarkablemark/html-react-parser - b01257773cdec93ec44977938ac9b6be872e8d69 authored over 5 years ago by Mark <[email protected]>
chore(package): tidy fields "keywords" and "files"

github.com/remarkablemark/html-react-parser - d489a4eb3163a27f89a569bc6686b376f0e7833a authored over 5 years ago by Mark <[email protected]>
chore: rename npm script `test:cover` to `test:coverage`

github.com/remarkablemark/html-react-parser - 597122888248276617d1d9fc7da40e088a5e7cd6 authored over 5 years ago by Mark <[email protected]>
docs(readme): improve sentences and examples

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

build(package): update `[email protected]` and devDependencies

github.com/remarkablemark/html-react-parser - 63e7d5187a4628c6dd4edf00f0f750e69f2390c1 authored over 5 years ago by Mark <[email protected]>
docs(readme): update faq about script parsing and update testing

github.com/remarkablemark/html-react-parser - a41fad2da37bcca555da8a42af2ef4a14e273d5e authored over 5 years ago by Mark <[email protected]>
build(package): rename npm script `cover` to `test:cover`

And update `.travis.yml`

github.com/remarkablemark/html-react-parser - 7d806c8f5f0f7d045e5b6697518725f3e046b8db authored over 5 years ago by Mark <[email protected]>
build(package): update `[email protected]` and devDependencies

The latest version includes a SVG tag name whitelist for the
client parser.

Update devDependenc...

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

chore: skip <script> tag, improve test coverage, tidy code

github.com/remarkablemark/html-react-parser - eca7e35af03a3ebadf8f6f6e1436a1f65fdea9a2 authored over 5 years ago by Mark <[email protected]>
test: verify invalid style for `attributesToProps` throws an error

github.com/remarkablemark/html-react-parser - b97f2e14b3e21edebbe18afb91a1d9c692078f0d authored over 5 years ago by Mark <[email protected]>
test(html-to-react): add test that verifies `domToReact` is exported

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

The "script" node is skipped since `react-dom` was never really
rendering the contents.

Update ...

github.com/remarkablemark/html-react-parser - 1fb5ee26419914d07661c4b4f04ec93f52ccfa2c authored over 5 years ago by Mark <[email protected]>
perf(dom-to-react): destructure react object to optimize parser

github.com/remarkablemark/html-react-parser - 471ddfe2c414af709deb38444e6cc41396cc1f68 authored over 5 years ago by Mark <[email protected]>
Merge pull request #106 from remarkablemark/build/react-dom-core

build(package): update [email protected]

github.com/remarkablemark/html-react-parser - b2beb8d9f9a2aa9d326a7b2ae12d86250ed1e499 authored over 5 years ago by Mark <[email protected]>
docs(readme): tidy sentence and code blocks under usage

github.com/remarkablemark/html-react-parser - 4a0fc7e2a58753d2c0abd898e27129ef7f064a95 authored over 5 years ago by Mark <[email protected]>
chore(changelog): fix heading of latest release so it's consistent

github.com/remarkablemark/html-react-parser - eb3085ab1d0e9c151959ae21f60a13f073d5b978 authored over 5 years ago by Mark <[email protected]>
docs(readme): add badge showcasing NPM downloads

github.com/remarkablemark/html-react-parser - ec3f0b062b052dc312f7e5d50c19d806fbd8e946 authored over 5 years ago by Mark <[email protected]>
docs(readme): tidy and refactor replace example

github.com/remarkablemark/html-react-parser - dac4b4dd39e6e607ff471dd07ad96b298e7457f2 authored over 5 years ago by Mark <[email protected]>
Merge pull request #102 from scott-silver/silver/update-readme

update code sample in README

github.com/remarkablemark/html-react-parser - e43da964aad3be412dd0d19136fc059b5b47ae3e authored over 5 years ago by Mark <[email protected]>
ci(travis): fix commitlint script

github.com/remarkablemark/html-react-parser - 4453dda24e75f69b81f97a7fa24b29a72490f2d2 authored over 5 years ago by Mark <[email protected]>
docs(readme): update code sample

github.com/remarkablemark/html-react-parser - f3f524e652d0c8a8ad853d7ae928f5de2de77e27 authored over 5 years ago by Scott Silver <[email protected]>
chore(github): replace h3 with h2 in PULL_REQUEST_TEMPLATE.md

github.com/remarkablemark/html-react-parser - 1d4e760daad8906187bc24bd1ff752d2e18a3fec authored over 5 years ago by Mark <[email protected]>
ci(travis): run commitlint first in script

github.com/remarkablemark/html-react-parser - 04e95e0c8536b64f33acdf1a572d4f94ab825911 authored over 5 years ago by Mark <[email protected]>
Merge pull request #100 from AndrewLeedham/master

Add TypeScript definitions for domToReact

github.com/remarkablemark/html-react-parser - c988f75a1cd085bcfb25b30c808daa9a2113f014 authored almost 6 years ago by Mark <[email protected]>
fix(coveralls): moved dtslint tests to lint folder

github.com/remarkablemark/html-react-parser - 306fcebd6498607e79aca60af6a0f75185eeb9f0 authored almost 6 years ago by Andrew Leedham <[email protected]>
chore: upgraded to html-dom-parser 0.2.1

github.com/remarkablemark/html-react-parser - 84273f0643fd42520ea162ae92965aa01a267332 authored almost 6 years ago by Andrew Leedham <[email protected]>
refactor(types): export domToReact and htmlToDom

github.com/remarkablemark/html-react-parser - f6ac596ed99b3418d7297c96f3606c2f780a29ad authored almost 6 years ago by Andrew Leedham <[email protected]>
refactor(types): moved to root

github.com/remarkablemark/html-react-parser - 9bc66f8ea23e181e1f1b0cbdfa9a2c4a1e7933c1 authored almost 6 years ago by Andrew Leedham <[email protected]>
chore: upgrade html-dom-parser to 0.2.0

github.com/remarkablemark/html-react-parser - b46caebc8be2538d608a91c58d5337208e11d9fc authored almost 6 years ago by Andrew Leedham <[email protected]>
docs(types): added tsdoc @param

github.com/remarkablemark/html-react-parser - f85bc72a28d8068aceb7954337bc560b74e6bc6a authored almost 6 years ago by Andrew Leedham <[email protected]>
feat(types): add lib/dom-to-react declaration

github.com/remarkablemark/html-react-parser - 27ed8b668352c6d01c772030890d488bbae55280 authored almost 6 years ago by Andrew Leedham <[email protected]>
fix(types): html-dom-parser > html-react-parser

github.com/remarkablemark/html-react-parser - 438b9af4d75c4db861b7aab1b3d7128f402b2259 authored almost 6 years ago by Andrew Leedham <[email protected]>
Merge pull request #99 from NadiaIvaniuckovich/dom-to-react-custom-keys

DomToReact: Allow custom keys for replacement

github.com/remarkablemark/html-react-parser - 385f88fcfca0dbaa8ba8d355fe5d94f86e8c09e2 authored almost 6 years ago by Mark <[email protected]>
fix(dom-to-react): fix typos in the test

github.com/remarkablemark/html-react-parser - 4eec53e17a80b2148787d16060846c461bd9f7b2 authored almost 6 years ago by Nadia Ivaniukovich <[email protected]>
docs(readme): update FAQ and tidy Release section

github.com/remarkablemark/html-react-parser - d01e1c8368a956ad6f2d140d6a42c1225228ba45 authored almost 6 years ago by Mark <[email protected]>
fix(dom-to-react): allow custom keys for replacement

github.com/remarkablemark/html-react-parser - abf20a223b24cb16534c07dd51a76d65cd774fe7 authored almost 6 years ago by Nadia Ivaniukovich <[email protected]>
docs(readme): add FAQ section and note that library is not XSS safe

Closes #94

github.com/remarkablemark/html-react-parser - 570bf1aa2d2d139db24617189f111a027c37a165 authored almost 6 years ago by Mark <[email protected]>
Merge pull request #96 from nikolay-borzov/typescript-definitions

chore(typescript): add definitions

github.com/remarkablemark/html-react-parser - 68b403d9843a25b448165b43748d2a63a0890525 authored almost 6 years ago by Mark <[email protected]>
fix(typescript): test.tsx after dtslint run

github.com/remarkablemark/html-react-parser - 38e6bba4f97b73f5535762b27f69414a576602cc authored almost 6 years ago by nikolay-borzov <[email protected]>
chore(typescript): add dtslint as CI

- Specify return type for `replace`

github.com/remarkablemark/html-react-parser - 6e4d695529306cc16b680f204f1d3822139c88db authored almost 6 years ago by nikolay-borzov <[email protected]>
chore(typescript): add definitions

- Make `build` script work on Windows

github.com/remarkablemark/html-react-parser - c1223e5f7dc8be32b48c006b91e0d48889d6e6e9 authored almost 6 years ago by nikolay-borzov <[email protected]>
Merge pull request #93 from remarkablemark/upgrade-react-dom-core

chore(package): upgrade [email protected]

github.com/remarkablemark/html-react-parser - e83c7633e1ffc3d9c7f90fb69d12e6d410c4c7db authored almost 6 years ago by Mark <[email protected]>
chore(package): upgrade [email protected]

Fixes install warning:

```
html-react-parser > [email protected]" has unmet peer dependency ...

github.com/remarkablemark/html-react-parser - 72f6b63c994ff005847f7184574523fa7f3bda15 authored almost 6 years ago by Mark <[email protected]>
docs(github): tidy and update ISSUE_TEMPLATE.md

Replace h3 with h2 and improve wording of some sections.

github.com/remarkablemark/html-react-parser - ebd4ef4019229f119ec99f52bc71e49c6700321d authored almost 6 years ago by Mark <[email protected]>
docs(github): add ISSUE_TEMPLATE.md

github.com/remarkablemark/html-react-parser - 7f5f78d016a8a2b679bd0fb57b8541cfcf083723 authored almost 6 years ago by Mark <[email protected]>
docs(github): add PULL_REQUEST_TEMPLATE.md

github.com/remarkablemark/html-react-parser - 47b589d1a615df3e4253a0b15f560e9bd9338005 authored almost 6 years ago by Mark <[email protected]>
docs(readme): prettify file, add CodeSandbox link, tidy examples

- Prettify Markdown file with prettier
- Reorganize sections
- Tidy and refactor examples and co...

github.com/remarkablemark/html-react-parser - 1c014e6c5c597af764935d6110cf5eb7c402998e authored almost 6 years ago by Mark <[email protected]>
Merge pull request #86 from samikarak/master

fix(utilities): allow numbers in custom style names

github.com/remarkablemark/html-react-parser - 84cc697050fa8fd2a070f82f3ccacc75b4900811 authored about 6 years ago by Mark <[email protected]>
fix(utilities): allow numbers in custom style names

github.com/remarkablemark/html-react-parser - 5a6600f3343410a263440fcda5ee0b12f70b5b2b authored about 6 years ago by samikarak <[email protected]>
docs(changelog): fix markdown headings for 0.6.0 and 0.5.0 releases

github.com/remarkablemark/html-react-parser - a6cd72365be5725e7a5f64886b8ab0db989f285a authored about 6 years ago by Mark <[email protected]>
build(package): move husky hooks from package.json to .huskyrc

Resolves error:
```
Warning: Setting commit-msg script in package.json > scripts will be depreca...

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

* @commitlint/[email protected]
* [email protected]
* [email protected]
* [email protected]
* husky...

github.com/remarkablemark/html-react-parser - 3d1208b51b201378a5c9ce0211dc16f9f883ce7c authored about 6 years ago by Mark <[email protected]>
Merge pull request #83 from samikarak/master

support custom styles beginning with '--*'

github.com/remarkablemark/html-react-parser - 1f262839451ff4e888644b7f771a65c6b05a8cb9 authored about 6 years ago by Mark <[email protected]>
feat(utilities): add support for custom styles beginning with "--*"

github.com/remarkablemark/html-react-parser - 2c0a9dc6757e35bcffafa4c82a2a650a4df1fa8b authored about 6 years ago by sami karakoese <[email protected]>
refactor(utilities): memoize constant `PRESERVE_CUSTOM_ATTRIBUTES`

Replace `utilities.reactSupportsUnknownAttributes()` with constant
`utilities.PRESERVE_CUSTOM_AT...

github.com/remarkablemark/html-react-parser - 142f5d57c3389c29c160511622da58c12e85dab4 authored about 6 years ago by Mark <[email protected]>
fix(attributes-to-props): undo default function parameter

Reverting the default parameter set in `attributesToProps` will
enable ES5 compatibility since t...

github.com/remarkablemark/html-react-parser - 1017b25e636710fa5441ecc01f649259ad648236 authored about 6 years ago by Mark <[email protected]>
Merge pull request #78 from bschlenk/support-custom-elements

feat: support custom elements in React 16

github.com/remarkablemark/html-react-parser - 9eeef550b3c156764030510a2abda28624d04de2 authored about 6 years ago by Mark <[email protected]>
feat: support custom elements in React 16

github.com/remarkablemark/html-react-parser - 7b2c5a87c5bb8318281d35c352e398147fc1f72e authored about 6 years ago by Brian Schlenker <[email protected]>
Merge pull request #75 from remarkablemark/refactor-benchmark

Refactor benchmark

github.com/remarkablemark/html-react-parser - bfe20230c50f0303817286be9a574cb0d28e936d authored about 6 years ago by Mark <[email protected]>
ci(travis): run benchmark after build but before coveralls

github.com/remarkablemark/html-react-parser - aa303346b4f2ea4ef55229fe9c795533ec0033e6 authored about 6 years ago by Mark <[email protected]>
refactor(benchmark): move benchmark from test to its own directory

And update precommit hook to run test

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

Refactor tests to use ES6 syntax

github.com/remarkablemark/html-react-parser - c482c33cdf616e35cc12b62c46bb402a2a09e562 authored over 6 years ago by Mark <[email protected]>
refactor(test): rename `mocks.json` to `data.json`

github.com/remarkablemark/html-react-parser - 081d98ad7fe83b42df97ef4a4153081112f12e84 authored over 6 years ago by Mark <[email protected]>
refactor(test): migrate code in test directory to ES6

github.com/remarkablemark/html-react-parser - 1e02559ff933511307c035a58af39d61f5afc6a4 authored over 6 years ago by Mark <[email protected]>
build(eslint): update .eslintrc to allow ES6 syntax

github.com/remarkablemark/html-react-parser - aef0f5ee8cf17d8d942f0307c019d02a777b4c8a authored over 6 years ago by Mark <[email protected]>
docs(readme): tidy code blocks in README.md

github.com/remarkablemark/html-react-parser - ac69a8f6f102f4ef153231cb72c3a012c5afe7da authored over 6 years ago by Mark <[email protected]>
docs(readme): document how to exclude nodes with replace

Resolves #56

github.com/remarkablemark/html-react-parser - f06707b42fc54e00e61750656cca1a874f980b47 authored over 6 years ago by Mark <[email protected]>
Merge pull request #72 from remarkablemark/build/package

Update build and dependencies

github.com/remarkablemark/html-react-parser - e7c436f6e1ef0aed0d6b1e5e42d042bf677300af authored over 6 years ago by Mark <[email protected]>
ci(travis): run build script after lint and test

github.com/remarkablemark/html-react-parser - 5b849ee9f4e5091ad9b3afe595e20e4971429924 authored over 6 years ago by Mark <[email protected]>
build(webpack): upgrade to webpack v4 and add `build` script

devDependencies:
* [email protected]
* [email protected]

github.com/remarkablemark/html-react-parser - 83158325230fe22090e48e6498171bd9028831da authored over 6 years ago by Mark <[email protected]>
build(package): update package.json dependencies & devDependencies

Resolves #70

style-to-object 0.2.1 → 0.2.2
@commitlint/cli ...

github.com/remarkablemark/html-react-parser - 5f0e991ab1f39acd6612396a62478854890d2c77 authored over 6 years ago by Mark <[email protected]>
Merge pull request #69 from dalenberg/benchmark

docs(readme): add example benchmark output and script

github.com/remarkablemark/html-react-parser - 9de3e124b72a77575ae8c6a580a84f50a4baa6f9 authored over 6 years ago by Mark <[email protected]>
docs(readme): add example benchmark output and script

github.com/remarkablemark/html-react-parser - 3f9d47b24f57cd651b50b4a06d6b57f59ecef550 authored over 6 years ago by Tom Dalenberg <[email protected]>
Merge pull request #68 from dalenberg/benchmark

test: add benchmark test

github.com/remarkablemark/html-react-parser - a1536978b96eea6c8ec117cf50065bb05f4a9d8e authored over 6 years ago by Mark <[email protected]>
test: add benchmark test

github.com/remarkablemark/html-react-parser - 0e757400320f4206748fc98fe0074cd4a9d63758 authored over 6 years ago by Tom Dalenberg <[email protected]>
Merge pull request #57 from remarkablemark/style-prettier-lint

chore: lint with prettier and update README.md

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