What's happening with Avo lately

Updates

Our first community curator has had such a seamless experience working with the Avo backend that we're pushing the project beyond the one catalogue we were initially creating, to making this a platform for other communities to benefit from as well.
John Bannister
John Bannister
Rails developer, Exlibris RPG
Release
Release 0.4.7 - Patch release

Published almost 3 years

Release notes

  • chore(deps): bump urijs from 1.19.2 to 1.19.4 @dependabot (#210)

🐛 Bug Fixes

  • fix: global classes loading as locals @adrianthedev (#211)

Release
Release 0.4.6 - Patch release

Published almost 3 years

Release notes

🎸 Features

  • feature: configurable authentication @adrianthedev (#205)

🐛 Bug Fixes

  • fix: remove default current user value @adrianthedev (#206)

Release
Release 0.4.5 - Patch release

Published almost 3 years

Release notes

🐛 Bug Fixes

  • fix: belongs_to broken for some model names @adrianthedev (#203)

Release
Release 0.4.4 - Patch release

Published almost 3 years

Release notes

🐛 Bug Fixes

  • Update inline javascript tags to allow for csp nonces @venables (#201)

Release
Release 0.4.3 - Patch release

Published almost 3 years

Release notes

🎸 Features

  • feature: has_many through relation @adrianthedev (#194)

🐛 Bug Fixes

  • fix: href not being rendered when it's a link @adrianthedev (#197)
  • fix: empty resource index when deleting the last item @adrianthedev (#196)
  • fix: configured per page step not visible @adrianthedev (#195)
  • fix: filter tests @mihaimdm22 (#187)
  • fix: index pages has wrong label @adrianthedev (#193)

🤖 Maintenance

  • chore(deps): bump ini from 1.3.5 to 1.3.8 in /spec/dummy @dependabot (#200)
  • chore(deps): bump ini from 1.3.5 to 1.3.8 @dependabot (#199)

Release
Release 0.4.2 - Patch release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: loaders are not visible on some pages @adrianthedev (#190)
  • fix: janky page transitions @adrianthedev (#192)
  • fix: markdown field forces autofocus @adrianthedev (#191)

Release
Release 0.4.1 - Patch release

Published about 3 years

Release notes

🎸 Features

  • feature: localization @adrianthedev (#170)
  • feature: set now/today button for datetime/date fields @mihaimdm22 (#183)
  • feature: allow no_confirmation for Actions @mihaimdm22 (#178)
  • feature: reset button for filters @mihaimdm22 (#184)
  • feature: Markdown field @mihaimdm22 (#137)

🐛 Bug Fixes

  • fix: index/show will display dash for wrong input @mihaimdm22 (#181)
  • fix: height option for Markdown field @mihaimdm22 (#180)
  • fix: height option for Code field @mihaimdm22 (#179)
  • fix: humanize keep id suffix @adrianthedev (#176)
  • fix: KeyValue disable options issues @mihaimdm22 (#175)
  • fix: linktoresource removed when show restricted @mihaimdm22 (#172)
  • fix: remove save button from edit when update is restricted @mihaimdm22 (#173)
  • fix: onlyon not working on password and implementation of showon/hide_on all @mihaimdm22 (#171)

💡 Refactor

  • refactor: use cache memory store for license calls when null store selected @adrianthedev (#188)

Release
Release 0.3.2 - Patch release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: has many relation link_to has wrong path @adrianthedev (#169)
  • fix: engine loads same files more than once @adrianthedev (#168)

🤖 Maintenance

  • chore: update license regarding community version @adrianthedev (#167)

Release
Release 0.3.1 - Patch release

Published about 3 years

Release notes

🤖 Maintenance

  • chore: update readme @adrianthedev (#166)

Release
Release 0.3.0 - Minor release

Published about 3 years

Release notes

🎸 Features

  • feature: add scripts partial @adrianthedev (#159)
  • feature: Role based authorization @adrianthedev (#74)

🐛 Bug Fixes

  • fix: unauthorized grid item should not have link to resource @adrianthedev (#160)
  • fix: pundit is missing from dependencies @adrianthedev (#162)
  • fix: current filter blank crashes resource index @adrianthedev (#156)

🤖 Maintenance

  • chore: cache docker layers better @adrianthedev (#165)

💡 Refactor

  • refactor: default all application policy methods to false @adrianthedev (#164)
  • chore: license validation @adrianthedev (#163)
  • refactor: add home link to 403 view @adrianthedev (#161)
  • refactor: extract resource controller functionality into multiple controllers @adrianthedev (#158)
  • refactor: better grid view excerpt @adrianthedev (#157)

Release
Release 0.2.5 - Patch release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: tailwind is missing apearance-none and removed future deprecations @adrianthedev (#155)

Release
Release 0.2.4 - Patch release

Published about 3 years

Release notes

💡 Refactor

  • refactor: change gemspect to support rails >= 6.0 @adrianthedev (#154)

Release
Release 0.2.3 - Patch release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: header partial throws 500 error @adrianthedev (#153)

Release
Release 0.2.2 - Patch release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: attach modal has spacing issues @adrianthedev (#152)

Release
Release 0.2.1 - Patch release

Published about 3 years

Release notes

🤖 Maintenance

  • chore: publish avo on rubygems @adrianthedev (#151)

💡 Refactor

  • refactor: better configuration.app_name property @adrianthedev (#150)

Release
Release 0.2.0 - Minor release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: Avo::VERSION missing @adrianthedev (#146)

🤖 Maintenance

  • chiore: update release script @adrianthedev (#149)

💡 Refactor

  • refactor: change from_now to relative on date and datetime fields @adrianthedev (#147)

Release
Release 0.1.20 - Patch release

Published about 3 years

Release notes

🎸 Features

  • feature: add header partial @adrianthedev (#144)
  • feature: add footer partial @adrianthedev (#143)
  • feature: allow logo customization @adrianthedev (#142)

🐛 Bug Fixes

  • fix: content section padding top too big @adrianthedev (#145)

💡 Refactor

  • refactor: move some mixins to js package @adrianthedev (#141)

Release
Release 0.1.19 - Patch release

Published about 3 years

Release notes

🎸 Features

  • feature: add relative date @adrianthedev (#139)

🤖 Maintenance

  • chore: update gemspec file @adrianthedev (#140)

Release
Release 0.1.18 - Patch release

Published about 3 years

Release notes

🐛 Bug Fixes

  • fix: select field doesn't show the right values in some cases @adrianthedev (#138)

Release
Release 0.1.17 - Patch release

Published about 3 years

Release notes

🤖 Maintenance

  • chore: remove old modals container element @adrianthedev (#136)

🎸 Features

  • feature: add Active Record enum support to select @adrianthedev (#135)