Ghost/ghost
Kevin Ansfield 9fd87f565d Migrated <GhValidationStatusContainer> to {{validation-status}} modifier
no issue

- moved logic from `<GhValidationStatusContainer>` to a new `validation-status` modifier
  - removes a usage of the `ValidationState` mixin
  - migrated uses of the component to a mixin
  - paves the way for full removal of the `ValidationState` mixin in later refactors (mixins are deprecated)
- migrated `<GhFormGroup>` to a glimmer component
  - swapped the extend of `GhValidationStatusContainer` to usage of the `validation-status` modifier with a template-only component
  - updated all `<GhFormGroup>` to use the standard `class=""` instead of `@classNames=""` and `@class=""`
  - allows `data-test-*` attributes to be added to uses of `<FormGroup>` to help when complex components are grouped as a form input
2022-12-09 12:38:35 +00:00
..
adapter-manager Update Test & linting packages 2022-11-07 20:39:48 +00:00
admin Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
api-framework Update Test & linting packages 2022-11-07 20:39:48 +00:00
api-version-compatibility-service Update Test & linting packages 2022-11-07 20:39:48 +00:00
audience-feedback Update dependency bson-objectid to v2.0.4 2022-11-24 11:24:07 +07:00
bootstrap-socket Update Test & linting packages 2022-11-07 20:39:48 +00:00
constants Update Test & linting packages 2022-11-07 20:39:48 +00:00
core 🐛 Fixed email header images serving original image size (#15950) 2022-12-09 11:17:22 +01:00
custom-theme-settings-service Update Test & linting packages 2022-11-07 20:39:48 +00:00
data-generator Update Test & linting packages 2022-11-07 20:39:48 +00:00
domain-events Added new email event processor (#15879) 2022-11-29 11:15:19 +01:00
email-analytics-provider-mailgun Update Test & linting packages 2022-11-07 20:39:48 +00:00
email-analytics-service Added storage for email failures (#15901) 2022-12-01 10:00:53 +01:00
email-content-generator Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00
email-events Added storage for email failures (#15901) 2022-12-01 10:00:53 +01:00
email-service 🐛 Fixed email header images serving original image size (#15950) 2022-12-09 11:17:22 +01:00
email-suppression-list Unsubscribed Members from newsletters when their email is suppressed 2022-12-08 13:02:36 +07:00
express-dynamic-redirects Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00
extract-api-key Fixed full Admin test suite running during unit tests 2022-08-15 15:34:52 +02:00
html-to-plaintext Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00
job-manager Update dependency fastq to v1.14.0 2022-12-05 04:20:14 +00:00
link-redirects Update dependency bson-objectid to v2.0.4 2022-11-24 11:24:07 +07:00
link-replacer Update Test & linting packages 2022-11-07 20:39:48 +00:00
link-tracking Update dependency bson-objectid to v2.0.4 2022-11-24 11:24:07 +07:00
magic-link Update Test & linting packages 2022-11-07 20:39:48 +00:00
mailgun-client Added methods for removing suppressions from Mailgun 2022-12-01 20:14:30 +07:00
member-attribution 🐛 Fixed ref attribute in email links (#15775) 2022-11-08 11:24:00 +01:00
member-events Update Test & linting packages 2022-11-07 20:39:48 +00:00
members-api Moved unsubscribing members behind feature flag 2022-12-09 13:24:25 +07:00
members-csv Update Test & linting packages 2022-11-07 20:39:48 +00:00
members-events-service 🐛 Fixed errors of old events from deleted members (#15944) 2022-12-05 14:36:23 +01:00
members-importer Fixed verification trigger not working for large imports (#15887) 2022-11-28 18:22:10 +01:00
members-ssr Update Test & linting packages 2022-11-07 20:39:48 +00:00
minifier Update dependency terser to v5.16.1 2022-12-05 10:20:15 +07:00
mw-api-version-mismatch Update Test & linting packages 2022-11-07 20:39:48 +00:00
mw-cache-control Update Test & linting packages 2022-11-07 20:39:48 +00:00
mw-error-handler Renamed mw-error-handler test file to match lib 2022-11-23 21:49:40 +00:00
mw-session-from-token Update Test & linting packages 2022-11-07 20:39:48 +00:00
mw-update-user-last-seen Update Test & linting packages 2022-11-07 20:39:48 +00:00
mw-vhost Update dependency supertest to v6.3.3 2022-12-08 17:16:37 +00:00
oembed-service Update metascraper to v5.32.2 2022-11-29 17:02:07 +00:00
offers Update dependency bson-objectid to v2.0.4 2022-11-24 11:24:07 +07:00
package-json Update Test & linting packages 2022-11-07 20:39:48 +00:00
payments Limited Stripe price lookups (#15823) 2022-11-17 14:33:46 +01:00
portal Updated email FAQ 2022-12-09 13:28:06 +01:00
referrers Update Test & linting packages 2022-11-07 20:39:48 +00:00
security Update Test & linting packages 2022-11-07 20:39:48 +00:00
session-service Update Test & linting packages 2022-11-07 20:39:48 +00:00
settings-path-manager Update Test & linting packages 2022-11-07 20:39:48 +00:00
staff-service Added note on package/class naming 2022-11-22 11:25:11 +07:00
stats-service Update dependency @types/mocha to v10.0.1 2022-11-30 12:23:06 +07:00
stripe Limited Stripe price lookups (#15823) 2022-11-17 14:33:46 +01:00
tiers Added defaults for monthly and yearly price 2022-12-07 22:02:37 +07:00
update-check-service Update Test & linting packages 2022-11-07 20:39:48 +00:00
verification-trigger Removed getCreatedEvents and added verification trigger test (#15832) 2022-11-18 15:05:15 +01:00
version-notifications-data-service Update Test & linting packages 2022-11-07 20:39:48 +00:00