biotope-element
biotope-element copied to clipboard
A web component
I do not want to manually have to fix all my linting errors which are just styling things.
**Is your feature request related to a problem? Please describe.** We would like to improve the findability of the Biotope website when people are using a search engine. A link...
When passing a string with an array I would expect the console to throw an error in case my prop is not parsable as JSON. Currently, it fails silently. Example:...
**Is your feature request related to a problem? Please describe.** I don't know how to use biotope element with react. **Describe the solution you'd like** A clear and concise description...
**Is your feature request related to a problem? Please describe.** I don't know how to use biotope element with angular. **Describe the solution you'd like** A clear and concise description...
**Is your feature request related to a problem? Please describe.** I don't know how to use biotope element with vue. **Describe the solution you'd like** A clear and concise description...
Some tests (for example the `register` function tests) do their job of making sure that all the code does what is supposed to, however they are very badly organised/written.
i liked @vascocosta-vi suggestion to split up ``` attributeChangedCallback(name, previous, current) { super.attributeChangedCallback(name, previous, current); console.log('third', name); } ``` into two functions suggestion attributeBeforeChangeCallback attributeChangedCallback @tiagomapmarques @SheepFromHeaven ?
**Describe the solution you'd like** I'd like to add an optional `protected readonly template` property to a component so that the render function could auto-apply it automatically (replacing the need...
**Describe the bug** When releasing versions, the new versions docs are not comitted. Would fix the need for more PRs like #224.