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

v5 without jQuery #23586

Merged
merged 89 commits into from Feb 20, 2019
Merged

v5 without jQuery #23586

merged 89 commits into from Feb 20, 2019

Commits on Feb 19, 2019

  1. Remove jQuery from Util.js

    s
    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8b603e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43acce7 View commit details
    Browse the repository at this point in the history
  3. alert without jquery

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    7b68398 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cfa640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8719b1 View commit details
    Browse the repository at this point in the history
  6. Add namespaced events

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    2a304e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    912687f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    519d834 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8be9632 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cfd02f View commit details
    Browse the repository at this point in the history
  11. Extend SelectorEngine.find() to include an element first arg.

    If not supplied, it'll just use `document`.
    XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    d2d3a48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31d7bb1 View commit details
    Browse the repository at this point in the history
  13. Add findOne to our SelectorEngine

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ad1eb36 View commit details
    Browse the repository at this point in the history
  14. Fix our data storage

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ee9dc4b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a9ad04 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0702bc5 View commit details
    Browse the repository at this point in the history
  17. Fix delegation events

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    547a2ff View commit details
    Browse the repository at this point in the history
  18. button without jquery

    XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8ca6138 View commit details
    Browse the repository at this point in the history
  19. Add polyfill for focusin and focusout

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    345ff29 View commit details
    Browse the repository at this point in the history
  20. Rewrite carousel without jquery

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    05d60f4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5e88fcd View commit details
    Browse the repository at this point in the history
  22. Rewritten modal without jquery (#23955)

    * Trigger jquery events if available in event handler
    
    * Rewritten modal without jquery
    alekitto authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    5ab130f View commit details
    Browse the repository at this point in the history
  23. Workaround for M$ Edge resetting defaultPrevented flag upon dispatchE…

    …vent
    Alessandro Chitolina authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    2398a99 View commit details
    Browse the repository at this point in the history
  24. Rewrite Collapse without jQuery

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    e471226 View commit details
    Browse the repository at this point in the history
  25. fix unit test modal

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    7d64824 View commit details
    Browse the repository at this point in the history
  26. Wrap our objects into IIFE

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    842452f View commit details
    Browse the repository at this point in the history
  27. tooltip without jquery

    alekitto authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    4798e83 View commit details
    Browse the repository at this point in the history
  28. fix weird case with jQuery

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1127f4c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4aa51a0 View commit details
    Browse the repository at this point in the history
  30. Return a new function with Util.noop

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    251d0f8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dc9ecac View commit details
    Browse the repository at this point in the history
  32. Fix new unit test in popover

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    6d0c08e View commit details
    Browse the repository at this point in the history
  33. fix chores karma

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    51baf5c View commit details
    Browse the repository at this point in the history
  34. Dropdown without jQuery

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    f7fa26e View commit details
    Browse the repository at this point in the history
  35. rewritten tab without jquery

    alekitto authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    29b665d View commit details
    Browse the repository at this point in the history
  36. upgrade to v4 stable

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1286d1f View commit details
    Browse the repository at this point in the history
  37. rewritten scrollspy without jquery

    alekitto authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    d48c2f3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a0c50d6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    08de845 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    98b544d View commit details
    Browse the repository at this point in the history
  41. fix(data): increase coverage for data

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    448dfb3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6866380 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5d4993d View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    33567bd View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5d6fa23 View commit details
    Browse the repository at this point in the history
  46. fix(util): remove extend

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    f823358 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    df7d7a9 View commit details
    Browse the repository at this point in the history
  48. fix(util): increase util coverage

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    085731a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a78802a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6540ad3 View commit details
    Browse the repository at this point in the history
  51. fix(build): remove jquery in our build

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    07757c1 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3b597cb View commit details
    Browse the repository at this point in the history
  53. fix(visual-test): remove jquery in them

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    fc06d22 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    83c1160 View commit details
    Browse the repository at this point in the history
  55. fix(docs): remove jQuery from our docs

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    cac48c4 View commit details
    Browse the repository at this point in the history
  56. chore(update): bump to 4.1.3

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    d4954bc View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e076462 View commit details
    Browse the repository at this point in the history
  58. Refactor util plugin and some tests

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8aa25a4 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dc13643 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    48707aa View commit details
    Browse the repository at this point in the history
  61. Improve manipulator coverage

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    5b892b9 View commit details
    Browse the repository at this point in the history
  62. remove IE from our browserlist

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9372043 View commit details
    Browse the repository at this point in the history
  63. rewrite toast plugin without jquery

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9ca0e2b View commit details
    Browse the repository at this point in the history
  64. use Util.makeArray in our docs

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ae266df View commit details
    Browse the repository at this point in the history
  65. Fix anchors wrapper.

    XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1386c8c View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    2599bfd View commit details
    Browse the repository at this point in the history
  67. bump to 4.2.1

    Johann-S authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    13ce5f2 View commit details
    Browse the repository at this point in the history
  68. Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome …

    …implements $ natively.
    Emil Müller authored and XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    799bc9b View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8bce032 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0229453 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    cfcbe8a View commit details
    Browse the repository at this point in the history
  72. 4.3.1.

    XhmikosR committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9b927f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    134fef4 View commit details
    Browse the repository at this point in the history
  2. use only dataset to get data attributes

    Johann-S authored and XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    3a0f615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3828f View commit details
    Browse the repository at this point in the history
  4. Simplify checks.

    XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    a2d2938 View commit details
    Browse the repository at this point in the history
  5. improve event handler

    Johann-S authored and XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    1fb3fd5 View commit details
    Browse the repository at this point in the history
  6. remove --compress typeofs=false from terser.

    This was needed for IE
    XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    a9540a9 View commit details
    Browse the repository at this point in the history
  7. Bump bundlesize limits

    XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    2f982a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eabb64 View commit details
    Browse the repository at this point in the history
  9. Remove jQuery from docs/repo.

    Some of the snippets need to be updated later.
    XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    1fc84d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2f0c7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e37ef53 View commit details
    Browse the repository at this point in the history
  12. Remove IE-specific breadcrumb CSS hack

    mdo authored and XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    91e78b4 View commit details
    Browse the repository at this point in the history
  13. Use Util.makeArray().

    XhmikosR committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    080290e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20c6fde View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3b4c294 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7de856 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    542de5d View commit details
    Browse the repository at this point in the history