v0.24.1 - Introduce props.getAll() for custom elements
Pre-release
Pre-release
props.getAll() was introduced as an equivalent to props.get('*') for custom elements. The former allows better integration with TypeScript. See issue #138