Skip to content

Commit

Permalink
Remove baseConcepts as a prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Nov 26, 2019
1 parent c3c510d commit 8cbdf1d
Show file tree
Hide file tree
Showing 19 changed files with 272 additions and 416 deletions.
3 changes: 3 additions & 0 deletions scripts/breakUpAriaJSON.js
Expand Up @@ -146,6 +146,9 @@ fs.readFile(path.join('scripts/roles.json'), {
// Deprecate requireContextRole prop. Replace with requiredContextRole.
// requireContextRole will be removed in a future version.
aria[name]['requireContextRole'] = aria[name]['requiredContextRole'];
// Deprecate baseConcepts prop.
// baseConcepts will be removed in a future version.
aria[name]['baseConcepts'] = [];

const file = [
'/**',
Expand Down

0 comments on commit 8cbdf1d

Please sign in to comment.