Bede Overend

Results 8 issues of Bede Overend

Addresses #79 Adds the new ES6 SimplaElement mixin, converted from the ES5 Polymer Behavior at https://github.com/simplaelements/simpla-element-behavior to be a generic mixin for v1 Web Components. **Usage** ```js import SimplaElement from...

Currently the `module` field on `package.json` points to `src/simpla.js` but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling...

enhancement
good first issue

### I'm submitting a Bug report ### Description In v2, creating an object `/foo/bar/baz` would ensure `/foo` and `/bar` existed as empty objects (i.e. type null and data an empty...

bug

### I'm submitting a Bug report ### Description When calling `Simpla.remove`, the child hierarchies aren't removed e.g. calling `Simpla.remove('/foo')` wouldn't remove `/foo/bar`

bug

### Scenario Calling `Simpla.set('foo.bar.baz', { ... })`, before having calling `set` / `get` on either ancestor `foo` or `foo.bar`, may result in incorrect data being stored in the buffer for...

bug

Doesn't appear implement the DocumentOrShadowRoot interface - or only `activeElement` property seems to be implemented. Particularly for dealing with selections and ranges this is needed. I'm trying to use Prosemirror...

Currently custom-attributes doesn't specify what browsers it supports, so thought it might be worth discussing what to aim for. I've been using it in https://github.com/simplaelements/simpla-paths and that's been running well...

question

It'd be great if there could be a flag while rendering these components which would cause the rendered preact output to be placed _inside_ the element, rather than _replace_ the...