Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdne committed Nov 24, 2023
1 parent a27cafa commit 0684381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.3.4
* Element#children=
* Support more methods on Media
* Event::Custom to support non-enumerable properties
* DOM::Element::Form: #valid?, #request_submit, #ajax_submit
* Compatibility for Opal-RSpec 1.0

Expand Down
2 changes: 1 addition & 1 deletion opal/browser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Browser
VERSION = '0.3.3'
VERSION = '0.3.4'
end

0 comments on commit 0684381

Please sign in to comment.