You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed unnecessary Floodgate.data class property which was causing bugs in instances that accepted data loaded asynchronously from parent (#47, 329f728)
Fixed Floodgate#loadAll not updating Floodgate.state.currentIndex (#41, a4ac5b1)
Fixed Floodgate#reset to allow custom initial value so loading all items, then calling Floodgate.props.exportState doesn't lock component to fully-loaded items state (#40, a4ac5b1)
Updated package description and keywords to be more descriptive and search-optimized; released at 0.5.3 (9faf1e2)
Bugfix
Fixed bug where existing functionality did not allow a parent component to control Floodgate using its state in Floodgate props; released at 0.5.4 (#35, #37, 084fc5b)
Maintenance
Removed minified builds from Rollup config; released at 0.5.5 (#38, #39, 050f5ee)