Skip to content

feat(configure): Deprecate branding: Object, use a string instead.#3278

Merged
WilcoFiers merged 1 commit intodevelopfrom
deprecate-branding
Nov 12, 2021
Merged

feat(configure): Deprecate branding: Object, use a string instead.#3278
WilcoFiers merged 1 commit intodevelopfrom
deprecate-branding

Conversation

@WilcoFiers
Copy link
Copy Markdown
Contributor

Because the brand property is no longer in use, it is deprecated as of version 4.4. This makes it unnecessary to configure branding using an object, which now only has one property. So along with deprecating the brand property, the Branding object is also deprecated. Use a string instead:

// previously
axe.configure({
  branding: { application: 'axe-playwright' }
})
// current
axe.configure({ branding: 'axe-playwright' })

Closes issue: #2891

@WilcoFiers WilcoFiers requested a review from a team as a code owner November 12, 2021 12:54
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.

2 participants