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

feat(bundle): update bundle strategy #3260

Merged
merged 39 commits into from
Dec 13, 2018
Merged

feat(bundle): update bundle strategy #3260

merged 39 commits into from
Dec 13, 2018

Commits on Nov 8, 2018

  1. build: create dev and prod builds

    - Migrate from Webpack to Rollup
    - Create "development" and "production" builds
    francoischalifour committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    0b90034 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    ffd4f07 View commit details
    Browse the repository at this point in the history
  2. feat(es): update ES export

    The widget, connectors and helpers are now available at the root level:
    
    ```js
    import instantsearch, { searchbox } from 'instantsearch.js';
    
    const search = instantsearch();
    search.addWidget(
      searchbox()
    );
    
    search.start();
    ```
    francoischalifour committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    24d4699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237dea8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f3302 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    697e5e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    726e754 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5718894 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

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

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    d37ea1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66bd4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31c1166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ba438a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fb1859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4530248 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e089222 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

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

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    b2f2988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2017f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c87d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

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

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    de88fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63a6e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b3d10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82755e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21c212d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2baf51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de63675 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07ed0a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    304e253 View commit details
    Browse the repository at this point in the history
  10. chore: remove file

    francoischalifour committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    6e2d19f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    224ffad View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    f0beed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5096a8e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    70e056b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b28068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08307db View commit details
    Browse the repository at this point in the history
  4. build(rollup): strip process variables

    Use the production environment in the UMD for external dependencies.
    francoischalifour committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    ee5c8c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5f1543 View commit details
    Browse the repository at this point in the history