Releases: nextcloud-libraries/nextcloud-typings
Releases · nextcloud-libraries/nextcloud-typings
v1.9.1
v1.9.0
What's Changed
- chore(deps-dev): Bump typescript from 5.3.3 to 5.4.2 by @dependabot in #251
- chore(deps-dev): Bump typescript from 5.4.2 to 5.4.3 by @dependabot in #252
- chore(deps-dev): Bump typescript from 5.4.3 to 5.4.4 by @dependabot in #253
- chore(deps-dev): Bump typescript from 5.4.4 to 5.4.5 by @dependabot in #254
- feat: Add type information for Nextcloud 29 by @susnux in #256
- fix: Do not depend on vue or vue-router for the public interface of
OC.Files.Router
by @susnux in #255 - chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 by @dependabot in #257
- chore(deps-dev): Bump typescript from 5.4.5 to 5.5.2 by @dependabot in #258
- fix: Add missing
OC
constant types by @susnux in #259 - chore: Prepare 1.9.0 by @susnux in #260
Full Changelog: v1.8.0...v1.9.0
v1.8.0
1.8.0 - 2024-02-23
Added
- enh: Add typings for Nextcloud 28
- enh: Provide
@nextcloud/typings/ocs
forOCSResult
type
Fixed
- fix: Remove unused travis and renovate config
- fix: Adjust
OCP.Files
types forNavigation
andRouter
- fix: Use correct exported name
/ocs
instead of/types
Changes
- chore: update node engines to next LTS (Node 20 + NPM 10)
- Dependency updates