Releases: eddielee394/react-myreads
v2.0
release: release 2.0 build; Eddie Padin 11/7/2018 11:16 AM
feat: update styles to support svg icons; Eddie Padin 11/6/2018 2:26 PM
feat: add new stylesheet; Eddie Padin 11/6/2018 1:45 PM
fix: fixed issue with dragsource prop; Eddie Padin 11/3/2018 4:24 PM
fix: add workaround to resolve issue with dnd functionality causing shelf to not update from search page; Eddie Padin 11/3/2018 4:19 PM
test: fixed todo comment; Eddie Padin 11/3/2018 4:09 PM
test: added test Book2 component; Eddie Padin 11/3/2018 4:04 PM
refactor: book update procedure; Eddie Padin 11/3/2018 3:59 PM
refactor: moved Book component into it's own wrapper; Eddie Padin 11/3/2018 2:09 PM
fix: markup changes and jsdocs; Eddie Padin 11/2/2018 2:25 PM
feat: react-dnd functionality; - add drag and drop functionality; - add helpers file; - refactor update notification to showUpdateNotification and move to parent component BookCase; - add showUpdateNotification as callback to updateBookShelf; - refactor updateBookState to compare book shelves and update the book state; Eddie Padin 11/2/2018 2:12 PM
chore: add react-dnd, react-dnd-html5-backend & react-motion dependencies; Eddie Padin 11/2/2018 1:22 PM
fix: moved inline styles on book component to global stylesheet; Eddie Padin 11/2/2018 10:06 AM
feat: add debounce to search input; - fix issue where book results were still returning on an empty input, if the input values were deleted too quickly; Eddie Padin 10/31/2018 10:28 PM