This repository was archived by the owner on Sep 14, 2023. It is now read-only.
0.8.0-alpha.2
Pre-release
Pre-release
- Replace react-remarkable with react-markdown in examples [issue #44, PR #48 by @kaspar92]
- Ensure all our css classes begin w/
tg-modal[issue #30, PR #47]- Modal: dialogClassName default changed to
tg-modal-dialog - Modal: transitionName default changed to
tg-modal-fade - Modal.Header, Modal.Body, Modal.Backdrop, Modal.Dialog:
- className default changed to new variant
- All css changes:
.modal->.tg-modal.modal-dialog->.tg-modal-dialog.modal-content->.tg-modal-content.modal-header->.tg-modal-header.modal-title->.tg-modal-title.close->.tg-modal-close.modal-body->.tg-modal-body.modal-footer->.tg-modal-footer.modal-basic->.tg-modal-basic.modal-backdrop->.tg-modal-backdrop.modal-open->.tg-modal-open.animating->.tg-modal-animating- Keyframe
fadeIn->tg-modal-fade-in - Keyframe
fadeOut->tg-modal-fade-out - Keyframe
scaleIn->tg-modal-scale-in - Keyframe
scaleOut->tg-modal-scale-out .fade-enter->.tg-modal-fade-enter.fade-exit->.tg-modal-fade-exit
- Modal: dialogClassName default changed to