Evyatar
Evyatar
| Q | A | | ---------------- | --- | | Bug fix? | ✔/✖ | | New feature? | ✔/✖ | | Breaking change? | ✔/✖ | | Deprecations?...
Add singular form of the following: getErrors() -> getError() getWarnings() -> getWarning() The idea is to return the first error/warning of a field, instead of an array. Unlike getErrors/getWarnings that...
Improve the documentation by adding an Angular sandbox.
Vest, javascript validations framework inspired by unit tests.
Unless it's a play on package+edges 😦 --- This change is [](https://reviewable.io/reviews/giltayar/bilt/71)
Hey all, I am currently working on the new major version of the picker (4). It adds dark mode, better search and customizability via css variables. Would love to hear...
Allow for passing a `showEmoji` property that takes a predicate function. When returning false, the emoji will be removed from the picker, for example: ``` !!myAllowedEmojes[emoji.u]}/> ```