strudel icon indicating copy to clipboard operation
strudel copied to clipboard

A front-end framework for the back-end powered web

Results 28 strudel issues
Sort by recently updated
recently updated
newest added

…tation BREAKING CHANGE: Usage of element will no longer work fix #125

**Describe the bug** In documentation Element class is exported with uppercase (and probably this should be that way, as this is class), meanwhile we're exporting element lowercased **Expected behavior** User...

Currently SauceLabs is not working great, the builds are failing and are run only on merge to master. Please fix the builds and make it more valuable (maybe we should...

chore
priority

BREAKING CHANGE: allow attaching multicomponents * `__strudel__` is now array of instances *`on` method attaches component name * `off` method is divided into seperate functions re #109

**Is your feature request related to a problem? Please describe.** The problem that I have is that sometimes there are multiple functionalities that need to be attached to the same...

priority

**Describe the solution you'd like** Currently mixins are available to be used as: ``` class Component { mixins: [a] } ``` which is fine syntax, but currently works only for...

help wanted
next
improvement

Code like this: ``` @El('.button') button @Event('click .button') onClick() {} ``` leads to selector duplication, there should be a smarter way to pass bound `button` to the `@Event`

backlog
improvement
discussion

Namespacing DOM events would be helpful to safely remove listeners in a way they do not interfere with other components.

backlog
feature request