Dennis Morello
Dennis Morello
This PR closes #33. It uses [dequal](https://github.com/lukeed/dequal) to perform deep value comparison between the old and the new state in order to avoid unnecessary renders on client components.
Hi, this pull request contains the following changes: - added dependency injection for "$timeout" and "uiCodemirrorConfig" to uiCodemirrorDirective - fixed a typo ("codemirrot" -> "codemirror") - emit HTML "blur" event...
Since the project fully leverages TypeScript for type checking, the `prop-types` package is no longer necessary. Removing it eliminates redundant runtime validation while reducing bundle size. Although this means losing...