Hyperstack v1.0.alpha1.5 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
  • 1.0alpha1.5 - 2019-06-19

    ๐Ÿ”’ Security

    • #165 Secure access to composed_of relationships.

    โž• Added

    • #114 Add Polymorphic Models
    • #186 Allow components to override built-in event names (i.e. fires :click)
    • #185 Allow import of es6 modules that have a single component
    • ๐Ÿš… #183 Add new Rails 6 active support methods: extract! and index_with
    • #180 sleep now returns a promise so it works nicely with Operations
    • ๐Ÿ‘€ #176 The render callback is now optional. See issue for details.
    • #168 Allow custom headers in ServerOps
    • #160 Allows for dynamically attaching events: .on(false || nil) is ignored.
    • #159 Hyperstack.connect behaves nicely if passed a dummy value.
    • ๐Ÿš… #148 Rails installer works with existing Rails apps.
    • #146 Allow ActiveModel attribute methods to be overridden.

    ๐Ÿ›  Fixed

    • #196 The empty? method no longer forces fetch of entire collection
    • โšก๏ธ #195 UI will not update until after all relationships of a destroyed record are completely updated.
    • #194 Fetching STI models via scope and finder will now return the same backing record.
    • #193 Allow the super method in hyper-spec examples.
    • 0๏ธโƒฃ #192 Dummy values will be initialized with schema default value.
    • ๐Ÿ’… #191 Fixed incompatibility between the Router and Legacy style param method.
    • ๐Ÿ›  #181 Fixed nested class component lookup.
    • ๐Ÿšš #179 Once an operation moves to the failed track it now stays on the failed track.
    • #178 Resetting system now correctly reinitializes all variables.
    • #173 Both sides of a relationship can be new and will get saved properly.
    • #170 HyperSpec pause method working again.
    • โœ… #169 Fixes to ActiveRecord model equality test.
    • #166 Allow Element#dom_node to work with native components.
    • #164 Insure state change notification when scopes change remotely.
    • #163 Ignore hotloader and hotloader errors during prerendering.
    • ๐Ÿ—„ #154 Stop raising deprecation notices when using imports directive.
    • #153 .to_n working properly on Component classes.
    • โฑ #144 Timeout if connection between console and server fails.
    • #143 Errors#full_messages working properly.
    • #138 Count of has_many :through relations working properly
    • #126 Scopes no longer returning extra DummyValue.
    • โšก๏ธ #125 Belongs-to relationships on new records will react to updates to the relationship.
    • #120 ActiveRecord::Base.new? renamed to new_record? (you can still use new? or override it)

Previous changes from v0.99.6

  • โšก๏ธ Backports the delayed updating fix from latest hyperstack