Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tab-nabbers/spectacle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FormidableLabs/spectacle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Apr 6, 2019

  1. Copy the full SHA
    8ef60e9 View commit details
  2. Copy the full SHA
    ff24bac View commit details

Commits on Apr 15, 2019

  1. Update tutorial.md (FormidableLabs#674)

    First open folder then remove the .git file
    bovandersteene authored and ebrillhart committed Apr 15, 2019
    Copy the full SHA
    6478910 View commit details
  2. lockfile

    ebrillhart committed Apr 15, 2019
    Copy the full SHA
    0b3987e View commit details
  3. 5.5.0

    ebrillhart committed Apr 15, 2019
    Copy the full SHA
    c7f1c99 View commit details

Commits on May 7, 2019

  1. Update README.md (FormidableLabs#675)

    * Update README.md
    
    @ebrillhart @kale-stew 
    We're adding maintenance status to all our OSS. Let me know if you have any questions
    
    * Update README.md
    
    * prettier to resolve formatting issues
    boygirl authored and ebrillhart committed May 7, 2019
    Copy the full SHA
    8ea5e35 View commit details
  2. add live demo link to readme (FormidableLabs#677)

    Kate Schaefer authored and ebrillhart committed May 7, 2019
    Copy the full SHA
    c21b5c9 View commit details

Commits on May 29, 2019

  1. Update docs to include !raw-loader! hack (FormidableLabs#681)

    * Update markdown section to include `!raw-loader!` hack
    
    Without the leading '!', the slides are not properly formatted. FormidableLabs#467
    
    * Run prettier-fix
    kale-stew authored May 29, 2019
    Copy the full SHA
    45a91fb View commit details
  2. Fix: lineHeight not applied to UnfitText (FormidableLabs#682)

    * lineHeight not applied to UnfitText
    
    * Update text snapshot to include new lineHeight prop
    
    * Add UnfitText to TS defs
    kale-stew authored May 29, 2019
    Copy the full SHA
    5c47a42 View commit details

Commits on Jun 7, 2019

  1. Init rewrite branch

    kale-stew committed Jun 7, 2019
    Copy the full SHA
    2ec9bf7 View commit details

Commits on Jun 10, 2019

  1. Copy the full SHA
    60c7c26 View commit details
  2. Copy the full SHA
    4943d85 View commit details

Commits on Jun 12, 2019

  1. hide initial changes

    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    03868e8 View commit details
  2. First draft of working mdx support with webpack:

    - `node_modules/.bin/webpack` to build dist
    - `yarn start` to run on localhost
    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    8f6aac4 View commit details
  3. remove files unintentionally carried into branch

    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    33772bb View commit details
  4. remove commented out part of webpack config

    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    c369726 View commit details
  5. update gitignore

    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    b62e236 View commit details
  6. Copy the full SHA
    df726bd View commit details
  7. 1. Add documentation for index.js and test.mdx.

    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    08e2ec4 View commit details
  8. 1. Moved webpack dependecies to devDependencies.

    Dominic Coelho committed Jun 12, 2019
    Copy the full SHA
    606da2b View commit details
  9. Merge pull request FormidableLabs#689 from FormidableLabs/rewrite/add…

    …-webpack-mdx
    
    Rewrite: add webpack mdx
    VirtualDOMinic authored Jun 12, 2019
    Copy the full SHA
    a99411a View commit details

Commits on Jun 14, 2019

  1. Copy the full SHA
    6dc815e View commit details
  2. Copy the full SHA
    65522c6 View commit details

Commits on Jun 17, 2019

  1. Update one-page.html to use spectacle 5 (FormidableLabs#687)

    * update one-page.html to use spectacle 5 - fixes CSSStyleDeclaration index property setter error
    
    * remove markdown tabbing to render properly
    
    * undo ridiculous indentation from prettier
    
    * update README to use Spectacle 5
    VirtualDOMinic authored Jun 17, 2019
    Copy the full SHA
    e767908 View commit details

Commits on Jun 19, 2019

  1. Merge pull request FormidableLabs#692 from FormidableLabs/bug/issue-6…

    …61-unmounting-bug
    
    Bug/issue 661 unmounting bug
    narinluangrath authored Jun 19, 2019
    Copy the full SHA
    f76d3bc View commit details

Commits on Jul 31, 2019

  1. Copy the full SHA
    c7aad5c View commit details
  2. Add contentWidth and contentHeight to DeckProps (FormidableLabs#699)

    The docs call for a number but strings (i.e. 95vw) seem to work fine.  FormidableLabs#361 suggested a problem but that code doesn't seem to exist anymore.
    maxcan authored and Kylie Stewart committed Jul 31, 2019
    Copy the full SHA
    06ec25c View commit details
  3. Rewrite slide display and transition logic. (FormidableLabs#691)

    * add styled-components dependency
    
    * move component files out of respective folders, update imports
    
    * Change Deck.js so that it provides a render prop to the child.
    
    * Modify Controls.js so that they accept dispatch prop and render buttons.
    
    * Modify test.mdx so that it renders Controls and a currentSlide value.
    
    * Refactored to use hooks
    
    * Added 'SlideElement' logic to Slide.
    
    * Finished slide logic
    
    * removed Controls as no longer needed.
    
    * Add SlideElementWrapper for animated elements
    
    * Add note about loop prop for Deck
    
    * Add example using JS rather than just MDX (FormidableLabs#694)
    
    * moved slideElementWrapper into own component
    
    * Implement react spring transitions
    
    * added custom transitionEffect prop to Slide component.
    
    * Fixed MDX and JS examples
    
    * SlideElementWrapper can accept custom springs now!
    
    * Added proptypes
    
    * Fixed some animation issues with precision.
    
    * Added configuration so when going backwards you could skip animations.
    
    * Implemented debounced keypress, so can skip animations if skipping through slides.
    
    * Fixed some issues with transitionEffects
    
    * Add immediate to note s that it is a React-Spring property.
    
    * Fix cleanup function for useSlide.
    kiraarghy authored and Kylie Stewart committed Jul 31, 2019
    Copy the full SHA
    118288b View commit details
  4. Add bulletStyle types, doc updates (FormidableLabs#703)

    * Add bulletStyle types
    
    * Fix ListProps type
    
    * Add new COC contact email
    Kylie Stewart authored Jul 31, 2019
    Copy the full SHA
    b5ccab9 View commit details
  5. 5.6.0

    kale-stew committed Jul 31, 2019
    Copy the full SHA
    04ce903 View commit details
  6. Merge branch 'master' of github.com:FormidableLabs/spectacle

    * 'master' of github.com:FormidableLabs/spectacle:
      Add bulletStyle types, doc updates (FormidableLabs#703)
    kale-stew committed Jul 31, 2019
    Copy the full SHA
    c9b40c0 View commit details
  7. 5.7.0

    kale-stew committed Jul 31, 2019
    Copy the full SHA
    eeac5c4 View commit details

Commits on Aug 7, 2019

  1. Copy the full SHA
    020ca06 View commit details
  2. Copy the full SHA
    932285b View commit details

Commits on Aug 12, 2019

  1. Copy the full SHA
    cecb28b View commit details
  2. Copy the full SHA
    2eed94c View commit details
  3. Copy the full SHA
    b737840 View commit details
  4. Copy the full SHA
    a9d7c2a View commit details
  5. Copy the full SHA
    d8da41c View commit details
  6. Copy the full SHA
    726c483 View commit details
  7. Copy the full SHA
    90b718f View commit details
  8. Copy the full SHA
    3d6353f View commit details
  9. Copy the full SHA
    36bf44a View commit details
  10. Copy the full SHA
    d2d5aac View commit details

Commits on Aug 13, 2019

  1. Merge pull request FormidableLabs#705 from FormidableLabs/rewrite/keb…

    …ab-case
    
    use kebab-case consistently throughout project
    SunburtReynolds authored Aug 13, 2019
    Copy the full SHA
    644ffa5 View commit details
  2. Copy the full SHA
    dbcae96 View commit details
  3. Add Spectacle Codemirror extension (FormidableLabs#696)

    jonathan-fielding authored and Kylie Stewart committed Aug 13, 2019
    Copy the full SHA
    34691f3 View commit details
  4. Copy the full SHA
    34420b5 View commit details
  5. Copy the full SHA
    8c11803 View commit details

Commits on Aug 14, 2019

  1. Copy the full SHA
    7762b13 View commit details
Loading