Skip to content

Releases: opal/opal-browser

v0.3.5

21 Feb 06:02
Compare
Choose a tag to compare
  • Add backtick_javascript magic comment to squelch warnings since Opal 1.8

v0.3.4

24 Nov 05:58
3c657a0
Compare
Choose a tag to compare
  • 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

v0.3.3

22 Dec 06:13
62cc470
Compare
Choose a tag to compare

What's Changed

  • Correct an Opal v1.4 compatibility issue by @hmdne in #96

Full Changelog: v0.3.2...v0.3.3

v0.3.2

22 Dec 05:32
c869443
Compare
Choose a tag to compare

What's Changed

  • Cookie: refactor the module
    • Note in documentation it's available as $document.cookies and it's the preferred way to access it
    • Always encode a cookie with JSON, unless a new parameter raw: is provided

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Nov 20:42
Compare
Choose a tag to compare
  • Element#inner_dom: Reduce flickering - first build tree, then insert it
  • NodeSet#to_a to be aliased to #to_ary

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Nov 13:19
c601ea7
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @mibamur in #62
  • fix Browser::Cookies by @tongueroo in #63
  • Fix Browser::Cookies: reading of cookies by @tongueroo in #64
  • [IE11] Fixed support check for Event.constructor by @MichaelSp in #61
  • Fixed Browser::DOM::NodeSet#filter to return a NodeSet. by @Ontonator in #67
  • Add methods to handle checkboxes by @graywolf in #72
  • Add: click method to Element class by @anharu2394 in #76
  • Small fixes and updates by @hmdne in #77
  • Work on updating specs (and a few useful features) by @hmdne in #78
  • Third batch of commits for a review by @hmdne in #79
  • A fourth composite pull request by @hmdne in #80
  • A fifth composite pull request by @hmdne in #81
  • Sixth composite pull request by @hmdne in #84
  • Seventh composite pull request by @hmdne in #86
  • Eighth composite pull request by @hmdne in #87
  • Further work on the CI. Remove the warning, note the user agent by @hmdne in #88
  • The staging branch (vol 9) by @hmdne in #89
  • 10th composite staging pull request by @hmdne in #92

New Contributors

Full Changelog: https://github.com/opal/opal-browser/commits/v0.3.0