Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 2.14 KB

Latest

  • Deprecated ux-genie as a standalone repo/component. It now comes with genie.

0.3.3

  • Forgot to uglify to uxGenie.min.js - Should really probably just make a build for this...

0.3.2

  • ux-genie - Adding commonjs style module support
  • ux-lamp - No longer calculating math when in subcontext
  • ux-lamp - Improved document click handler to determine whether to toggle visibility
  • ux-lamp - Improved lampVisible watcher to only focus on the input if necessary.

0.3.1

  • ux-lamp - Changing storage options. The local-storage attribute's value is now used as the key for the local storage value.
  • ux-lamp - New attribute firebase now allows you to store your data in a firebase. See README for more info.

0.3.0

  • genie-wish
    • removed the wish-action attribute so it no longer has an isolate scope.
  • ux-lamp
    • Added ability to press "tab" on sub context wishes.
    • Altered the template a bit to give more CSS control.
    • Improved scope.$apply stuff to be safe. Fixed subcontext wish execution.
    • Not allowing genie to be visible when genie is disabled.
    • Adding custom template option. Also changing the default template slightly which is the reason for the major version bump.

0.2.4

  • genie-wish - made it so you can escape commas for magic words like so: "People, places, and things".
  • ux-lamp - added subContext capabilities (see README).
  • ux-lamp - added simple calculator.
  • ux-lamp - fixed a couple of bugs...

0.2.3

  • ux-lamp bug fix. Not including the lamp-visible, wish-callback, or local-storage caused angular to crash with this error

0.2.2

  • genie-wish directive will now look at the content of the element for the wish's magic word if there is no value for the genie-wish, name, or id attributes.
  • genie-wish now has a new attribute called ignore-wish which the directive observes for changes. If it is set to true during the link phase, the wish will not be registered until the attribute is changed to "true".
  • This change log :)