web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.8 KiB

  1. # aria-query Change Log
  2. ## 1.0.0
  3. - Updated values of aria-haspopup to include ARIA 1.1 role values
  4. - Added the CHANGELOG file
  5. ## 2.0.0
  6. - Remove package-lock file.
  7. - Add Watchman config file.
  8. ## 2.0.1
  9. - Added aria-errormessage to the ARIA Props Map.
  10. ## 3.0.0
  11. - Bumping to a major version because of a previous breaking change.
  12. ## 4.0.0
  13. - 912e515 (origin/fix-travis, fix-travis) Move allowed failures to excludes in Travis. The current failures are simply version incompatibilities.
  14. - 17f4203 (origin/fixe-all-roles-html-mappings, fixe-all-roles-html-mappings) Fix all inherent ARIA role to HTML mappings
  15. - 4ce2a9e (origin/fix-textbox, fix-textbox) Fix HTML relatedConcepts for textbox and combobox
  16. - 8cbdf1d (origin/fix-select-mapping, fix-select-mapping) Remove baseConcepts as a prop.
  17. - c3c510d Fix mapping for the HTML select element
  18. - 52f2535 (origin/deprecate-requireContextRole, deprecate-requireContextRole) Deprecate the mispelled requireContextRole. Replace with requiredContextRole.
  19. - fff3783 (origin/kurosawa-takeshi-add-double-check-tests, kurosawa-takeshi-add-double-check-tests) Update package lock file
  20. - b90a99b (origin/kurosawa-takeshi-update-dpub-aria, kurosawa-takeshi-update-dpub-aria) Update breakUpAriaJSON script to include MapOfRoleDefinitions type on roll-up role classes-takeshi-update-dpub-aria
  21. - 59c3199 (origin/eps1lon-fix/ie11, eps1lon-fix/ie11) Undo the eslintrc changes
  22. - 3152480 (origin/dependabot/npm_and_yarn/eslint-6.6.0, dependabot/npm_and_yarn/eslint-6.6.0) Fix duplicate peer dependencies
  23. - 8a661f2 Updating allowed failures for odd versions of node
  24. - 0c85fd6 Update Travis and eslint peer dependencies
  25. - 99df7da Bump eslint from 3.19.0 to 6.6.0
  26. ## 4.0.1
  27. - Fix the incorrect ARIA designation of the region role to an HTML designation
  28. ## 4.0.2
  29. - a3e2f1e Added the Copyright year (2020) for A11yance
  30. - 3173a07 Remove Peer Dependency to ESLint
  31. ## 4.2.0
  32. Upgrade support of ARIA from 1.1 to 1.2
  33. - f1b8f11 Add aria-level as a required prop for the heading role
  34. - 5beb07b Fix babelrc and update package lock
  35. - 32256c7 Update dependencies and babelrc
  36. - 132ebca test: Verify that role.json is synced (#52)
  37. - d2c7b1b test: Narrow test matrix
  38. - f4d115c fix: manual add aria-valuetext to range
  39. - fb8fcf8 fix: Update with latest parser script
  40. - 7dae700 fix: Superclass of generic is structure
  41. - 5ea8353 Adding a license line
  42. - 48cc635 fix: input type is text by default
  43. - b50587e Revert relatedConcepts changes
  44. - 1aa562f fix flowtype of prohibitedProps
  45. - 8b81b14 Run node scripts/breakUpAriaJSON
  46. - f65c156 chore: sort roles.json keys alphanumerically
  47. - 3c2f213 chore: format role.json
  48. - 38694f3 fix: input type is text by default (#42)
  49. ## 4.2.1
  50. - bdd6082 Change master branch main in Travis
  51. - 0b2d4ed Handle header element as banner role (#47)
  52. ## 4.2.2
  53. - 7819fe4 Fix the allowed props of the heading role (jsx-eslint/eslint-plugin-jsx-a11y#704)