Skip to content

chore: bump version to 1.0.1 - #3

Merged
Fivell merged 1 commit into
masterfrom
release/1.0.1
May 21, 2026
Merged

chore: bump version to 1.0.1#3
Fivell merged 1 commit into
masterfrom
release/1.0.1

Conversation

@Fivell

Copy link
Copy Markdown
Member

Release contents:

Release contents:
* fix: load-order — register IndexAsCalendar at gem-require time
instead of `config.to_prepare`, so consuming engines that require
AA resources from an initializer don't hit
`NameError: uninitialized constant ActiveAdmin::Views::IndexAsCalendar`.
(#1)
* feat: ship npm twin (@activeadmin-plugins/activeadmin_calendar).
The package.json / prepublishOnly layout mirrors sibling AA
plugins; consumers on bundler-based asset pipelines (Vite,
esbuild, cssbundling-rails) can now `@import` the CSS as an npm
package instead of mirroring it locally. (#2)
@Fivell
Fivell merged commit a79eaf3 into masterMay 21, 2026
4 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Fivell