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

Remove accessible autocomplete component #1038

Merged
merged 2 commits into from
Aug 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- Update [`govuk-colour` mixins](https://govuk-frontend-review.herokuapp.com/docs/#helpers/colour-function-govuk-colour) to support legacy colours. [Example commit](https://github.com/alphagov/calendars/commit/ccd2b25873ee026858958d4732d42071bea57255)
- Check [govuk-frontend 3.0 changelog](https://github.com/alphagov/govuk-frontend/releases/tag/v3.0.0) to see if and how the breaking release affects your application.

* BREAKING: Remove the accessible-autocomplete component (PR #1038)
[content-data-admin](https://github.com/alphagov/content-data-admin) is the only application that uses the accessible-autocomplete component. In order to migrate to this release it you must copy the files removed in PR #1038.

* Update feedback component to use govuk-frontend layout classes (PR #1010)
* Fix focus and hover states for breadcrumbs, contents-list, highlight-boxes, modal-dialogue, step-by-step-nav, previous-and-next-navigation and title component (PR #1010)
* Normalise falsey values to nil for subscription links component (PR #1021)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
@import "components/mixins/css3";

// components
@import "components/accessible-autocomplete";
@import "components/accordion";
@import "components/attachment";
@import "components/attachment-link";
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
# Add GOV.Frontend assets

Rails.application.config.assets.precompile += %w(
accessible-autocomplete/dist/accessible-autocomplete.min.css
govuk-logotype-crown.png
)

Expand Down
2 changes: 0 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ en:
request_format_details_html: "If you use assistive technology and need a version of this document in a more accessible format, please email <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Please tell us what format you need. It will help us if you say what assistive technology you use."
article_schema:
scoped_search_description: "Search within %{title}"
autocomplete:
multiselect: "To select multiple items in a list, hold down Ctrl (PC) or Cmd (Mac) key."
back_link:
back: 'Back'
contents_list:
Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
]
},
"dependencies": {
"accessible-autocomplete": "git://github.com/alphagov/accessible-autocomplete.git#add-multiselect-support",
"axe-core": "3.2.2",
"govuk-frontend": "3.0.0",
"jquery": "1.12.4"
Expand Down
66 changes: 0 additions & 66 deletions spec/components/accessible_autocomplete_spec.rb

This file was deleted.

Loading