Releases: avo-hq/avo
Releases · avo-hq/avo
Release v0.1.16
Release v0.1.15
Release v0.1.12
Release notes
🤖 Maintenance
- chore: update the test GH action and remove push to master step @adrianthedev (#130)
- chore: revert assets commit @adrianthedev (#129)
Release v0.1.11
Release notes
🤖 Maintenance
- chore: remove delete draft step @adrianthedev (#127)
- chore: remove avo-packs dir from build @adrianthedev (#128)
Release v0.1.10
Release notes
- chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /spec/dummy @dependabot (#123)
🎸 Features
- feature: Trix field @mihaimdm22 (#107)
🤖 Maintenance
- chore: rename the github organization @adrianthedev (#126)
- chore: changes -> release notes in release-drafter @adrianthedev (#125)
- chore: refresh releases on avohq.io on release action @adrianthedev (#124)
- chore: update package gemspec @adrianthedev (#122)
💡 Refactor
- refactor: select field display_value fix @mihaimdm22 (#119)
Release v0.1.9
Release notes
🎸 Features
- feature: allow custom model names @adrianthedev (#118)
- feature: resource actions @adrianthedev (#112)
- feature: as_link_to_resource for Id, Text and Gravatar fields @mihaimdm22 (#105)
🐛 Bug Fixes
- fix: init app on rails load @adrianthedev (#116)
- fix: Select field display_value and placeholder @mihaimdm22 (#108)
- fix: Currency field locale and currency not working @mihaimdm22 (#109)
- fix: empty gravatar field throws error @adrianthedev (#106)
- fix: keep button color from being purged in the prod build @adrianthedev (#104)
🤖 Maintenance
- chore: update dependencies and ruby version @adrianthedev (#121)
- chore: add bump and release to gemfile @adrianthedev (#120)
- chore: change development port @adrianthedev (#113)
💡 Refactor
- refactor: tweak build @adrianthedev (#117)
- refactor: as_link_to_resource to link_to_resource @mihaimdm22 (#115)
- refactor: Badge field badge_options @mihaimdm22 (#114)
- refactor: add cursor-not-allowed to disabled field @adrianthedev (#111)
- refactor: new detach icon @adrianthedev (#110)
Release v0.1.8
Release v0.1.7
Changes
🎸 Features
- Feature/add resource overview dashboard widget @adrianthedev (#102)
- feat: enable changing the root path dynamically from the config @adrianthedev (#98)
💡 Refactor
- refactor: remove generated id field name @adrianthedev (#101)
- refactor: remove v-tooltip from item controls @adrianthedev (#100)
- refactor: move avo directory to app @adrianthedev (#99)
- refactor: rename to avo @adrianthedev (#97)
- refactor: move field dependency @adrianthedev (#96)
- refactor: stop compiling avocado assets on assets:precompile @adrianthedev (#95)
Release v0.1.6
Changes
🤖 Maintenance
- chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /spec/dummy @dependabot (#91)
- chore(deps): bump elliptic from 6.5.2 to 6.5.3 @dependabot (#92)
💡 Refactor
- refactor: tiny visual tweaks @adrianthedev (#94)
- refactor: remove autoloading @adrianthedev (#93)
Release v0.1.5
Changes
- chore(deps): bump lodash from 4.17.15 to 4.17.19 in /spec/dummy @dependabot (#83)
- chore(deps): bump lodash from 4.17.15 to 4.17.19 @dependabot (#82)
🎸 Features
- feature: fields Default Option @mihaimdm22 (#88)
- feature: index grid view @adrianthedev (#85)
- feature: fields Nullable @mihaimdm22 (#78)
- feature: fields Help Text @mihaimdm22 (#77)
- feature: KeyValue field @mihaimdm22 (#57)
- feature: Code field @mihaimdm22 (#72)
- feature: add support for getters and setters @adrianthedev (#73)
- feature: Hidden field @mihaimdm22 (#71)
- feature: Status field @mihaimdm22 (#60)
- feature: Currency field @mihaimdm22 (#69)
- feature: Gravatar field @mihaimdm22 (#67)
- feature: Country field @mihaimdm22 (#68)
- feature: Badge field @mihaimdm22 (#66)
- feature: heading field @mihaimdm22 (#61)
- feature: resource filters @adrianthedev (#65)
- feature: has_and_belongs_to_many relation @adrianthedev (#63)
- feature: has_many & autofocusable inputs, form submit event and modal redesign @adrianthedev (#62)
- feature: has one relation @adrianthedev (#58)
🐛 Bug Fixes
- fix: solve Currency field and Code field issues @mihaimdm22 (#87)
- fix: file field value issue @adrianthedev (#76)
🧪 Test
- test: Option field tests @mihaimdm22 (#89)
- test: fail tests on console error @adrianthedev (#70)
💡 Refactor
- improvement: Boolean and Boolean Group fields @mihaimdm22 (#90)
- refactor: minor design tweaks @adrianthedev (#84)
- refactor: redesign 1.0 @adrianthedev (#81)
- refactor: remove bottom margin from file field @adrianthedev (#79)
- refactor: new less congested dummy app @adrianthedev (#75)
- refactor: moved component declarations to different file @adrianthedev (#64)