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

[WIP] V5 #499

Merged
merged 550 commits into from
Sep 28, 2019
Merged

[WIP] V5 #499

merged 550 commits into from
Sep 28, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    fc29cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9be84 View commit details
    Browse the repository at this point in the history
  3. Remove min versions for esm/cjs

    These formats are intended to be used with a bundler that sets NODE_ENV=production and uses a minifier. They just add bloat currently. CDN users use IIFE version. ESM in the browser can be solved via pika/web or pika CDN
    atomiks committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    63bb1d4 View commit details
    Browse the repository at this point in the history
  4. Adjust paths

    atomiks committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    6b221ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cae731 View commit details
    Browse the repository at this point in the history
  6. Fix double 'that' in message

    atomiks committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    d56f490 View commit details
    Browse the repository at this point in the history
  7. Fix static message

    atomiks committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    ce82481 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b497a4b View commit details
    Browse the repository at this point in the history
  9. Simplify mutation application

    atomiks committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    022b60b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c48a8dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3768ad4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Fix: followCursor: 'initial' if triggered again while still visible

    onMouseMove() is already invoked in onMount(). Therefore, we don't need to add the listener at all.
    atomiks committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    58591c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a89ec View commit details
    Browse the repository at this point in the history
  3. style: spacing

    atomiks committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    236d93a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd4d0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    907f025 View commit details
    Browse the repository at this point in the history
  6. 5.0.0-alpha.2

    atomiks committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    536ad2f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Mega commit

    - Fix followCursor overflowing when the tippy is small and has an arrow. \n - Fix Props interface types. \n - Mark both extra props as non-updateable for now. \n - Move followCursor logic inside createTippy into the extra-prop functionality.
    atomiks committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    0d1e53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b79b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de18451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26963d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    820a92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b466261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ab141 View commit details
    Browse the repository at this point in the history
  4. Update getValue util

    Rename to getValueAtIndexOrReturn. Improve test quality. Improve types. Fix edge case when default prop may be an array.
    atomiks committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    51aa122 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77dcf75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c4d68d View commit details
    Browse the repository at this point in the history
  7. Fix: remove unused import

    atomiks committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    fa08630 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88f78d5 View commit details
    Browse the repository at this point in the history
  9. Remove --open command

    atomiks committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    3a16c3c View commit details
    Browse the repository at this point in the history
  10. Fix: set() -> setProps()

    atomiks committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f1bf35c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17ecbeb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Remove wait prop

    I don't see a reason for this to exist anymore. onTrigger solves various use cases. Introduced in v1. If people complain we can add it back in as a feature. For now, it's just adding bloat.
    atomiks committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    9246adb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Fix: Move distance application into onUpdate

    FLIP demo requires this
    atomiks committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    d138e18 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

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

Commits on Jul 15, 2019

  1. Fix: check isMounted instead of isVisible

    The listener should not be re-added while mounted
    atomiks committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    01398d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1699f77 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Remove inlinePositioning prop

    atomiks committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    f55f81f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Fix #543 - optimize sticky prop

    atomiks committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    31a7059 View commit details
    Browse the repository at this point in the history
  2. Update deps

    atomiks committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f148aeb View commit details
    Browse the repository at this point in the history
  3. 5.0.0-beta.0

    atomiks committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    1678f05 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

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

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    bc64e23 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts, errors

    atomiks committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    fcd4f78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3f13e View commit details
    Browse the repository at this point in the history
  4. Fix: delete role fix

    atomiks committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    aa47af3 View commit details
    Browse the repository at this point in the history
  5. Fix: bundlesize size links

    atomiks committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    867236a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Fix conflicts, errors

    atomiks committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    90acd90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7997944 View commit details
    Browse the repository at this point in the history
  3. Fix clean script

    atomiks committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    28ac3bf View commit details
    Browse the repository at this point in the history
  4. Update pages

    atomiks committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    f383836 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    8af4a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5ed9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd34fad View commit details
    Browse the repository at this point in the history
  4. Remove TODO

    atomiks committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    4bcecf1 View commit details
    Browse the repository at this point in the history
  5. Move webpack note to FAQ

    atomiks committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    0189b9f View commit details
    Browse the repository at this point in the history
  6. Update Getting Started

    atomiks committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    455e34a View commit details
    Browse the repository at this point in the history
  7. Tweak h2 style

    atomiks committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    6c5db79 View commit details
    Browse the repository at this point in the history
  8. Convert px to rem/em

    atomiks committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    8d23d7b View commit details
    Browse the repository at this point in the history
  9. Fix accidental import

    atomiks committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    f95137c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Add formatted warnings

    atomiks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    6aea245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d8d51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2d4de View commit details
    Browse the repository at this point in the history
  4. Add doc on updating props

    atomiks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    28268da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    019f449 View commit details
    Browse the repository at this point in the history
  6. Update addons demo

    atomiks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    7ee3ce9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7009201 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99a2d2e View commit details
    Browse the repository at this point in the history
  9. Fix: missing return type

    atomiks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d167c35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35572fc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    fdba9ba View commit details
    Browse the repository at this point in the history
  2. Delete PropSymbol

    atomiks committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    0f0d90b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32c807d View commit details
    Browse the repository at this point in the history
  4. tip -> instance

    atomiks committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    ee3ba42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3367120 View commit details
    Browse the repository at this point in the history
  6. 5.0.0-beta.1

    atomiks committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    05dcf86 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

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

Commits on Aug 11, 2019

  1. DRY warning messages

    atomiks committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    b5fd7a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    939d76a View commit details
    Browse the repository at this point in the history
  2. Rename listeners functions

    atomiks committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    1986980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3465243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2618651 View commit details
    Browse the repository at this point in the history
  5. Fix: move makeSticky outside of instance closure

    since it doesn't rely on private state or methods
    atomiks committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    2df2e45 View commit details
    Browse the repository at this point in the history
  6. Remove patched methods with warnings

    More suitable for deprecation warnings instead
    atomiks committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    81c14e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Fix: clean

    atomiks committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    271c044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a896379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63012ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bddbff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    855e4f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    363e9ad View commit details
    Browse the repository at this point in the history
  7. Update syntax theme

    atomiks committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    b105998 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ac3dc7 View commit details
    Browse the repository at this point in the history
  9. Syntax theme adjustements

    atomiks committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    0ec5404 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    deeb0b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74587f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Fix: internalize aria handlers in closure

    Save on bundle size, covered by integration tests already
    atomiks committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    62705a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2616cec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461f9e5 View commit details
    Browse the repository at this point in the history
  4. Fix conflicts

    atomiks committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    1bef509 View commit details
    Browse the repository at this point in the history
  5. Upgrade deps

    atomiks committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    bfaeebd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    750d7ff View commit details
    Browse the repository at this point in the history
  7. Fix: disable() call

    atomiks committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    2d92f35 View commit details
    Browse the repository at this point in the history
  8. Add WIP links

    atomiks committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    7ac9ae2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    9534c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc0dfa5 View commit details
    Browse the repository at this point in the history
  3. Add doc on SVG arrows

    atomiks committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    a60269e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Fix: remove error wrapper for IIFE versions

    Will throw a ReferenceError if tippy is not defined due to the IIFE expression anyway
    atomiks committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    421d6cd View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    atomiks committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    627629e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Run 2 updates on mount

    atomiks committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    842312e View commit details
    Browse the repository at this point in the history
  2. Fix: spread nativeProps

    atomiks committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1a664c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e51108 View commit details
    Browse the repository at this point in the history
  4. Fix: indentation

    atomiks committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    edf6ba0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    83c734f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b9bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876d862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f759f61 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

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

Commits on Sep 2, 2019

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

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    2221826 View commit details
    Browse the repository at this point in the history
  2. Use splitBySpaces util

    atomiks committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    42cbe0b View commit details
    Browse the repository at this point in the history
  3. 5.0.0-beta.2

    atomiks committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    8afe0fb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Fix type for concat trick

    atomiks committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7e6aa86 View commit details
    Browse the repository at this point in the history
  2. Fix props argument type

    atomiks committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    567518c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2a318 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24e60dc View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary selector

    atomiks committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e37a446 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Remove support for auto-initialization

    Remove default import side effects, initializing with tippy() recommended
    atomiks committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    aff70dd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    b9635f4 View commit details
    Browse the repository at this point in the history
  2. Import CSS to temp wrapper

    atomiks committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e21638a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79fed10 View commit details
    Browse the repository at this point in the history
  4. Change import paths

    atomiks committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8eaa5b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    12fc5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe6a6fb View commit details
    Browse the repository at this point in the history
  3. Fix type error

    atomiks committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e2395f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    0008b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997e7d7 View commit details
    Browse the repository at this point in the history
  3. Remove unused hideTimeout

    atomiks committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    8889598 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03b563b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Remove addons/ and extra-props/ folders

    In favor of exporting everything from the default import. Now that the import is side-effect free, we can do this for simplicity. Downside: no more treeshaking for IIFE (that required extra HTTP requests anyway).
    atomiks committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    601b10d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9acf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fae21b9 View commit details
    Browse the repository at this point in the history
  4. Update import path changes

    atomiks committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    cab7083 View commit details
    Browse the repository at this point in the history
  5. Use heading for Node/Browser

    atomiks committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e7b8ae8 View commit details
    Browse the repository at this point in the history
  6. Fix setDefaultProps() doc

    atomiks committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    7bf2077 View commit details
    Browse the repository at this point in the history
  7. Update deps

    atomiks committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    1bea44d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Delete addons/ extra-props/

    atomiks committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3be4477 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    3d8574b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d59184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2830d08 View commit details
    Browse the repository at this point in the history
  4. Force 0 delay in touch and keyboard contexts

    If it needs to be customized for whatever reason, it can be added in the future (wait for issue)
    atomiks committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    d93eda5 View commit details
    Browse the repository at this point in the history
  5. Remove Delay section

    atomiks committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    be94ab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc8416c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    0325c39 View commit details
    Browse the repository at this point in the history
  2. Update website

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    b7cff82 View commit details
    Browse the repository at this point in the history
  3. Fix types

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    8703e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4e1775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa0f040 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15eeb6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1df60b View commit details
    Browse the repository at this point in the history
  8. Move sticky prop to a plugin

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    1821034 View commit details
    Browse the repository at this point in the history
  9. Move sticky test

    ... and figure out how to test it ;/
    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d158edc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c60ef2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea5f452 View commit details
    Browse the repository at this point in the history
  12. Add types section

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    a077f3c View commit details
    Browse the repository at this point in the history
  13. js -> ts

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d0f5d40 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d91bdb View commit details
    Browse the repository at this point in the history
  15. Fix plugin types

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    2a39236 View commit details
    Browse the repository at this point in the history
  16. Fix type errors

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    e3798e8 View commit details
    Browse the repository at this point in the history
  17. Use normalizeToArray util

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    e45c53b View commit details
    Browse the repository at this point in the history
  18. Fix incorrect spread ordering

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    f50ecb5 View commit details
    Browse the repository at this point in the history
  19. Update website

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    0a0181a View commit details
    Browse the repository at this point in the history
  20. Add sticky type

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    a53aa7a View commit details
    Browse the repository at this point in the history
  21. 5.0.0-beta.3

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    8a3fcb6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2615870 View commit details
    Browse the repository at this point in the history
  23. Update plugins API and types

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    857a04b View commit details
    Browse the repository at this point in the history
  24. Update plugins doc

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    3aa5a74 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    59173fe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3e0e22e View commit details
    Browse the repository at this point in the history
  27. Fix plugin interfaces

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    0813acc View commit details
    Browse the repository at this point in the history
  28. Inline DEV messages

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    a6ef6a3 View commit details
    Browse the repository at this point in the history
  29. Add test for defaultProps

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    02c6e99 View commit details
    Browse the repository at this point in the history
  30. Update demos

    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    82bb9b1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5e2fc6b View commit details
    Browse the repository at this point in the history
  32. Set state.currentPlacement = null initially

    Better for correctness + replaces isPopperInstanceCreated
    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    64f9840 View commit details
    Browse the repository at this point in the history
  33. Remove unnecessary parameter

    Used by old createSingleton implementation
    atomiks committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    042d4ff View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    5f066b6 View commit details
    Browse the repository at this point in the history
  2. Remove unused test util

    atomiks committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    2c2420e View commit details
    Browse the repository at this point in the history
  3. Use keyof LifecycleHooks type

    atomiks committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    3c80e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de02d14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c67e15 View commit details
    Browse the repository at this point in the history
  6. Remove forced flipOnUpdate: true

    This is necessary for the SVG line element due to its rect shape only - it should be specified by the user
    atomiks committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    0043a98 View commit details
    Browse the repository at this point in the history
  7. Increase code cov

    atomiks committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    16828ec View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Handle case of weird head tag layout (#576)

    finom authored and atomiks committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b42dd65 View commit details
    Browse the repository at this point in the history
  2. Add __DEV__ to jest key

    atomiks committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0e13f72 View commit details
    Browse the repository at this point in the history
  3. Various tweaks and fixes

    atomiks committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4133a62 View commit details
    Browse the repository at this point in the history
  4. Unify setUserProps() behavior

    atomiks committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    33fe0cc View commit details
    Browse the repository at this point in the history
  5. Add more tests

    atomiks committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    6208c6d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    b86eb87 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v5

    atomiks committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    9300288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8339e01 View commit details
    Browse the repository at this point in the history
  4. Fix transitionDelay

    atomiks committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    0838e6c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Use ReferenceObject

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    b39fc67 View commit details
    Browse the repository at this point in the history
  2. Update website

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4e91c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d72a5 View commit details
    Browse the repository at this point in the history
  4. Fix Tippy type

    Allow funcs created by createTippyWithPlugins() to also pass their own instances, labelled inner
    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9e27164 View commit details
    Browse the repository at this point in the history
  5. Fix props extension

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c1201e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    499ce37 View commit details
    Browse the repository at this point in the history
  7. Fix missing return type

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1c87668 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35eda8a View commit details
    Browse the repository at this point in the history
  9. Remove unsued include paths

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ab31da3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de518fd View commit details
    Browse the repository at this point in the history
  11. Move onCreate hook below createPopperInstance()

    And suggest using a ReferenceObject
    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1aa4908 View commit details
    Browse the repository at this point in the history
  12. Remove # of plugins

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    a63381e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9398433 View commit details
    Browse the repository at this point in the history
  14. Fix console.logs

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    6ce6b94 View commit details
    Browse the repository at this point in the history
  15. Add check for interactiveDebounce

    If only changing content via .setContent(), mouse interactivity (to hide tippy) will fail
    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    f22eb87 View commit details
    Browse the repository at this point in the history
  16. Fix odd transitionDelay

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4d06e85 View commit details
    Browse the repository at this point in the history
  17. Update website

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    851a43a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fdbcb34 View commit details
    Browse the repository at this point in the history
  19. Clean code with destructuring

    atomiks committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    cd00a43 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9878d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    fc27919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e32c98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2593c70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd94c5f View commit details
    Browse the repository at this point in the history
  5. Improve setProps() checks

    atomiks committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    219ecae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    537260a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2871336 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Fix inlinePositioning defaultValue as true

    Causes conflicts
    atomiks committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    57470a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2393822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b1990 View commit details
    Browse the repository at this point in the history
  4. Update plugins demo

    atomiks committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    818faef View commit details
    Browse the repository at this point in the history
  5. Update website

    atomiks committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    cb7c062 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cb0e98 View commit details
    Browse the repository at this point in the history
  7. Add migration guide

    atomiks committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    709f680 View commit details
    Browse the repository at this point in the history
  8. Add missing return type

    atomiks committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    58f7b02 View commit details
    Browse the repository at this point in the history
  9. Fix console.log

    atomiks committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4803ada View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    353dbf1 View commit details
    Browse the repository at this point in the history
  2. Fix padding oddities

    atomiks committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    5ca22c1 View commit details
    Browse the repository at this point in the history
  3. Inline instanceof check

    atomiks committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    eb513bd View commit details
    Browse the repository at this point in the history
  4. Simplify sticky logic

    atomiks committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    7a32d87 View commit details
    Browse the repository at this point in the history
  5. Fix svg-arrow CSS

    Remove unnecessary properties, always use px units
    atomiks committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    fd2a301 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4384200 View commit details
    Browse the repository at this point in the history
  7. Remove unecessary arrow CSS

    atomiks committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    bbbf572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94e3aa3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee41eec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf8a2e9 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    atomiks committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    8b15eb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae1d17d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b963d6e View commit details
    Browse the repository at this point in the history