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

Custom Attributes Scenario 2: Write badly cased attributes. Remove most of whitelist. #10385

Merged
merged 49 commits into from
Aug 15, 2017

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    af36bfa View commit details
    Browse the repository at this point in the history
  2. Update custom attribute logic

    - Only allow string attributes
    - Remove custom attribute feature flag
    - Add additional tests for data, aria, and custom attributes
    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    601eabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eab17b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    137af3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e55ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2106844 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9caa863 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84beb33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f406aac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da19306 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f09d3f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aeb2db3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7cbf2f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b67dd13 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dab72d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    000c0df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a77d47b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f661d22 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aa3916b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ce3335 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a11b0bd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    07c6865 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    599844e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    14d5ea0 View commit details
    Browse the repository at this point in the history
  25. Remove case sensitive props

    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    99206db View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a3c2aef View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ca601c6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3e866cf View commit details
    Browse the repository at this point in the history
  29. Remove duplicative comment

    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    b7d6996 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    545bcab View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    afb609e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    71871c4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3281320 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    19bfbaf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6df8b4f View commit details
    Browse the repository at this point in the history
  36. Fix typo in comment

    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    cb57075 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    21678fc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    90b4cce View commit details
    Browse the repository at this point in the history
  39. Do not translate bad casings of aliased attributes

    - classname writes to the DOM as classname
    - class does not write to the DOM
    - cLASS does not write to the DOM
    - arabic-form does not write to the DOM
    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    fa3db62 View commit details
    Browse the repository at this point in the history
  40. Revise the way custom booleans are treated

    - Custom attributes can not have boolean values unless they are aria
      or data attributes
    - Attributes with boolean values have been added back to the whitelist
    - Warnings now exclude booleans from supported types
    - Associated test coverage
    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    21db719 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c2c3d63 View commit details
    Browse the repository at this point in the history
  42. Revert changes to the docs

    We'll update them separately
    gaearon authored and nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    7f16b4d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3908cd3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2479fcc View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    8162222 View commit details
    Browse the repository at this point in the history
  46. Support object property values with toString methods. Allow boolean p…

    …rops to coerce objects
    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    e9c8910 View commit details
    Browse the repository at this point in the history
  47. Add back ajaxify test

    nhunzaker committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    6b1572a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    cf1b0d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    b923740 View commit details
    Browse the repository at this point in the history