Opal Browser Versions Save

Browser support for Opal.

v0.3.5

1 month ago
  • Add backtick_javascript magic comment to squelch warnings since Opal 1.8

v0.3.4

4 months ago
  • 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

2 years ago

What's Changed

Full Changelog: https://github.com/opal/opal-browser/compare/v0.3.2...v0.3.3

v0.3.2

2 years ago

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: https://github.com/opal/opal-browser/compare/v0.3.1...v0.3.2

v0.3.1

2 years ago
  • Element#inner_dom: Reduce flickering - first build tree, then insert it
  • NodeSet#to_a to be aliased to #to_ary

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

v0.3.0

2 years ago

What's Changed

New Contributors

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