shrpne
shrpne
Would be great if `he` methods could be imported separately to decrease overall app size
fixes #107 and #111 This PR can be a breaking change for people who use Webpack with Babel and target ES5 browsers because it introduces `module` field. By default, Webpack...
## **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request ## **What is the current behavior?** Updating `list` prop doesn't affect...
## **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request ## **What is the current behavior?** For now, there is no...
## **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request ## **What is the current behavior?** `filter-by-query` prop needed to make...
New version use new class structure. E.g. `.animated` instead of `.animate__animated`
Looks like there was a typo. Checking for a falsy `_observer` has no sense because then we will not be able to call `.disconnect()` on it, if it is falsy....
There are several problems: - it tries to link nonexistent bin, can be fixed in #85 - it has a dependency of `@nuxt/[email protected]` which depends on nuxt-edge, it is fixed...
`{ naked: auto }` doesn't work This PR fixes it. Considerations: - maybe I should pass only the `naked` option and not whole `config`? - `core/src/blueprint/index.js`, `register` method doesn't use...