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

docs(readme): reindent file, tidy examples, and improve wording

github.com/remarkablemark/html-react-parser - 2bd65190421be34e097cba85fccf15d061f7dbf0 authored over 6 years ago by Mark <[email protected]>
style: lint and reindent files based on prettier rules

The major change is reindenting from 4 to 2 spaces.

github.com/remarkablemark/html-react-parser - 9ed889c86f7fc945dae41d9a55d67dd6eb259b79 authored over 6 years ago by Mark <[email protected]>
chore(lint): create .lintstagedrc and add to npm `precommit` hook

github.com/remarkablemark/html-react-parser - afc143b43a29a32cf8a8e176504655ad7272fb72 authored over 6 years ago by Mark <[email protected]>
chore(lint): create .prettierrc add prettier plugin to .eslintrc

github.com/remarkablemark/html-react-parser - ee635a0e1501a1277e1cf1140aa2bb9abbe7bdd6 authored over 6 years ago by Mark <[email protected]>
chore(package): save eslint-plugin-prettier, lint-staged, prettier

Prettier will be used to ensure coding style is consistent.

github.com/remarkablemark/html-react-parser - 7ce7529068f759278a61ea62cd77dc1e14b237c3 authored over 6 years ago by Mark <[email protected]>
style: remove "use strict" directive from modules and tidy comments

Removing "use strict" directive since ES6 modules will always be
in strict mode.

Also, webpack ...

github.com/remarkablemark/html-react-parser - c6e4facf8741f28c4b447b94626c65cfcf631e3c authored over 6 years ago by Mark <[email protected]>
Merge pull request #52 from phawxby/master

Some SVG attributes aren't correctly handled, for example viewBox

github.com/remarkablemark/html-react-parser - 05750239f9b2fc2aa5d27c2eb67d1d106b8751af authored over 6 years ago by Mark <[email protected]>
fix: moving svg mock to correct place

github.com/remarkablemark/html-react-parser - 6ffb1480af8187bfcdd1763b8d90d6ce1088fdd3 authored over 6 years ago by Paul Hawxby <[email protected]>
fix: accidentally left a console

github.com/remarkablemark/html-react-parser - 953e564af2402b69f3839cb77a34277dfa40693c authored over 6 years ago by Paul Hawxby <[email protected]>
fix: svg attributes now correctly handled

github.com/remarkablemark/html-react-parser - 94643e1288bbcd2a344a3d3968d43bae37f2c856 authored over 6 years ago by Paul Hawxby <[email protected]>
fix: added test case for viewBox

github.com/remarkablemark/html-react-parser - 261ffb7f20ccad12ee4ef4262572d3eba12b9515 authored over 6 years ago by Paul Hawxby <[email protected]>
fix(package): upgrade [email protected]

This is to get the security fix for dependency `css` in that
package.

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

This ensures the package doesn't break for react >=16.3

github.com/remarkablemark/html-react-parser - b4a1c6ee2770b644e52a733bf61a2a3835ff6029 authored over 6 years ago by Mark <[email protected]>
chore(lint): ensure commit type is never empty

github.com/remarkablemark/html-react-parser - 0496b0c4b5943e82b983fd74989546e619058116 authored almost 7 years ago by Mark <[email protected]>
chore(npm): add "files" to package.json and remove .npmignore

Use "files" to whitelist what gets published instead of using
.npmignore to blacklist what gets ...

github.com/remarkablemark/html-react-parser - 336b2b8091f17ac34730bfe93df117c4c8081a4a authored almost 7 years ago by Mark <[email protected]>
Merge pull request #49 from yuliya-ivaniukovich/empty-style-fix

Fix case when style is empty string

github.com/remarkablemark/html-react-parser - 6ccb639e0e7d2149d30d503bf5a2754c43988d43 authored almost 7 years ago by Mark <[email protected]>
Merge pull request #50 from yuliya-ivaniukovich/bool-props-fix

Fix boolean attributes parsing

github.com/remarkablemark/html-react-parser - c3448834f7d91765d98393955b31a1a681be94cc authored almost 7 years ago by Mark <[email protected]>
fix(parser): fix boolean attributes parsing

github.com/remarkablemark/html-react-parser - e478a44c4ed165e1381bc35954972dedd13be042 authored almost 7 years ago by Yuliya Ivaniukovich <[email protected]>
fix(parser): fix case when style is empty string

github.com/remarkablemark/html-react-parser - fa2a8b4cb732a9676cd239ed9dc9fcf9c0a3cf88 authored almost 7 years ago by Yuliya Ivaniukovich <[email protected]>
fix(package): upgrade [email protected] and devDependencies

[email protected] has a fix for a regular expression
vulnerability (catastrophic backtrackin...

github.com/remarkablemark/html-react-parser - 1c236eda4ba98ce2255e060c0999eb168940c12e authored almost 7 years ago by Mark <[email protected]>
docs(readme): add section on release, acknowledge `style-to-object`

github.com/remarkablemark/html-react-parser - 9edd2f3d70be0ca64ac3264eb4d75cedae3717c6 authored almost 7 years ago by Mark <[email protected]>
Merge pull request #46 from remarkablemark/chore-package

Set up standard-version, commitlint, and upgrade package dependencies

github.com/remarkablemark/html-react-parser - a326109775f8800d902619dbd6c2728c15d239a5 authored about 7 years ago by Mark <[email protected]>
fix(release): do not lint standard-version commit message

github.com/remarkablemark/html-react-parser - 2d35a1f064606da63012d0bf1ea8933bb13f521d authored about 7 years ago by Mark <[email protected]>
chore(package): set up commitlint with husky

Save devDependencies:
* @commitlint/[email protected]
* @commitlint/[email protected]
* husky@0....

github.com/remarkablemark/html-react-parser - 843098f99c0a85c228532d3afe3877b5e70cc9df authored about 7 years ago by Mark <[email protected]>
chore(lint): update eslint config and scripts

- Delete `.eslintignore` and use `.gitignore` as ignore-path
- Add npm script `lint:fix`

github.com/remarkablemark/html-react-parser - fbefe7b007d69c36366df862ac4cd16efb1fbbe1 authored about 7 years ago by Mark <[email protected]>
chore(package): rename build and prepublish scripts

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

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

github.com/remarkablemark/html-react-parser - 9ae076f6152f190e543400c036d15e66e63ee173 authored about 7 years ago by Mark <[email protected]>
chore(dep): save `standard-version` and create npm script `release`

Save to devDependencies:
* [email protected]

github.com/remarkablemark/html-react-parser - c162730a1b8d8abb038cb0f9e2a789fe2f7b2d50 authored about 7 years ago by Mark <[email protected]>
chore(npm): create .npmrc and add it to .npmignore

github.com/remarkablemark/html-react-parser - e6fe88e6a9f6c11684356f62ae0f43a399e5268c authored about 7 years ago by Mark <[email protected]>
Merge pull request #45 from ianvieira/master

Fix component style attribute parser

github.com/remarkablemark/html-react-parser - 8f2bbd2436456d5a8d6e01b35480f587e5985ccc authored about 7 years ago by Mark <[email protected]>
refactor: Changes to meet projects requirements

github.com/remarkablemark/html-react-parser - 3ca6681baebd2740b3f21e1593ea01dc950f61df authored about 7 years ago by Ian Vieira <[email protected]>
fix(attributes-to-props.js): Remove unappropriate console logging and remove double quote from tests

github.com/remarkablemark/html-react-parser - 10ff14944d9564b23e6cf9211a14e68cf6fb3fd5 authored about 7 years ago by Ian Vieira <[email protected]>
fix(utilities.js): Format string to lowercase before converting to camel case and assert the string is a string

github.com/remarkablemark/html-react-parser - 45226666fb13b379cdc76909ac01e23089e28657 authored about 7 years ago by Ian Vieira <[email protected]>
fix(attributes-to-props.js): Use AST to transform style attributes into an style object

github.com/remarkablemark/html-react-parser - 68cd565416f4be20965632edafd5654563e0a4ec authored about 7 years ago by Ian Vieira <[email protected]>
Fix component style attribute parser using AST

github.com/remarkablemark/html-react-parser - 6146c8af806255411b347dc5f9a513c9a0062cb9 authored about 7 years ago by Ian Vieira <[email protected]>
Fix component style attribute parser

github.com/remarkablemark/html-react-parser - f678c3f1eff90fb63a61d4b555a62d75c78df5da authored about 7 years ago by Ian Vieira <[email protected]>
chore(release): bump package version to 0.4.0

github.com/remarkablemark/html-react-parser - faad5298c07543b2b74534cabcaaf11ec0be0295 authored over 7 years ago by Mark <[email protected]>
Merge pull request #44 from remarkablemark/react-16

Add `react-dom-core` to support react-dom@16

github.com/remarkablemark/html-react-parser - aed167d624eb61e948efef4070df9c1633803a7b authored over 7 years ago by Mark <[email protected]>
chore(changelog): update changelog with `react-dom-core` addition

github.com/remarkablemark/html-react-parser - d760c470f7183f11802f701124dbca58b9f84647 authored over 7 years ago by Mark <[email protected]>
chore(readme): tidy README instructions and examples

Remove installation instructions for `react` <15.4 because
`html-react-parser` now depends on `r...

github.com/remarkablemark/html-react-parser - 6f97d817777ec65fdb8818c4a8ebb8f865ba99e1 authored over 7 years ago by Mark <[email protected]>
chore(examples): update examples to use `react` and `react-dom` v16

github.com/remarkablemark/html-react-parser - 53ca089389f168282930b1c243d9fa0b6e3e36b3 authored over 7 years ago by Mark <[email protected]>
chore(package): upgrade `react` and `react-dom` to 16

And update test fixtures as `ReactDOMServer.renderToStaticMarkup()`
has changed in its output co...

github.com/remarkablemark/html-react-parser - 4802b928ef303cedc38648362a4ac39567a2f1da authored over 7 years ago by Mark <[email protected]>
feat(property-config): get property configs from `react-dom-core`

Because `react-dom` v16 no longer exposes `lib`, `react-dom-core`
is used. See issue: https://gi...

github.com/remarkablemark/html-react-parser - 56c20fa6d12ff8c09975cd168fd9eb621b3c3cce authored over 7 years ago by Mark <[email protected]>
chore(release): bump package version to 0.3.6

github.com/remarkablemark/html-react-parser - bb7e6883a28db6b41f1df3f145ec4ea060701a34 authored over 7 years ago by Mark <[email protected]>
chore(package): upgrade [email protected], update react version

The latest `html-dom-parser` has an IE9 bug fix.

Update semver of `react` and `react-dom` to `^...

github.com/remarkablemark/html-react-parser - 704f9f4fc95d026f03e59f748aff26f990da32e9 authored over 7 years ago by Mark <[email protected]>
Bump version to 0.3.5

With updated changelog

github.com/remarkablemark/html-react-parser - 2ec232ff190f7c954f783a57c9ee42995be3ac8a authored over 7 years ago by Mark <[email protected]>
Merge pull request #41 from remarkablemark/upgrade-dependencies

Upgrade dependencies ([email protected])

github.com/remarkablemark/html-react-parser - 4ea08729a900e02ec292cafafe9d9a66b996edc2 authored over 7 years ago by Mark <[email protected]>
Update webpack config to enable scope hoisting

github.com/remarkablemark/html-react-parser - ed1c1de42d7b4e870d7cb558e8bc8bf84542025b authored over 7 years ago by Mark <[email protected]>
Upgrade dependency `html-dom-parser` to 0.1.1

The latest version fixes a client parser bug on IE

github.com/remarkablemark/html-react-parser - 48471c54d37d36f57cee925115c3c84563cd2e98 authored over 7 years ago by Mark <[email protected]>
Merge pull request #40 from remarkablemark/upgrade-dependencies

Upgrade dependencies ([email protected])

github.com/remarkablemark/html-react-parser - e2cf4aadaea9b6c03398659278bab2058919286e authored over 7 years ago by Mark <[email protected]>
Update CHANGELOG with changes to package dependencies

github.com/remarkablemark/html-react-parser - 70a2d582c135ff44a668de9f21ec01e760d935e4 authored over 7 years ago by Mark <[email protected]>
Upgrade dependency `html-dom-parser` to v0.1.0

github.com/remarkablemark/html-react-parser - bae92269d9b7167ade54d88c74477e3ee1beb1c1 authored over 7 years ago by Mark <[email protected]>
Merge pull request #37 from remarkablemark/changelog

Add CHANGELOG

github.com/remarkablemark/html-react-parser - 1a94e89b1268ad8646983f8ec9b4d015f375dcb3 authored almost 8 years ago by Mark <[email protected]>
Merge pull request #36 from remarkablemark/examples

Update examples and package.json

github.com/remarkablemark/html-react-parser - 323e617111df6506902a7600cd713bd9032b26db authored almost 8 years ago by Mark <[email protected]>
Update examples to load parser from the relative `dist` directory

This ensures the parser version (after running build) is valid
because the cdn version is the mo...

github.com/remarkablemark/html-react-parser - f6e91689a4b18df6b64a60699fa6a1c4ce2e8a57 authored almost 8 years ago by Mark <[email protected]>
Remove "browser" field from package.json

This field is unnecessary because `html-dom-parser` handles the
"browser" field.

github.com/remarkablemark/html-react-parser - a48f0a308e0898e2013629a2b774c04d4cd3b97d authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.3.2

github.com/remarkablemark/html-react-parser - fbd8d9035392874a5c0fbc2202cb7c79edae1330 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.3.0

github.com/remarkablemark/html-react-parser - 8f581924f895ecad19429bb8064bd56b16313655 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.2.0

github.com/remarkablemark/html-react-parser - 13ae3486316fc405d91553ad3909b389954d0971 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.3.1

github.com/remarkablemark/html-react-parser - e876b73030a55a4170c8534c83e302e4f08a4dcd authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.1.1

github.com/remarkablemark/html-react-parser - 56f476de907d915faac5230e2aa90c0e7f3a43e6 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.6

github.com/remarkablemark/html-react-parser - f9f7c275c791b1dc9ae267d7939a56b5cbc97b59 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.5

github.com/remarkablemark/html-react-parser - ca6d58840f2819c5d7a807a32c6677651171549e authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.1.0

github.com/remarkablemark/html-react-parser - 4c07cd64ead527bc13f06c35190baf36404086f8 authored almost 8 years ago by Mark <[email protected]>
Create CHANGELOG.md

- Change log based on http://keepachangelog.com
- Add `CHANGELOG.md` to `.npmignore`

github.com/remarkablemark/html-react-parser - edb5b6b3c94c0f25d7b5102ec40d687cd38d528d authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.2

github.com/remarkablemark/html-react-parser - 1b9aa06839209166b3e15995f93318df9dca889d authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.3

github.com/remarkablemark/html-react-parser - 9692f97c14f30c660acdd57e144b2a35ec34cae6 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.1 (first release)

github.com/remarkablemark/html-react-parser - fb7ced926e10b9d0a54c1b46e9cf6b1fb9059d21 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.7

github.com/remarkablemark/html-react-parser - e2c052f45dd14ca189e2e5b0ca32fb2a43651846 authored almost 8 years ago by Mark <[email protected]>
Update CHANGELOG with v0.0.4

github.com/remarkablemark/html-react-parser - 780a10808e90ce167b7259bbd96fa8c5493ab408 authored almost 8 years ago by Mark <[email protected]>
Bump version to 0.3.2

Decode HTML entities by default in `htmlparser2` (#34)

github.com/remarkablemark/html-react-parser - 4642da73b230beb91ab2bcc75dacbe6c569bed37 authored almost 8 years ago by Mark <[email protected]>
Merge pull request #35 from remarkablemark/decode-entities

Decode HTML entities by default on node

github.com/remarkablemark/html-react-parser - 1d6bf1122e40eb4b97319629dad7752115f3ee9b authored almost 8 years ago by Mark <[email protected]>
Decode HTML entities by default on node/server

Set parser options `decodeEntities` to true for `html-dom-parser`,
which gets passed to `htmlpar...

github.com/remarkablemark/html-react-parser - 68a516991878e8ec896623b03d675ee57684b744 authored almost 8 years ago by Mark <[email protected]>
Bump version to 0.3.1

- Fix CDN installation instructions by adding ReactDOM
- Add JSFiddle example to the beginning

github.com/remarkablemark/html-react-parser - 99870f395ef570908c0c657e4f93ee056cbd464b authored almost 8 years ago by Mark <[email protected]>
In README, add ReactDOM to CDN installation and add JSFiddle link

github.com/remarkablemark/html-react-parser - bda6203a79c206e2aeb883a606239491d3331ac4 authored almost 8 years ago by Mark <[email protected]>
Bump version to 0.3.0

Update react and react-dom to >=15.4 and require DOM property
configs from `react-dom/lib/` inst...

github.com/remarkablemark/html-react-parser - ff4a8953d52a25d35a46da8516fe44c0ba19546a authored about 8 years ago by Mark <[email protected]>
Merge pull request #32 from remarkablemark/[email protected]

Require DOM property configs from `react-dom/lib/` in react >=15.4

github.com/remarkablemark/html-react-parser - 06e70b76c95f1ec409acae25c6f10550dd2af7ca authored about 8 years ago by Mark <[email protected]>
Require DOM property configs from `react-dom/lib/` in react >=15.4

Update devDependencies and peerDependencies in package.json

github.com/remarkablemark/html-react-parser - 56f279c42871446f14bfdbed16528749676b3180 authored about 8 years ago by Mark <[email protected]>
Bump version to 0.2.0

Remove harmless webpack error by keeping react <15.4 in this
version. As a result, the DOM prope...

github.com/remarkablemark/html-react-parser - 51f6644ad4e038c7469946d0510a1e72b4c9d184 authored about 8 years ago by Mark <[email protected]>
Merge pull request #31 from remarkablemark/[email protected]

Fix webpack error by reverting to [email protected] for v0.2.0

github.com/remarkablemark/html-react-parser - 8ca104d427e91df87a6a77ac6454358893b62778 authored about 8 years ago by Mark <[email protected]>
Fix travis tests by setting [email protected] in devDependencies

github.com/remarkablemark/html-react-parser - dfb86c20b58c73fee009f7fdbf45a46ce8d20bab authored about 8 years ago by Mark <[email protected]>
Update README installation to account for react <15.4

github.com/remarkablemark/html-react-parser - d490528e588679b2dc54fe611a10372b5135e348 authored about 8 years ago by Mark <[email protected]>
Create npm script `clean` that removes `dist/` directory

Rename `build` to `build-unmin` and update `prepublish` to run
`clean` before the build scripts.

github.com/remarkablemark/html-react-parser - f6a67343d9fe46c7b29b5e504f916bf808118deb authored about 8 years ago by Mark <[email protected]>
Resolve webpack error by reverting back to [email protected]

Remove the try-catch and require the DOM property configs from
`react/lib/`.

> ERROR in ./lib/p...

github.com/remarkablemark/html-react-parser - 3ee6e787b5ef98d7a518c1f74ea3315125f26bd9 authored about 8 years ago by Mark <[email protected]>
Remove unused property in browser field in package.json

`./lib/html-to-dom-server.js` has been replaced with
`html-dom-parser` package.

github.com/remarkablemark/html-react-parser - 63ef15a0be16629269012dcadef3afbb4a90a607 authored about 8 years ago by Mark <[email protected]>
Move `lib/DOMPropertyConfig.js` to `lib/property-config.js`

Tidy and refactor code.

github.com/remarkablemark/html-react-parser - 08e8cc90f116c36513ab10f18fd596d03a1222a9 authored about 8 years ago by Mark <[email protected]>
Bump version to 0.1.1

Fix require logic as HTMLDOMPropertyConfig and SVGDOMPropertyConfig
are moved from `react/lib/` ...

github.com/remarkablemark/html-react-parser - b8092262abb00588192de3fc9fa98ec4b2b1ebc2 authored about 8 years ago by Mark <[email protected]>
Merge pull request #30 from remarkablemark/bug-react

Fix bug due to DOMPropertyConfigs being moved to `react-dom` in v15.4

github.com/remarkablemark/html-react-parser - d99cf974896b143190a9d68943b154afa2e9a3c8 authored about 8 years ago by Mark <[email protected]>
Fix bug since DOMPropertyConfigs are moved to `react-dom` in v15.4

Both `HTMLDOMPropertyConfig.js` and `SVGDOMPropertyConfig.js` used
to be in `react/lib/` directo...

github.com/remarkablemark/html-react-parser - 3537bbd35e5cf51b7227063c0b93da42ea808cf6 authored about 8 years ago by Mark <[email protected]>
Bump version to 0.1.0

- Replace HTML to DOM implementation with `html-dom-parser` (#28)
- Update dependencies
- ...

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