Releases: underctrl-io/commandkit
Releases · underctrl-io/commandkit
v1.2.0-rc.12
Added
- Inject discord command ID after registration by @twlite in #553
- Light Theme Logo added by @diksha-2911 in #555
- Label and Poll JSX components by @twlite in #574
- Raw command name fetcher to context by @twlite in #578
Fixed
- Replace cron tasks on reload by @twlite in #552
- Resolve correct command name inside context by @twlite in #577
New Contributors
- @diksha-2911 made their first contribution in #555
Full Changelog: v1.2.0-rc.11...v1.2.0-rc.12
v1.2.0-rc.11
What's Changed
- Docs: update homepage by @notunderctrl in #527
- Properly handle different command types by @notunderctrl in #532
Full Changelog: v1.2.0-rc.10...v1.2.0-rc.11
v1.2.0-rc.10
v1.2.0-rc.6
Fixed
create-commandkitpackage not including TypeScript deps for JavaScript projects (required by bundler)commandkitpackage emitting warnings for@rollup/plugin-jsonbeing covered natively
v1.2.0-rc.5
Fixed
- Custom middlewares not registering on build deployments
- Enhance
@commandkit/aicontext + CLI
v0.1.10
v0.1.9
Changes (breaking)
- Update
ValidationFunctionPropstype name toValidationProps. - Update
autocompleteRuncommand function name toautocomplete. - Update
AutocompleteCommandPropstype name toAutocompleteProps.
Deprecated
guildOnlyin command options. CommandKit no longer handles theguildOnlycondition. Usedm_permissionin your commanddataobject instead.
Fixed
- Broken docs links.
v0.1.8 (deprecated)
What's Changed
- Remove outdated documentation from command-file-setup.mdx by @softwarexplus in #33
- docs: remove unstable callouts by @twlite in #38
- fix: polyfill require function by @twlite in #39
New Contributors
- @softwarexplus made their first contribution in #33
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Updated docs by @m1-dev in #14
- Update installation.mdx by @m1-dev in #15
- fix(get-paths): asynchronously load files and dirs by @twlite in #16
- Update validation file setup by @m1-dev in #17
- Documentation for migrating from DJS-Commander by @m1-dev in #19
- feat: add signal and buttonkit by @twlite in #21
- Documentation changes by @m1-dev in #22
- feat: commandkit cli by @twlite in #24
- Fix for ButtonKit & Signals Docs by @m1-dev in #23
- Update missing permission message by @notunderctrl in #25
- Add JSDoc by @m1-dev in #26
- fixed devServerIds to devGuildIds by @ramfidev in #27
- refactor: improve cli by @twlite in #28
- feat: lots of important stuff by @twlite in #29
- Documentation changes by @m1-dev in #30
- Deprecation warning for commands using guildOnly by @m1-dev in #36
- docs: document cli by @twlite in #37
New Contributors
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Fixed
- Custom validations not initializing on startup.