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

Commit

Permalink
Merge pull request #150 from ergonode/release/v0.3.0
Browse files Browse the repository at this point in the history
Release/v0.3.0
  • Loading branch information
bleto authored Aug 29, 2019
2 parents a89e7bd + 8557220 commit 21be74c
Show file tree
Hide file tree
Showing 433 changed files with 12,995 additions and 5,882 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
},
],
'no-console': 'off',
'no-alert': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'warn',
'import/no-unresolved': ['off'],
'import/prefer-default-export': ['off'],
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ npm-debug.log
yarn-error.log
/**/npm-debug.log
.env
cypress.env.json
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# CHANGELOG
This changelog references the relevant changes.


## CHANGELOG FOR v0.3.0

- feature [#76](https://github.com/ergonode/frontend/issues/76) Resizable horizontal line for grid columns
- feature [#81](https://github.com/ergonode/frontend/issues/81) User activity flag
- feature [#83](https://github.com/ergonode/frontend/issues/83) User roles
- feature [#92](https://github.com/ergonode/frontend/issues/92) Floating grid headers
- feature [#94](https://github.com/ergonode/frontend/issues/94) Generating icons - mechanism
- feature [#97](https://github.com/ergonode/frontend/issues/97) Reusable Vuex store for each grid
- feature [#105](https://github.com/ergonode/frontend/issues/105) Base role tab
- feature [#108](https://github.com/ergonode/frontend/issues/108) Native Checkbox
- feature [#109](https://github.com/ergonode/frontend/issues/109) Deleting role action
- feature [#111](https://github.com/ergonode/frontend/issues/111) User page - add select field with roles
- feature [#115](https://github.com/ergonode/frontend/issues/115) Privilege roles table
- feature [#117](https://github.com/ergonode/frontend/issues/117) User/s activity logs
- feature [#124](https://github.com/ergonode/frontend/issues/124) Color picker
- feature [#126](https://github.com/ergonode/frontend/issues/126) User Privileges
- bugfix [#98](https://github.com/ergonode/frontend/issues/98) Hide search for lists
- bugfix [#100](https://github.com/ergonode/frontend/issues/100) Label appears while dragging
- perf [#104](https://github.com/ergonode/frontend/issues/104) Inputs improvement
- perf [#121](https://github.com/ergonode/frontend/issues/121) New category tree view


## CHANGELOG FOR v0.2.0

- bugfix [#14](https://github.com/ergonode/frontend/issues/14) User image doesn't display well
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p align="center">
<a href="https://ergonode.com">
<img src="https://img.shields.io/badge/version-0.2.0-4c9aff.svg" alt="Version">
<img src="https://img.shields.io/badge/version-0.3.0-4c9aff.svg" alt="Version">
</a>
<a href="https://ergonode.com">
<img src="https://img.shields.io/badge/version%20code-Vegas-00bc87.svg" alt="Code Version">
Expand Down Expand Up @@ -194,7 +194,7 @@ Ergonode is open-source, and it can be brought to you only by great community an

Ergonode source code is released under the [OSL 3.0 License][license].

[slack]: https://join.slack.com/t/ergonode/shared_invite/enQtNjI5NzU3NzM2MzU2LTY0ZGM4MGMyNGZjOGEyNDY5OGI1NzM5ZDNiMTY3YjA2YmRhMzY1OWE1MjJjZWEzM2YwOThkZDBjODZlZjY0ZmI
[slack]: https://join.slack.com/t/ergonode/shared_invite/enQtNzEwMjkwOTQwOTM0LWQ4YWYwMWJmZGExYzQxMGMwZTFjMjg4MjQyNmU3NjY1MWU1OTE1MjA2N2ExMzA1MGQ1ZDJjMzkxMTQzNTBmMGM
[contribut]: ./.github/CONTRIBUTING.md
[license]: ./LICENSE.txt
[roadmap]: https://ergonode.com/features/#roadmap
Expand Down
9 changes: 0 additions & 9 deletions assets/images/icons/arrow/dart-white.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/dart.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/double-white.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/double.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/single-white.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/single.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/images/icons/arrow/sort-active.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/images/icons/arrow/sort.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/triangle-white.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/arrow/triangle.svg

This file was deleted.

17 changes: 0 additions & 17 deletions assets/images/icons/attribute.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/attribute/date.svg

This file was deleted.

9 changes: 0 additions & 9 deletions assets/images/icons/attribute/image.svg

This file was deleted.

Loading

0 comments on commit 21be74c

Please sign in to comment.