In this release the browser version has been upgraded to match the desktop version. With the browser version you do not need to install anything. You can visit the page and you will receive the latest version. You don’t have to download an app. There are benefits to having applications run in web browsers.
In this release we’ve fixed a bug so you can run the desktop version without an internet connection. We’ve also added code completion while editing MXML in the code editor. We’ve added in the class registry so any of the Spark, MX components or classes can be created via the code view. You can now press CTRL+Enter (or CMD+Enter) in the code view to apply your changes to the design view or press CTRL+Space bar to show code completion suggestions.
There is also a rebuild option in the HistoryInspector to rebuild the design view if part of the layout needs rebuilt. In the browser you can now drag and drop images right onto the page and they will be imported onto the design view.
The text tool has been fixed when adding text over groups. It removes the border around the editable text.
Locked components on the design view now show a red border around them. This applies when you try to select components that are inside of groups when group selection mode is enabled.
Many additional bugs have been fixed and improvements made. Download.
Release Notes:
- removed scroll bars on container page when layout accidentally overflows in browser
- added wmode on container page so HTML elements show above application in IE
- updated icons for online version
- changed to using ApplicationLoader class to load application locally. Fixes layout issues when not online.
- removed margins from design view area
- now loading in and registering classes from flex-config manifests for dynamic namespace to qualified class name resolution
- fixed documentation not showing in some browsers because of calls to http in https page
- removed focus rect around text when editing rich text
- fixed size document to image original size call not working
- added expand document to contents
- using class registry to export MXML to the correct namespace
- added support to set options when importing MXML
- added live dragging to divider groups
- removed margin in code editor
- added dynamic adding of xml namespaces in code editor
- fixed error messages showing up constantly when editing live in the code editor
- fixed duplicate components imported when editing application code
- added option to render typed code when ctrl + enter is keys are used
- added code complete for MXML
- prevented tooltip showing on lengthy changes
-
fixed editor in import window creating multiple editors
-
add rebuild in history inspector
- added initial code completion
-
added secure redirect
-
remove check when not running on localhost
- removed ace editor js code in Radiate.js (not needed)
- turned off debug flags in Radiate
- fixed when images added from the browser are not sized correctly
- fixed bug when calling clear project home page when not logged in
- added live dragging to left vertical column
- added new icons to selection inspector
- prevent transform from being enable when outline is not enabled
- fixed bug when iframe has not been created yet in APIInspector
- fixed bug when console inspector was not showing messages when dispatched to console
- fixed layout issue in LibraryInspector
-
fixed ace css editor not disabled when hidden
-
added updated ace editor js to template page in RadiateBrowser
- changed mode to gpu in Radiate Browser (testing)
- added drag and drop of images into Radiate in browser
- updated styles in RadiateBrowser
- removed normalize css
- organized startup process in main desktop and browser applications
- changed default width and height of application
- added addBase64ImageData method call in Radiate
- fixed embedded image local name incorrect in exported and imported MXML
- added support to listen to events when parsing base64 image data and load is complete
- fixed many errors when user is not logged in
- prevent opening FTP network window when in browser
- fixed close application when in browser
- changed selection toolbar to use small buttons instead of checkboxes (still needs work)
- fixed ace editor not working in code inspector
- reseting undo history on editors in code inspector (buggy) to prevent undo to previous selection
- added embed images button but invisible in code inspector (needs testing)
- fixed console inspector and ace editor bug where appendText was not working
- redesigned DocumentationInspector
- fixed bugs by checking for user logged in status in LibraryInspector
- attempted to fix layout issues with click to upload label
- dispatching animation end event in AnimatedPanelWindow
- fixed layout issues with AceEditor in ImportWindow
- fixed bugs in login window when running in the browser
-
attempted to fix bugs in settings window when running in the browser
-
updated how to docs on adding new features to radiate
- showing default gravatar icon locally since it’s not coming through. sent email requesting permission to cache icon. read somewhere it was ok but sent anyway.
- fixed warning to show color when error or warning
- added swcs to library project instead of referencing libraries
- attempting to get default property from MXML components
- added support to get styles, properties and events that are set as child nodes (experimental)
- fixed design view text editor not selecting text or losing focus on click
- added callLater call on Radiate class
- showing highlight around components when group selection is on (select group not component for easier drag and drop)
- fixed text tool not placing text in the correct location. all text is on the root unless the component is a basic layout
- added support to import default layouts on a group base container
- removed errors for import of fill and stroke nodes
- added try catch around addElement in importer to keep importer working in live import mode
- added initial support to wrap text flow content even if TextFlow tag was not surrounding content
- attempt to fix user is online status icon
- added option to get metadata details from super class
- added RichEditableText to list of supported components
You must be logged in to post a comment.