sygnal 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,7 +129,7 @@ var createElementWithModules = function createElementWithModules(modules) {
129
129
  return considerSvg({
130
130
  sel: sel,
131
131
  data: data ? sanitizeData(data, modules) : {},
132
- children: text ? undefined : sanitizeChildren(children),
132
+ children: typeof text !== 'undefined' ? undefined : sanitizeChildren(children),
133
133
  text: text,
134
134
  elm: undefined,
135
135
  key: data ? data.key : undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sygnal",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "An intuitive framework for building fast and small components or applications based on Cycle.js",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
Binary file
package/sygnal-1.1.3.tgz DELETED
Binary file