Skip to content

1.0.alpha1.5

Compare
Choose a tag to compare
@catmando catmando released this 19 Jun 22:01
· 408 commits to edge since this release

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.
  • #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)