Skip to content

Lobo Evolution 2.0

Compare
Choose a tag to compare
@oswetto oswetto released this 03 Apr 13:50
· 362 commits to master since this release

Structure


LoboW3C

  • Added new sub-project, contains html Interfaces

LoboUnitTest

  • Added new sub-project, contains junit class

Build system

  • LoboEvolution support Apache Maven 3.6.3

Browser Features

  • Improved PDFViewer (Zoom in, Zoom out, Fit Height, Fit, Scroll page, Fast pdf parser)
  • ModernUI(Thema support)
  • Password Manager, autocomplete password and strong password suggested
  • Download Manager
  • New Icon pack

Html5 Features

  • Added svg images from url
  • Added canvas putImageData
  • Improved svg path parser
  • Fixed svg relative path

Html4 Features

  • Added TextArea
  • Added input attributes selectionStart, selectionEnd, selectionRange, focus, blur, min and max lenght
  • Added select and option methods and attributes
  • Added href alternate stylesheet
  • Added html values q and in
  • Added list-style-image
  • Added border style inset, outset and dotted
  • Added table cell units
  • Added image vertical-align
  • Added rgb() and rgba() color values specified in percentages
  • Improved table
  • Fixed disc list-style-type
  • Fixed input without type
  • Fixed iframe relative path

CSS Features

  • Added input selectors placeholder, read-only, read-write, out-o-range, enabled
  • Fixed background top and bottom position
  • Fixed absolute position
  • Fixed relative position
  • Fixed display inline-block
  • Fixed backroundImage width relative path in external link

CSS3 Features

  • Added display:flex
  • Added CSS Media Queries
  • Improved box-sizing

JS Features


Window js:

  • Added window.innerWidth
  • Added window.innerHeight
  • Added window.outerWidth
  • Added window.outerHeight
  • Added window.matchMedia
  • Added window.localStorage
  • Added window.sessionStorage

Document js:

  • Added document.all
  • Added document.inputEncoding
  • Added document.characterSet
  • Added document.charset

Element js:

  • Added element.clientWidth
  • Added element.clientHeight
  • Added element.outerHTML

Input js:

  • Added input.onkey
  • Added input.onfocus
  • Added input.onblur

Select js:

  • Added select.onselect

JS Objects Features

  • EventTarget
  • GlobalEventHandlers
  • WindowEventHandlers