megadraft
megadraft copied to clipboard
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
## Related Issue Update library react-scroll for latest version Adjustment lighthouse score with improvement html for best pratices PR - 389 (https://github.com/globocom/megadraft/pull/389) ## Proposed Changes - Update react-scroll and adjustment...
Yarn is better at solving dependency conflicts. By using yarn ONLY, the conflict is automagically resolved. ## Related Issue - fixes #412 ## Proposed Changes - use yarn instead of...
## Proposed Changes - Convert `ModalPluginItem` Class to Functional Component
# -- Bug Report -- ## Expected Behavior `npm install` or `make setup` should execute successfully without flags ## Current Behavior It returns this in `stderr`: ```sh npm ERR! code...
# -- Change -- Remove unused imports of React. ## Description There are many imports of `React` that aren't use. I am guessing these are leftovers from previous coding conventions...
## Related Issue Unused methods of React components should be removed ## Proposed Changes - Remove unused "focus" method inside component body
## Related Issue [Accessible Rich Internet Applications (ARIA)](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) ## Proposed Changes - Adjustment div for button context actions - Adjustment focus with style select buttons - Update tests unit dropdown...
## Related Issue ## Proposed Changes - Replacement of Enzyme with React Testing Library. - Update tests to use Testing Library methods. - Improved compatibility with React 18+ and security....