Changes in version 0.1.4.9000 - Fix regression on conditional controls not updated when glide inserted with InsertUI (#36, @JulianoAtto) - New start_at argument to glide() to allow to start at a specific glide (#44, @analytichealth) Changes in version 0.1.4 (2023-02-15) - Fix issue with glides not working in modals (#39, @analytichealth) - Fix conditional controls not updated when glide inserted with InsertUI (#36, @JulianoAtto) - Resize glides when parent is resized (#30, @ismirsehregal) - Add swipe option to glide function to disable swiping navigation - Fix issue when slide reloaded from renderUI (thanks @ChristianKahmann) - Migrate development to packer - Update Glide.js to 3.6.0 Changes in version 0.1.3 (2021-06-11) - Add current index Shiny input (thanks @gueyenono) - Style default controls layout with flex instead of bootstrap - Add fix for collapsible sidebar in shinydashboard (thanks @nklepeis) - Add keyboard option to glide function to disable keyboard navigation - Fix incorrect glides dimensions in tabs (thanks @LeonhardBakker) - Limit tab key navigation to the current visible slide (thanks @Chaskelr) Changes in version 0.1.2 (2019-10-12) - Fix typo which prevented left arrow disabling when prev_condition is not met - Fix conflict with slickR (thanks @JonP-16) Changes in version 0.1.1 (2019-07-10) - First version