Skip to content

Releases: nextcloud-libraries/nextcloud-typings

v1.9.1

05 Jul 11:35
71cd7b4
Compare
Choose a tag to compare

What's Changed

  • fix: Add missing types for OCP.Files.Router by @susnux in #263
  • fix: Use Typescript source files for types by @susnux in #262
  • fix: Add missing types for confirmation dialogs by @susnux in #264
  • chore: Prepare v1.9.1 by @susnux in #265

Full Changelog: v1.9.0...v1.9.1

v1.9.0

25 Jun 10:02
76f339f
Compare
Choose a tag to compare

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

23 Feb 09:46
bbe896a
Compare
Choose a tag to compare

1.8.0 - 2024-02-23

Added

  • enh: Add typings for Nextcloud 28
  • enh: Provide @nextcloud/typings/ocs for OCSResult type

Fixed

  • fix: Remove unused travis and renovate config
  • fix: Adjust OCP.Files types for Navigation and Router
  • fix: Use correct exported name /ocs instead of /types

Changes

  • chore: update node engines to next LTS (Node 20 + NPM 10)
  • Dependency updates

v1.7.0

22 Feb 22:18
d392b5f
Compare
Choose a tag to compare

1.7.0 - 2023-06-13

Added

  • Added typings for OC.Util (all versions)
  • Added typings for OCP.Accessibility (Nextcloud 25+)
  • Added namespace for Nextcloud 26
  • Added namespace for Nextcloud 27
    • Including typings for new OCP.Files.Router API

Changed

  • Dependency updates