Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Küchler committed Dec 15, 2017
1 parent f14ff6e commit bd8d96d
Showing 1 changed file with 166 additions and 0 deletions.
166 changes: 166 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.0"></a>
# 0.1.0 (2017-12-15)


### Bug Fixes

* **build:** change order of build scripts ([ea75d12](https://github.com/meetalva/alva/commit/ea75d12))
* **component:** add key for unknown properties ([9635852](https://github.com/meetalva/alva/commit/9635852))
* **component:** changes green colors to black ([8f82f50](https://github.com/meetalva/alva/commit/8f82f50))
* **component:** correct preview pane size ([1adcfb1](https://github.com/meetalva/alva/commit/1adcfb1))
* **component:** default import for layout pattern ([a105812](https://github.com/meetalva/alva/commit/a105812))
* **component:** disable child grow in element pane ([2b99f8a](https://github.com/meetalva/alva/commit/2b99f8a))
* **component:** move app components in correct order again ([ddbf346](https://github.com/meetalva/alva/commit/ddbf346))
* **component:** move iconRegistry before the PreviewPane to have the css be overridden ([c451588](https://github.com/meetalva/alva/commit/c451588))
* **component:** only render elementlist children if there are some ([02a7cf7](https://github.com/meetalva/alva/commit/02a7cf7))
* **component:** remove styles from component area ([b380180](https://github.com/meetalva/alva/commit/b380180))
* **component:** remove unused active from pattern list item ([39ad0e9](https://github.com/meetalva/alva/commit/39ad0e9))
* **component:** reorder components to fix a styledcomponents problem with multiple sources ([757a6bd](https://github.com/meetalva/alva/commit/757a6bd))
* **components:** improve welcome message ([cfb4f86](https://github.com/meetalva/alva/commit/cfb4f86))
* **container:** add missing interface for list pattenr ([d9238c8](https://github.com/meetalva/alva/commit/d9238c8))
* **lsg:** adjust list styles, fix demo ([d0cdbf0](https://github.com/meetalva/alva/commit/d0cdbf0))
* **lsg:** broken indentation and missing interface ([a90f70c](https://github.com/meetalva/alva/commit/a90f70c))
* **lsg:** change component export to default ([014c83a](https://github.com/meetalva/alva/commit/014c83a))
* **lsg:** correct spacings and icon sizes for element pattern ([5eb8e60](https://github.com/meetalva/alva/commit/5eb8e60))
* **lsg:** correct use of onDragStart event ([eeb88ca](https://github.com/meetalva/alva/commit/eeb88ca))
* **lsg:** drag option on li items ([23d3bec](https://github.com/meetalva/alva/commit/23d3bec))
* **lsg:** export list child components as class ([5fc7f79](https://github.com/meetalva/alva/commit/5fc7f79))
* **lsg:** import default from layout ([ef5aa78](https://github.com/meetalva/alva/commit/ef5aa78))
* **lsg:** remove blind spreading of operators ([b589898](https://github.com/meetalva/alva/commit/b589898))
* **lsg:** remove z-index from elements, clean up patterns ([f699040](https://github.com/meetalva/alva/commit/f699040))
* **lsg:** use getSpace function ([985be31](https://github.com/meetalva/alva/commit/985be31))
* **lsg:** use valid color variables ([16ae192](https://github.com/meetalva/alva/commit/16ae192))
* **menu:** rename open-styleguide item, no hard-coded page ID ([2be9a05](https://github.com/meetalva/alva/commit/2be9a05))
* **resources:** change icns icon ([0283659](https://github.com/meetalva/alva/commit/0283659))
* **store:** enum property type ordinals ([add169f](https://github.com/meetalva/alva/commit/add169f))
* **store:** failed to load page ([e342099](https://github.com/meetalva/alva/commit/e342099))
* **store:** observe patternRoot ([c0cbacf](https://github.com/meetalva/alva/commit/c0cbacf))
* set global app styles ([c647727](https://github.com/meetalva/alva/commit/c647727))
* **store:** return template string ([aed24f1](https://github.com/meetalva/alva/commit/aed24f1))
* **store:** use children directly instead of getChildren ([dc58f25](https://github.com/meetalva/alva/commit/dc58f25))
* **store/preview:** auto-state update ([8633cd2](https://github.com/meetalva/alva/commit/8633cd2))


### Features

* add ability to open a project ([0f522b2](https://github.com/meetalva/alva/commit/0f522b2))
* add drag and drop to element-list elements ([3996f36](https://github.com/meetalva/alva/commit/3996f36))
* add spacing, remove title from pattern list ([6474212](https://github.com/meetalva/alva/commit/6474212))
* add styling ([26ab28e](https://github.com/meetalva/alva/commit/26ab28e))
* change margin to padding ([f4f1fbf](https://github.com/meetalva/alva/commit/f4f1fbf))
* change stacked to alva over the whole application ([ebf886a](https://github.com/meetalva/alva/commit/ebf886a))
* create observable for rearrange elements ([b7c9c34](https://github.com/meetalva/alva/commit/b7c9c34))
* integrate pattern list items ([e7e6abd](https://github.com/meetalva/alva/commit/e7e6abd))
* **store:** tabs for saved project files ([af7587d](https://github.com/meetalva/alva/commit/af7587d))
* integrate pattern list search ([a710ec4](https://github.com/meetalva/alva/commit/a710ec4))
* introduce link component ([#53](https://github.com/meetalva/alva/issues/53)) ([4833984](https://github.com/meetalva/alva/commit/4833984))
* list recursion ([804511e](https://github.com/meetalva/alva/commit/804511e))
* **build:** dist now always trys to build for all platforms ([f14ff6e](https://github.com/meetalva/alva/commit/f14ff6e))
* **build:** rename application to Alva ([49a12a0](https://github.com/meetalva/alva/commit/49a12a0))
* **component:** add keyboard shortcut for opening new project ([7854a0b](https://github.com/meetalva/alva/commit/7854a0b))
* **component:** add message for opening the designkit ([de03059](https://github.com/meetalva/alva/commit/de03059))
* **component:** add new pattern to selected element when clicking on a pattern ([127003e](https://github.com/meetalva/alva/commit/127003e))
* **component:** add space around ui sections ([139db5a](https://github.com/meetalva/alva/commit/139db5a))
* **component:** add space to project list ([899e774](https://github.com/meetalva/alva/commit/899e774))
* **component:** change fallback link text to plain text ([d348cec](https://github.com/meetalva/alva/commit/d348cec))
* **component:** element can now be selected ([15397e1](https://github.com/meetalva/alva/commit/15397e1))
* **component:** elements can now be dragged to a specific position ([8e136a2](https://github.com/meetalva/alva/commit/8e136a2))
* **component:** filter list items by search term ([aa08895](https://github.com/meetalva/alva/commit/aa08895))
* **component:** functionality to add patterns to element list with drag and drop ([a2e3feb](https://github.com/meetalva/alva/commit/a2e3feb))
* **component:** integrate pattern navigation ([806e763](https://github.com/meetalva/alva/commit/806e763))
* **component:** menu for saving projects ([a7f922f](https://github.com/meetalva/alva/commit/a7f922f))
* **component:** move tabnavigation to app ([94cbcc6](https://github.com/meetalva/alva/commit/94cbcc6))
* **component:** remove properties from components ([f4abd78](https://github.com/meetalva/alva/commit/f4abd78))
* **component:** render element list with lsg components ([2516ff9](https://github.com/meetalva/alva/commit/2516ff9))
* **component:** shortcuts for managing page elements ([526318c](https://github.com/meetalva/alva/commit/526318c))
* **component:** show selected pattern as highlighted ([4afc66b](https://github.com/meetalva/alva/commit/4afc66b))
* **component:** simplify functions ([f86d353](https://github.com/meetalva/alva/commit/f86d353))
* **component:** toggle for elements ([ce93c6a](https://github.com/meetalva/alva/commit/ce93c6a))
* **component:** use headline lsg pattern for list headlines ([be3cadf](https://github.com/meetalva/alva/commit/be3cadf))
* **components:** add icon registry in electron ([c4a4a63](https://github.com/meetalva/alva/commit/c4a4a63))
* **components:** use layout pattern instead of styling it in components ([8a024e6](https://github.com/meetalva/alva/commit/8a024e6))
* **container:** render list of properties with correct type elements ([52eb838](https://github.com/meetalva/alva/commit/52eb838))
* **electron:** add hotkey highlighting for windows ([3eaac4a](https://github.com/meetalva/alva/commit/3eaac4a))
* **electron:** extend OS menu-bar with alva menu items ([9fbf494](https://github.com/meetalva/alva/commit/9fbf494))
* **electron:** move preview in webview ([3cebb70](https://github.com/meetalva/alva/commit/3cebb70))
* **leg:** rotate arrow when element is open ([7c55977](https://github.com/meetalva/alva/commit/7c55977))
* **ListItem:** active style ([2de3da9](https://github.com/meetalva/alva/commit/2de3da9))
* **lsg:** add animation to element drag placeholder ([f72b27c](https://github.com/meetalva/alva/commit/f72b27c))
* **lsg:** add arrows to element list ([9d9d2b3](https://github.com/meetalva/alva/commit/9d9d2b3))
* **lsg:** add different cursors for pattern-item based on bound events ([2ec9a69](https://github.com/meetalva/alva/commit/2ec9a69))
* **lsg:** add hover state to element ([92e4c10](https://github.com/meetalva/alva/commit/92e4c10))
* **lsg:** add input styles ([229dcef](https://github.com/meetalva/alva/commit/229dcef))
* **lsg:** add new style for chrome, property pane and element pane ([a968f87](https://github.com/meetalva/alva/commit/a968f87))
* **lsg:** add new styling to property string item ([b0ad316](https://github.com/meetalva/alva/commit/b0ad316))
* **lsg:** add placeholder and drag events for element list ([f55f3a6](https://github.com/meetalva/alva/commit/f55f3a6))
* **lsg:** adjust tab-navigation styles ([1778f79](https://github.com/meetalva/alva/commit/1778f79))
* **lsg:** broken intendantion ([2e7590e](https://github.com/meetalva/alva/commit/2e7590e))
* **lsg:** capitalize element name ([fed82b1](https://github.com/meetalva/alva/commit/fed82b1))
* **lsg:** click event handler for layout pattern ([d4afbae](https://github.com/meetalva/alva/commit/d4afbae))
* **lsg:** drag drop event handler for elements and list pattern ([bdc70ae](https://github.com/meetalva/alva/commit/bdc70ae))
* **lsg:** element only renders icon when there are children ([0f6af31](https://github.com/meetalva/alva/commit/0f6af31))
* **lsg:** export default ([dcf762d](https://github.com/meetalva/alva/commit/dcf762d))
* **lsg:** handleClick for element and icons pattern ([6fa0dca](https://github.com/meetalva/alva/commit/6fa0dca))
* **lsg:** handleClick for element pattern ([706a296](https://github.com/meetalva/alva/commit/706a296))
* **lsg:** increase left padding ([8ba5705](https://github.com/meetalva/alva/commit/8ba5705))
* **lsg:** introduce demo container component ([1b1885c](https://github.com/meetalva/alva/commit/1b1885c))
* **lsg:** introduce icon and pattern-list-item component ([3f70c33](https://github.com/meetalva/alva/commit/3f70c33))
* **lsg:** introduce input component ([bb3b30e](https://github.com/meetalva/alva/commit/bb3b30e))
* **lsg:** introduce layout component ([51ac9ed](https://github.com/meetalva/alva/commit/51ac9ed))
* **lsg:** introduce space component ([f2accd7](https://github.com/meetalva/alva/commit/f2accd7))
* **lsg:** introduce tab-navigation component ([9fd4013](https://github.com/meetalva/alva/commit/9fd4013))
* **lsg:** invert icon color when element item is active ([6d83b8f](https://github.com/meetalva/alva/commit/6d83b8f))
* **lsg:** justify layout children ([c8046fd](https://github.com/meetalva/alva/commit/c8046fd))
* **lsg:** label for enum-item ([11213a6](https://github.com/meetalva/alva/commit/11213a6))
* **lsg:** margins for layout pattern ([45029ac](https://github.com/meetalva/alva/commit/45029ac))
* **lsg:** new element pattern ([0a7f603](https://github.com/meetalva/alva/commit/0a7f603))
* **lsg:** new font pattern ([39fe974](https://github.com/meetalva/alva/commit/39fe974))
* **lsg:** new headline pattern ([8e3f947](https://github.com/meetalva/alva/commit/8e3f947))
* **lsg:** new pattern boolean-item ([872d910](https://github.com/meetalva/alva/commit/872d910))
* **lsg:** new pattern enum-item ([8ab9589](https://github.com/meetalva/alva/commit/8ab9589))
* **lsg:** new string-item pattern ([15ab218](https://github.com/meetalva/alva/commit/15ab218))
* **lsg:** output right size name in demo ([61ede8e](https://github.com/meetalva/alva/commit/61ede8e))
* **lsg:** replace spaces ([adcc3df](https://github.com/meetalva/alva/commit/adcc3df))
* **lsg:** required prop for enum-item renders empty option when false ([c738430](https://github.com/meetalva/alva/commit/c738430))
* **lsg:** style element pattern without its children and also listen only on label area for click ([fbc27b6](https://github.com/meetalva/alva/commit/fbc27b6))
* **menu:** cut/copy/paste support ([5411166](https://github.com/meetalva/alva/commit/5411166))
* **resources:** add alva icons ([4dc294c](https://github.com/meetalva/alva/commit/4dc294c))
* **store:** add parent relation in page element ([aaf999c](https://github.com/meetalva/alva/commit/aaf999c))
* **store:** add, remove, edit of project and page-ref ([238f98b](https://github.com/meetalva/alva/commit/238f98b))
* **store:** add, remove, move page elements ([9dbe3f4](https://github.com/meetalva/alva/commit/9dbe3f4))
* **store:** continue store API and pattern resolution ([ca4216d](https://github.com/meetalva/alva/commit/ca4216d))
* **store:** continue store API and pattern resolution ([98f1835](https://github.com/meetalva/alva/commit/98f1835))
* **store:** cut/copy/paste support ([50eb476](https://github.com/meetalva/alva/commit/50eb476))
* **store:** edit text child elements ([abd7f85](https://github.com/meetalva/alva/commit/abd7f85))
* **store:** improve object property type ([0eeb60c](https://github.com/meetalva/alva/commit/0eeb60c))
* **store:** load page when webview is loaded ([255ada4](https://github.com/meetalva/alva/commit/255ada4))
* **store:** move function to get index of page element in store ([daa231f](https://github.com/meetalva/alva/commit/daa231f))
* **store:** property name parsing js-doc ([182cdcf](https://github.com/meetalva/alva/commit/182cdcf))
* **store:** property name parsing js-doc ([d163bb3](https://github.com/meetalva/alva/commit/d163bb3))
* **store:** property type system, setter, and coercing ([a961ab6](https://github.com/meetalva/alva/commit/a961ab6))
* **store:** property type system, setter, and coercing ([af2a581](https://github.com/meetalva/alva/commit/af2a581))
* **store:** provide current project ([246b706](https://github.com/meetalva/alva/commit/246b706))
* **store:** save and load of pages, as well as preview ([aee3caa](https://github.com/meetalva/alva/commit/aee3caa))
* **store:** save projects and page refs ([20bb970](https://github.com/meetalva/alva/commit/20bb970))
* **store:** search patterns ([b3204b7](https://github.com/meetalva/alva/commit/b3204b7))
* make elements deselectable ([c92c309](https://github.com/meetalva/alva/commit/c92c309))
* **store:** state if there is a focused page element can not be set and read from store ([127ddd8](https://github.com/meetalva/alva/commit/127ddd8))
* move global styles to lsg ([9ebda51](https://github.com/meetalva/alva/commit/9ebda51))
* move list to lsg ([fc0d495](https://github.com/meetalva/alva/commit/fc0d495))
* move panes to lsg ([53fd5fa](https://github.com/meetalva/alva/commit/53fd5fa))
* move styles from component to lsg ([f514a9b](https://github.com/meetalva/alva/commit/f514a9b))
* script for building alva ([05c1a98](https://github.com/meetalva/alva/commit/05c1a98))
* **store:** selectable element ([d1a61a7](https://github.com/meetalva/alva/commit/d1a61a7))
* **store:** send updated page to webview when pattern propertys change ([83f121b](https://github.com/meetalva/alva/commit/83f121b))
* **store:** support for more property types ([9a96741](https://github.com/meetalva/alva/commit/9a96741))
* **store:** switch from JSON to YAML ([0b8b5c9](https://github.com/meetalva/alva/commit/0b8b5c9))
* **store:** switch from JSON to YAML ([a52b4cb](https://github.com/meetalva/alva/commit/a52b4cb))


### Reverts

* remove unset function for selected elements ([b6e367c](https://github.com/meetalva/alva/commit/b6e367c))

0 comments on commit bd8d96d

Please sign in to comment.