Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
d92a304 Add relative path to image src
890c85c Fix preview position
072ec87 Widget progress draggable in wearable profile.
7e331ef Fix slider behaviour on focus
c2b9903 Add test & fix _compareVersions in component-element
d8a078b Set the coverflow element and Fix stability (Samsung#314)
c1ea59e Make input-text, input-number, progress widgets selectable and draggable
116c6cb Enable dragging listview itself
c82d724 Add button to reset background color
4c2522b Make button to return to Editor mode more intuitive.
e64bf4a Disable styles from styles panel for wearable.
65a9e1b Enable adding header to the empty page
232a9a1 Fix size reset after deselect image issue
018ad2f DropDownMenu: widget doesn't update after options change
e74970c Hide Text Attribute for components that doesn't contain text
1aff2cd Change preset style setting mechanism
2b45836 Components Panel: fix for widget visibility depende to screen shape
cdf875c Fill attributes panel elements with computed value
bf3f176 Fix component multiplication after drag&drop
5ed5258 Call refresh method after changing style
430abc3 Remove the Behavior->Events->animation (Samsung#306)
8cee5aa Add hints to inputs with when mouse over
6f7f0a8 Add placeholders to elements with no value
dac0e05 Merge pull request Samsung#299 from singa2000/widget_option
56030ca TextInput: Fix for moving text input component
0afba63 Remove the Attributes->Element->Widget options
1534d7c Merge pull request Samsung#289 from HunseopJeong/background
11bd46d Make code of guide.js more readable & maintainable
bdda39f Closing HTML Assistant on loose element focus
aa14975 Merge pull request Samsung#295 from singa2000/header
5f7f94e Enable adding the image and checkbox widgets to header
1e95650 Merge pull request Samsung#286 from singa2000/del_layout
66094ce Set the default size of the i3d element
3924a30 Remove the Layout attribute
1e3171b Enable adding the text and image widgets to header
0d1f568 Prevent page wizard broken while DE scaling
8b4efe2 Enable element removing after select it indirectely
61f049d Fix lint errors
cdc9e94 Enable Selector and Selector Item widgets

Signed-off-by: Kornelia Kobiela <k.kobiela@samsung.com>
  • Loading branch information
Kornelia Kobiela committed Sep 12, 2019
1 parent d92a304 commit 1660ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "design-editor",
"version": "0.6.7",
"version": "0.7.0",
"description": "TAU Design editor",
"main": ".",
"scripts": {
"eslint" : "eslint design-editor/",
"eslint": "eslint design-editor/",
"lint": "lint-diff $TRAVIS_COMMIT_RANGE",
"test:watt": "echo \"Testing WATT...\" && cross-env EDITOR=WATT mocha --reporter progress --require babel-polyfill --require @babel/register --require jsdom-global/register --recursive",
"test:vsc": "echo \"Testing VSC...\" && cross-env EDITOR=VSC mocha --reporter progress --require babel-polyfill --require @babel/register --require jsdom-global/register --recursive",
Expand Down

0 comments on commit 1660ed4

Please sign in to comment.