Skip to content

1.3.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 12 Apr 05:10
· 11 commits to master since this release
  • css files can now be interpreted by the editable plugin when they change their extension to sy and set the type to css
  • includes now outputs css styles with proper type tag (type='text/css')
  • the editable plugin now allows type color to be passed
  • the save action for form submission in serve is now actually async (it wasn't before, sometimes it would write sometimes it wouldn't)
  • get and set now support mixed object access forms such as obj.name or obj['name'] or obj["name"]