Skip to content

Commit

Permalink
Merge pull request #44 from ansibleguy76/release/v3.0.2
Browse files Browse the repository at this point in the history
v3.0.2 into main
  • Loading branch information
ansibleguy76 authored Apr 25, 2022
2 parents 3dbef26 + df45f06 commit ea5d5c9
Show file tree
Hide file tree
Showing 52 changed files with 2,068 additions and 2,919 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.2] - 2022-04-25

### Added

- More form validations
- Show expression and query form warnings
- Allow for expression references to have full object placeholder .e.g. $(settings.servers[0].name)

### Changed

- Rewrote all callbacks to promises
- Query filter in dropdown

### Fixed

- Remove query filter on values change
- Reset query value when "no data"

## [3.0.1] - 2022-04-01

### Added
Expand Down Expand Up @@ -245,7 +263,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow change password for current local user
- Start tracking versions

[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/3.0.1...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/3.0.2...HEAD

[3.0.2]: https://github.com/ansibleguy76/ansibleforms/compare/3.0.1...3.0.2

[3.0.1]: https://github.com/ansibleguy76/ansibleforms/compare/3.0.0...3.0.1

Expand Down
4 changes: 2 additions & 2 deletions app_versions.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ext.version_code = 30001
ext.version_name = "3.0.1"
ext.version_code = 30002
ext.version_name = "3.0.2"
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansible_forms_vue",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Loading

0 comments on commit ea5d5c9

Please sign in to comment.