Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Markdown and Storybook docs, remove ListNavigation #1019

Merged
merged 61 commits into from Oct 6, 2021
Merged

Fix Markdown and Storybook docs, remove ListNavigation #1019

merged 61 commits into from Oct 6, 2021

Conversation

penx
Copy link
Member

@penx penx commented Oct 1, 2021

Fixes #958

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2021

Codecov Report

Merging #1019 (ae6154c) into main (a0fa0fe) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1019   +/-   ##
=======================================
  Coverage   99.18%   99.18%           
=======================================
  Files         113      113           
  Lines         854      855    +1     
  Branches      233      233           
=======================================
+ Hits          847      848    +1     
  Misses          7        7           
Impacted Files Coverage Δ
components/back-link/src/index.tsx 100.00% <ø> (ø)
components/breadcrumbs/src/index.tsx 100.00% <ø> (ø)
components/button/src/index.tsx 100.00% <ø> (ø)
components/caption/src/index.tsx 100.00% <ø> (ø)
components/checkbox/src/index.tsx 100.00% <ø> (ø)
components/date-field/src/index.tsx 100.00% <ø> (ø)
components/date-field/src/input.tsx 100.00% <ø> (ø)
components/details/src/index.tsx 100.00% <ø> (ø)
components/document-footer-metadata/src/index.tsx 100.00% <ø> (ø)
components/error-summary/src/index.tsx 86.66% <ø> (ø)
... and 45 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0fa0fe...ae6154c. Read the comment docs.

@penx penx merged commit 64df8c0 into main Oct 6, 2021
@penx penx deleted the fix-docs branch October 6, 2021 16:39
@penx penx changed the title Fix Markdown and Storybook docs Fix Markdown and Storybook docs, remove ListNavigation Oct 7, 2021
penx added a commit that referenced this pull request Oct 7, 2021
## Significant changes

This release is mainly about finishing the conversion to TypeScript and publishing types.

A few things were removed in the process, hence the version bump:

- Remove ListNavigation (#1019)
- Remove @govuk-react/storybook-components (#1005)
- Remove deprecate HOC (#980)

## Other changes of note

- Remove use of PropTypes (#978)
- Build using preconstruct, Export and Publish types (#992)
- Move from storybook knobs to storybook controls (#1017)
- Note on GlobalStyle and CSS reset in readme (#1038)
- Migrate from Lerna to yarn 2 (#850, #1039)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs have lost types
2 participants