Releases: opal/opal-browser
Releases · opal/opal-browser
v0.3.5
v0.3.4
v0.3.3
v0.3.2
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
- Note in documentation it's available as
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- 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
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
- @mibamur made their first contribution in #62
- @tongueroo made their first contribution in #63
- @MichaelSp made their first contribution in #61
- @Ontonator made their first contribution in #67
- @graywolf made their first contribution in #72
- @anharu2394 made their first contribution in #76
- @hmdne made their first contribution in #77
Full Changelog: https://github.com/opal/opal-browser/commits/v0.3.0