Ecosyste.ms: OpenCollective

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

github.com/storybookjs/react-inspector

🔍 Power of Browser DevTools inspectors right inside your React app
https://github.com/storybookjs/react-inspector

Fix react peer dep (#41)

Fixing peer dependencies for `react` version.

14c3852da29cec4fc8079ec4be5d15b7c1dfab08 authored over 7 years ago
RELEASE v2.2.0

17150cb31bad20a40efcaea98e27f2b15d3a7965 authored over 7 years ago
Merge pull request #40 from xyc/ndelangen/upgrades

UPGRADE everything

1f5c8aecdfda7c7c7ed583711f652360b98b1a1d authored over 7 years ago
Fix linting

b6d8ce6fc7c334f0f85d56a21b0530fec0770558 authored over 7 years ago
UPDATE to react 16 && replace mocha with jest && UPDATE more

8599bbba479d0d5f0e3a92d2fb2fb48f5c52e0e9 authored over 7 years ago
2.1.6

969a68d675877319c492e1287d40b22f99f96dac authored over 7 years ago
UPGRADE everything

6bf21cbd40831da0d53e449b0c3a27ae8b6747e2 authored over 7 years ago
Merge pull request #39 from Ragnar-H/fix-crna+storybook

Fix crna+storybook

9888d85cc83d333680423f29120c4cc35fca47d1 authored over 7 years ago
npmignore dev files

7bf45d8deafd0a12d6c3f201a7ff232807ec9e8e authored over 7 years ago
Fix babel presets leaking into other projects

f8b3e4f8d3d3551c3322fdec72ade6f653c39551 authored over 7 years ago
chore(version): bump to 2.1.4

390b9ee954089fc0f18b322c009862cd1bac069a authored over 7 years ago
fix(Object): fix display of objects with empty keys

403d6178fe2353e01ec4d31e41f5c1e4b2bb6d90 authored over 7 years ago
minor(refactor): use setState callback

2ed313c5c27496fa1ebf64abb7bb52aea7a85cdc authored over 7 years ago
RELEASE v2.1.3

v2.1.2 was incorrectly published and did not contain the new changes it
was supposed to release....

d12b40b7c019f6dd36c88e3c9b79c8b634f09814 authored over 7 years ago
RELEASE v2.1.2

This release contains two fixes: #38 and #36

9a7824c7fef913ed81e92321a04bff1f8209ab28 authored over 7 years ago
Merge pull request #38 from xyc/wip-theme-text-transform

Add HTML_TAGNAME_TEXT_TRANSFORM to theme property

b29c7d829437f1cb493e79cfa55541287d30b667 authored over 7 years ago
Add HTML_TAGNAME_TEXT_TRANSFORM to theme property

The hard-coded `textTransform` styling in the default theme is
problematic for XML documents tha...

9ee21b3e39487b9adbd4ccc00fe8562b10e79ef1 authored over 7 years ago
Updated npm modules and added yarn support (#36)

* - Updated dev dependencies:
- eslint: ^4.1.1
- style-loader: ^0.18.2
- Webpack: ^3.1.0
...

7c49250ccdfd14d2e3f85418ad9a6e1ae1a37abd authored over 7 years ago
PREPARE for release && Linting

a70840085f4bb6c769c982b28b4606226f6691b7 authored over 7 years ago
Merge pull request #35 from jasonphillips/fix-dimmed-objectname

Fix dimmed ObjectName

955d77dca3143fb75b11ad7915b6487f43b0981c authored over 7 years ago
fix ObjectName dimming error

1d78d0b144186a8488281ffd6cd52b84b26a883d authored over 7 years ago
add tests for dimming of ObjectName

947150fbdffa62da1a9b97a735c9aa5bb45926c4 authored over 7 years ago
Release 2.1.0

8c5e425c77ff54ee632c062fde82328c2dd38579 authored over 7 years ago
Merge pull request #34 from iloahz/patch-1

add support for CDATA section

f5ea5fb581d1af889989f3558d143668029941bf authored over 7 years ago
add support for CDATA section

dcb7e009342dbbc61decd5aaf5975e0aee41b4d2 authored over 7 years ago
Merge pull request #32 from Hurtak/master

Fix FF error with sortObjectKeys prop and sort function

d9655136c3bf86967b9ead2d1e483a1b9a2e1971 authored over 7 years ago
Only pass sortObjectKeys into sort if it is function

5ccb63dd0c62a14b8e57f24c39b37f978f3f1f9a authored over 7 years ago
Merge pull request #23 from CodyReichert/wip-custom-node-renderer

Add support for custom nodeRenderer

d64e9057b51d406704e90145c37b83300d342f13 authored over 7 years ago
Document ObjectInspector `nodeRenderer` prop in README

Adds a basic example of how to use the `nodeRenderer` prop to the
`ObjectInspector` documentatio...

06984eddf6ce103c1f80666b515c09952dcd0088 authored over 7 years ago
Add test for `styles` prop on ObjectValue component

3bfcf60a98a0f2af62e1b7099c7a63b6968e4634 authored over 7 years ago
Add initial tests for ObjectInspector and ObjectName

Tests for basic rendering and new props

7fb03f48ea1f81145da3394d75fd81f7e4f29caf authored over 7 years ago
Accept extra style props in ObjectValue and ObjectName

a7f85f7e759d1e719b7b53e6e5fe61ecbecade49 authored over 7 years ago
Remove unused HEAD file

06f58339dfc81780e908a2d6b009bc158dd2bae9 authored over 7 years ago
Export ObjectValue and ObjectPreview from main

When using a custom node renderer, these are extremely helpful.

5a5c029b9bf5b17c19158d5485eccd7f773596ad authored over 7 years ago
Fix ObjectInspector props

c0d0c8f2acc5d70ea41a1d38b6cdb8cdcc949076 authored over 7 years ago
Export ObjectLabel and ObjectRootLabel for consumption

We export these now becuase the defaultNodeRenderer uses these in it's
implentation and library ...

c9832c4ae7cf74a883c916e17e77bd094f00b19f authored over 7 years ago
Add support for custom nodeRenderer prop in ObjectInspector

If a 'nodeRenderer' prop is provided, it will be used instead of the
defaultNodeRenderer.

See s...

718af93ede94a08627045798873a1f5e4b9539e7 authored over 7 years ago
Merge pull request #28 from xyc/release-2.0

PREPARE for release && CLEANUP && LINT

27ede0323f51d62b01a31a895adc35a2b2462943 authored over 7 years ago
PREPARE for release && CLEANUP && LINT

920ae066a7d1052f4aeb9d6668b18ab567ea740b authored over 7 years ago
Merge pull request #27 from storybooks/update-dependencies

Update dependencies

6bccca86d4c664a74f7b3b62345efce0a9aabedc authored over 7 years ago
[8f09425] FIX storybook example

[1a71452] CHANGE gitignore to ignore lib and build
[d520dcb] REMOVE dist
[d3bba49] CHANGE to prop...

94e642e087fcabc4d19a4e28f67333d1d614f61e authored over 7 years ago
refactor(PropTypes): using the npm package `prop-types` instead of getting these nodes from `react` (#26)

Fixed warnings caused due to react v15.5 upgrade.

7f3daa113f49778e279c3c73f7c0ac2132a0f751 authored over 7 years ago
1.1.2

2517871a1e4b77fec294629fd1b9b3b046d84753 authored about 8 years ago
1.1.2

c9dace1223872953b8e814af42a594a2c9f75c26 authored about 8 years ago
Merge pull request #21 from timkendrick/fix/multiple-dom-attributes

Allow multiple attributes in DOM inspector

1a3971b698e1f5ebf088fda305702e03c88dd110 authored about 8 years ago
Merge pull request #20 from gnestor/master

Update README

928cdb0db50758bc23f9e5afecba3bc40acf6e5e authored about 8 years ago
Allow multiple attributes in DOM inspector

33bebf0f492cba86b8dea825112f4b3c9e6c0ba8 authored about 8 years ago
Update README

You can refer to array index paths using `['$', '$.1']`

c3c1a04c91368327e095d51d7216294df9df1a02 authored about 8 years ago
1.1.1

d958e591bf162d27cb64b79a12b91a1f8fd620ae authored about 8 years ago
Merge pull request #17 from joshuahhh/patch-1

Move babel-runtime from devDependencies to dependencies

3910b1aeb857f0e5e3fc9797a9823ce72858366a authored over 8 years ago
Move babel-runtime from devDependencies to dependencies

f9d8295318e9b04a23a551ca5edec7258d43b3ec authored over 8 years ago
documentation update

1bc7969a6d17c0bab23576f4715d635b1c825708 authored over 8 years ago
switch to storybook

64667355041061e254a43292175f292f1b6476a7 authored over 8 years ago
Update README.md

25b6267242c942334e46b78d7f77037f40ffde0b authored over 8 years ago
add lib/

0e3e1751874997426e8da29fec21fe96dcb099a6 authored over 8 years ago
1.1.0

63c60c7c0cf8d565a13f7cb38814aafb03fb2e94 authored over 8 years ago
Add theming support

6e12832384432a35310521205cd815c281269451 authored over 8 years ago
Update README.md

1b07c04967036f1cf16dd6d6470e4760150121e1 authored over 8 years ago
Update README.md

5ec7057989a040103fe56f54e641b6ed0c824ea1 authored over 8 years ago
Update README.md

3f4f13ea390f78b29834a436101fbe802264edfd authored over 8 years ago
Update README.md

f1fcefc915077f6302289ec245bd1f72e585feef authored over 8 years ago
Update .travis.yml

f4d8a721d42f72b334371a5119d7e4877a592795 authored over 8 years ago
update readme

f4d898eb3c92c0098e195963e30f83d2e9ceb1da authored over 8 years ago
Merge branch 'master' of https://github.com/xyc/react-inspector

6abfa2324448b745a13cbc0dd236058845e05cb9 authored over 8 years ago
1.0.0

1b50e4ec835f816a75c28b93fe2a43f6c12a4a9c authored over 8 years ago
Update README.md

17fb2245eafc27e39e700d37b658888751623be8 authored over 8 years ago
dom inspector

0389c337cd3c706b5b8c71a0b6ef5e1c073ffb2e authored over 8 years ago
Merge branch 'dom-inspector'

490767df855f20165a76ea1fccb4304e78a7eaa5 authored over 8 years ago
package.json

e1aa6f0cb2dcf225b80fa01118441ddb664a8a4e authored over 8 years ago
typo

3fe30192e9c5e8d8074b3ea0e48dd6a5255081ef authored over 8 years ago
beta

956c0af1595df2f92dc5d78d951cd1e5bd68c7de authored over 8 years ago
expand level

4bfc69de39dea32227b7e05c1f3038f929526904 authored over 8 years ago
readme downloads

9231c6fbc1b36b265548bb1e4077c4ab672eeea6 authored over 8 years ago
npm

a522ecab9c2be54b79111ef40d147e856b3f6333 authored over 8 years ago
update README.md

454c6ed847e4ae7c585cff4457a9c2f582873377 authored over 8 years ago
styles

1b7118f7ba688b14fd2cf23a23c331cbc84cfcdb authored over 8 years ago
code cleanup

fcceea50957f3787ab89d96ed0e77eb21b8b4e1c authored over 8 years ago
isExpandable fix for showNonenumerable === false

d489e03e0db47b469a971f20b9663367617c5445 authored over 8 years ago
table-inspector style issue; show nonenumerable properties

64584d83756c1c2d69f38b2c6653dfd4ee733844 authored over 8 years ago
Merge pull request #7 from elayabharath/patch-2

Showing name of object instead of generic "Object"

1975e1eb14d8eafa68a5ee750c9256e75d65eaa3 authored over 8 years ago
Showing name of object instead of generic "Object"

8ad01c821327dd3d85ff67a1b9d4777eb1297808 authored over 8 years ago
react 15

6fa15e79d3427fc500da37a86b67be49fd21fa01 authored over 8 years ago
react 15

089da20d92bfb0877a31f5b0ca1ebdbc282e2139 authored over 8 years ago
Merge pull request #1 from DrewML/fixCi

"babel" >> "babel-cli" - Fixes failing Travis build

5f64c968c68e0a431948680b21e4886b5468c19a authored almost 9 years ago
"babel" >> "babel-cli" - Fixes failing Travis build

1e1a046630c3594fc4f8998452982fd24493d756 authored almost 9 years ago
readme

06c656050d62a69bcff4b7d839face15d4a01342 authored almost 9 years ago
cleanup

6fd003be7c80af1886ac6db5477bb97932a5f85d authored almost 9 years ago
readme

54b68d463bee118f3dc07699f80e9886068c413d authored almost 9 years ago
1.0.0-alpha.3

d2b99f7f0815ec4a00abc5483c56bc98ffb7e7cb authored almost 9 years ago
1.0.0-alpha.2

c6bcef0036ddc6b1994b4105f234e0e6baac5770 authored almost 9 years ago
readme

e801cbf6fa81ad619e44cbe2ab371fb0f67e0a88 authored almost 9 years ago
Merge branch 'microcomponentization'

9f4739c741daaeba2e102774816c60e67b1c62b5 authored almost 9 years ago
gitigonre

7d942f4d5926183eda7d47cf112c23d82a9035be authored almost 9 years ago
cleanup

e813e0946f411bb6f7408508777301bb3d4a28bc authored almost 9 years ago
paths test

4291169e2f3100c146bfad8b4dd78101df597113 authored almost 9 years ago
remove transition for now

5bb62ba210976fbba4d316a4eb5ebcf2bca398e9 authored almost 9 years ago
pathutils; transitions

e80e5a47f4a053e7ff5d9a50e5cac55624b7b280 authored almost 9 years ago
fix path issue; fix sort undefined col issue

d682af6cdb38819cb72c57fd9ce193b4e5bb0726 authored almost 9 years ago
getHeaders test

d28e86648acf3271bdb161969a5c834e1a5f6e05 authored almost 9 years ago
renames

4b68db7221a1dd267543d64c02760772d5bf4384 authored almost 9 years ago