You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoboStore.
Moved database items into LoboStore.
Removed database references from ColorFactory and FontFactory.
Removed HttpNetwork's coupling to the user agent string found in the store.
Updated StorageManager to no longer load SQL for colours and user agent.
LoboUnitTest
Improve speed(x700%) unit test
Introduce ITabbedPane interface to remove DnDTabbedPane from LoboApi. The interface hides implementation-specific behaviours by referencing general Swing classes.
Based on pull request Decouple store #70
Scroll Page Horizontally and Vertically with Mouse Wheel
Check to enable/disable images
Viewer for different file types like java, php, javascript, sql, css json, etc.
Developer Tools:
Console
DomTree
Source Viewer
Locale and Session Storage
Media List Css, Js, Image
Cookie Viewer
Info Page
Html4 Features
Implemented html tags:
fieldset, figure, legend, nav, tag article, main, samp, kdb, var, header, footer, aside, figcaption, colgroup, menu, section, summury
Fix html tags:
b, em, cite, code, i, strong, superscript, tt, thead, var, hr, a
Html5 Features
Svg bbox, angle, screenCTM, preserveAspectRatio
Svg temporarily disabled
Html 5 doctype
CSS Features
Removed AbstractCSSProperties and implemented CSSStyleDeclaration
Implemented new font parser.
Setted default font family Times New Roman
Setted default font size 16px
Font style support cascade style
Implemented bold lighter, bold, bolder, value from 100 to 900
Fixed position:absolute
Fixed position:fixed
Fixed display: table-caption
Fixed width and height image
Implemented vh, vw, rem units
Implemented css selector :hover
Implemented default css values
Implemented new link renderstate
Gradient support rgb/rgba/hls/hlsa color
Implemented inherit border, padding, margin
Implemeneted margin auto
Implemented hex color with 3 token
Fixed background-image: radial-gradient()
Selector :checked work with option selected
JS Features
Node js:
node.contains
node.cloneNode
node.importNode
node.insertBefore
node.prependChild
node.prepend
NodeList js:
nodeList.entries
nodeList.keys
nodeList.values
nodeList.forEach
Element js:
element.childElementCount
element.firstElementChild
element.lastElementChild
element.scroll
element.scrollTop
element.scrollLeft
element.scrollTo
element.scrollBy
element.onscroll
element.scrollWidth
element.scrollHeight
element.clientLeft
element.clientTop.
element.getComputedStyle
element.click
element.offsetWidth
element.offsetHeight
element.clinetWidth
element.clientHeight
element.clientRects
element.boundingClientRect
Document js:
document.head
document.body
document.applets
document.alinkcolor
document.bgcolor
document.fgcolor,
document.defaultView
document.domain
document.url
document.location
document.referrer
document.compatMode
Window js:
window.computedStyle
window.length
window.name
window.innerHeight
window.innerWidth
window.outerHeight
window.outeridth
window.atob
window.btoa
window.console
window.clientInformation
window.devicePixelRatio
window.get
window.frames
DOMImplementation js
createDocument support doctype and qualifiedName
JS Objects Features
XMLHttpRequest: Implemented timeout and authentication
XMLParser
DOMParser,
XMLSerializer
DOMTokenList
DOMException
HTMLAllCollection
NodeType
CSSRule
CSSRuleList
CSSStyleDeclaration
CSSStyleRule
CSSStyleSheet
MediaList
StyleSheet
StyleSheetList
PDF Features
Repalce org.monte.media JPEGImageIO with ImageIO
Implemented new method to trasform InputStream in ByteBuffer
Fixed bug where a ASCIIHex encoded value would go past the EOD marker (thus, throwing an exception).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Structure
LoboStore.
Moved database items into LoboStore.
Removed database references from ColorFactory and FontFactory.
Removed HttpNetwork's coupling to the user agent string found in the store.
Updated StorageManager to no longer load SQL for colours and user agent.
LoboUnitTest
Improve speed(x700%) unit test
Introduce ITabbedPane interface to remove DnDTabbedPane from LoboApi. The interface hides implementation-specific behaviours by referencing general Swing classes.
Based on pull request Decouple store #70
Fixed case sensitivity issue Cannot build the project #66 and Build error due to case sensitivity #68
After installation, store the lobo images in the image and welcome folders
Browser Features
Console
DomTree
Source Viewer
Locale and Session Storage
Media List Css, Js, Image
Cookie Viewer
Info Page
Html4 Features
Implemented html tags:
Fix html tags:
Html5 Features
CSS Features
Setted default font family Times New Roman
Setted default font size 16px
Font style support cascade style
Implemented bold lighter, bold, bolder, value from 100 to 900
JS Features
Node js:
NodeList js:
Element js:
Document js:
Window js:
DOMImplementation js
JS Objects Features
PDF Features
This discussion was created from the release Lobo Evolution 3.0.
Beta Was this translation helpful? Give feedback.
All reactions