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

Feature/safe preview area #145

Merged
merged 3 commits into from
Mar 19, 2021
Merged

Feature/safe preview area #145

merged 3 commits into from
Mar 19, 2021

Conversation

jhackett1
Copy link
Contributor

@jhackett1 jhackett1 commented Mar 19, 2021

fixes: #140

@jhackett1 jhackett1 linked an issue Mar 19, 2021 that may be closed by this pull request
@jhackett1 jhackett1 added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 19, 2021
@jhackett1 jhackett1 self-assigned this Mar 19, 2021
Copy link
Contributor

@LBHABEBIC LBHABEBIC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@jhackett1 jhackett1 merged commit 15c35fe into develop Mar 19, 2021
jhackett1 added a commit that referenced this pull request Mar 19, 2021
* fix(perf): clean up sass imports more

* Update README.md

* Update README.md

* feat(tag): combine existing tag component with new status tag styles (#143)

* add docs and scss boilerplate

* feat(status-tag): Added status tag component

* wip

* combine tag and status tag components

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* add colour docs

* add typography docs

* fix links preview

* chore(docs): added missing checkboxes component from the docs (#146)

* Feature/safe preview area (#145)

* wip

* fix(docs): fix overlay z index

* add a previewarea component to fix appearence issues in docs

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* fix(button): fixed size of secondary button (#149)

* fix(button): fixed size of secondary button

* chore(docs): fixed missing html tag in md code

* chore(docs): improved docs markup (#148)

* removed double spacing from classNames

* prettified the docs

Co-authored-by: Jaye Hackett <jaye.hackett@gmail.com>

Co-authored-by: Jaye <joshua.hackett93@gmail.com>
Co-authored-by: Luca Lischetti <luca@sirlisko.com>
github-actions bot pushed a commit that referenced this pull request Mar 19, 2021
## [3.3.1](v3.3.0...v3.3.1) (2021-03-19)

### Bug Fixes

* **core:** improvements to documentation and button component ([#150](#150)) ([acf2944](acf2944)), closes [#143](#143) [#146](#146) [#145](#145) [#149](#149) [#148](#148)
jhackett1 added a commit that referenced this pull request Mar 22, 2021
* fix(perf): clean up sass imports more

* Update README.md

* Update README.md

* feat(tag): combine existing tag component with new status tag styles (#143)

* add docs and scss boilerplate

* feat(status-tag): Added status tag component

* wip

* combine tag and status tag components

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* add colour docs

* add typography docs

* fix links preview

* chore(docs): added missing checkboxes component from the docs (#146)

* Feature/safe preview area (#145)

* wip

* fix(docs): fix overlay z index

* add a previewarea component to fix appearence issues in docs

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* fix(button): fixed size of secondary button (#149)

* fix(button): fixed size of secondary button

* chore(docs): fixed missing html tag in md code

* chore(docs): improved docs markup (#148)

* removed double spacing from classNames

* prettified the docs

Co-authored-by: Jaye Hackett <jaye.hackett@gmail.com>

* chore(docs): install and document leaflet docs

* Update issue templates

* fix build

Co-authored-by: Jaye <joshua.hackett93@gmail.com>
Co-authored-by: Luca Lischetti <luca@sirlisko.com>
jhackett1 added a commit that referenced this pull request Apr 1, 2021
* fix(perf): clean up sass imports more

* Update README.md

* Update README.md

* feat(tag): combine existing tag component with new status tag styles (#143)

* add docs and scss boilerplate

* feat(status-tag): Added status tag component

* wip

* combine tag and status tag components

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* add colour docs

* add typography docs

* fix links preview

* chore(docs): added missing checkboxes component from the docs (#146)

* Feature/safe preview area (#145)

* wip

* fix(docs): fix overlay z index

* add a previewarea component to fix appearence issues in docs

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* fix(button): fixed size of secondary button (#149)

* fix(button): fixed size of secondary button

* chore(docs): fixed missing html tag in md code

* chore(docs): improved docs markup (#148)

* removed double spacing from classNames

* prettified the docs

Co-authored-by: Jaye Hackett <jaye.hackett@gmail.com>

* chore(docs): install and document leaflet docs

* Update issue templates

* fix build

* Delete improve-or-modify-an-existing-component.md

* fix(label): govuk label overrides work again (#155)

* fix(chore): fix semantic release config

Co-authored-by: Jaye <joshua.hackett93@gmail.com>
Co-authored-by: Luca Lischetti <luca@sirlisko.com>
github-actions bot pushed a commit that referenced this pull request Apr 1, 2021
## [3.3.2](v3.3.1...v3.3.2) (2021-04-01)

### Bug Fixes

* **label:** govuk modifier classes no longer overridden ([#157](#157)) ([07a0310](07a0310)), closes [#143](#143) [#146](#146) [#145](#145) [#149](#149) [#148](#148) [#155](#155)
jhackett1 added a commit that referenced this pull request Apr 11, 2021
* fix(perf): clean up sass imports more

* Update README.md

* Update README.md

* feat(tag): combine existing tag component with new status tag styles (#143)

* add docs and scss boilerplate

* feat(status-tag): Added status tag component

* wip

* combine tag and status tag components

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* add colour docs

* add typography docs

* fix links preview

* chore(docs): added missing checkboxes component from the docs (#146)

* Feature/safe preview area (#145)

* wip

* fix(docs): fix overlay z index

* add a previewarea component to fix appearence issues in docs

Co-authored-by: Jaye <joshua.hackett93@gmail.com>

* fix(button): fixed size of secondary button (#149)

* fix(button): fixed size of secondary button

* chore(docs): fixed missing html tag in md code

* chore(docs): improved docs markup (#148)

* removed double spacing from classNames

* prettified the docs

Co-authored-by: Jaye Hackett <jaye.hackett@gmail.com>

* chore(docs): install and document leaflet docs

* Update issue templates

* fix build

* Delete improve-or-modify-an-existing-component.md

* fix(label): govuk label overrides work again (#155)

* fix(chore): fix semantic release config

* fix(button): "add another" button variation

* feature(collapsible): add collapsible component

* fix(tag): improve text sizing

* fix(collapsible): typo

* fix(link): correctly style buttons as inline links

* feat(dialog): add a modal dialog component

* feat(pagination): add pagination component

* feat(simple-pagination): add simple pagination component

* update docs

* update docs

* feat(core): add timeline component

* feat(search-box): add search box

* feat(search-box): add search box

* feat(conversation): add conversation component

* feat(core): add tip component

* fix(error-message): fix error message spacing

* fix(phase-banner): improve spacing between banner and header

* add pattern examples

* fix(search-box): hide default clear icon

* feat(core): add resident components-only stylesheet

* feat(stat): add stat component

Co-authored-by: Jaye <joshua.hackett93@gmail.com>
Co-authored-by: Luca Lischetti <luca@sirlisko.com>
github-actions bot pushed a commit that referenced this pull request Apr 11, 2021
# [3.4.0](v3.3.2...v3.4.0) (2021-04-11)

### Features

* **core:** add staff-facing components and fixes ([#158](#158)) ([10f8fc2](10f8fc2)), closes [#143](#143) [#146](#146) [#145](#145) [#149](#149) [#148](#148) [#155](#155)
@jhackett1
Copy link
Contributor Author

🎉 This PR is included in version 3.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve component previews in the docs
2 participants