Skip to content

Commit ac0b328

Browse files
committed
updated change log
1 parent a1ce08a commit ac0b328

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

change-log.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212
+ [#120](https://github.com/hyperstack-org/hyperstack/issues/120) Alias `ActiveRecord::Base#new_record?` to `#new?`.
13+
+ [#111](https://github.com/hyperstack-org/hyperstack/issues/111) Add #ref method to Element class
1314
+ [#112](https://github.com/hyperstack-org/hyperstack/issues/112) Add `:init` param to `INPUT`, `SELECT`, and `TEXTAREA` tags.
1415

16+
### Fixed
17+
+ [#128](https://github.com/hyperstack-org/hyperstack/issues/128) Hyperspec improperly parses block parameters
18+
+ [#113](https://github.com/hyperstack-org/hyperstack/issues/113) Can't use finder methods on a scope
19+
+ [#110](https://github.com/hyperstack-org/hyperstack/issues/128) Mutate is executing AFTER render cycle completes causing issues with controlled inputs
20+
21+
1522
## 1.3alpha - 2019-01-16
1623
### Security
1724
+ [#102](https://github.com/hyperstack-org/hyperstack/issues/102) Security hole in find_record method filled.

0 commit comments

Comments
 (0)