fhir-react 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -0
- package/README.md +0 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
[](https://circleci.com/gh/1uphealth/fhir-react/tree/master)
|
|
2
|
-
[](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/release-0-3-13/index.html)
|
|
3
|
-
|
|
4
1
|
# fhir-react
|
|
5
2
|
|
|
6
3
|
A React component library for displaying [FHIR](https://1up.health/dev/doc/introduction-to-fhir) data.
|
|
@@ -237,7 +234,6 @@ const MyComponent = () => {
|
|
|
237
234
|
|
|
238
235
|
The 0.3 version of the FHIR React Component library introduces the bootstrap Accordion component as the base of each available resource which provides any data. The RWD support is provided for each component.
|
|
239
236
|
|
|
240
|
-
All of the changes can be tracked by viewing the current version of the [storybook](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/fhir-react-next/index.html?path=/story/condition--default-visualization-dstu-2).
|
|
241
237
|
|
|
242
238
|
### Available resources `v0.3`
|
|
243
239
|
|
|
@@ -283,8 +279,6 @@ npm run storybook
|
|
|
283
279
|
|
|
284
280
|
Now you can check how a component graphically presents information based on raw data at http://localhost:63653 .
|
|
285
281
|
|
|
286
|
-
There's also an online version available at http://storybook-fhir-react-lib.s3-website-us-east-1.amazonaws.com .
|
|
287
|
-
|
|
288
282
|
## Development
|
|
289
283
|
|
|
290
284
|
1. run `npm link` in this folder to create the npm package locally
|
|
@@ -315,7 +309,3 @@ npm run build
|
|
|
315
309
|
|
|
316
310
|
To publish, [create a new release in GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).
|
|
317
311
|
|
|
318
|
-
### Storybook for the changes
|
|
319
|
-
|
|
320
|
-
When creating a new PR, changes will be available in the storybook at: <br>
|
|
321
|
-
http://storybook-fhir-react-lib.s3-website-us-east-1.amazonaws.com/dev/{branch-name}/
|