Till Theato

Results 4 issues of Till Theato

The recipe "System-wide config" in the [cookbook](https://ember-power-select.com/cookbook) states that global config is possible using inheritance. However with most parameters being used as arguments in the template in v4, this is...

In the past it was possible to manually remove open messages again (as documented in the readme) by doing `message.set('visible', false);`. This was broken in 436a3e526c58f1ec605169a91f59f03deaed9b33. It would be great...

Updates all dependencies including: * Ember-* to 3.18 * pickr to 1.6.0 Also introduces: * Dynamic/Lazy import of pickr to reduce initial bundle size ToDos: - [ ] Fix tests...

Adds `nestSearchParam` argument, to be able to support backends which require search params without any nesting, such as `&search=`. The current behaviour (`&searchProperty[searchKey]=`) remains the default choice. Fixes #80. This...