New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@api-platform/admin

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-platform/admin - npm Package Versions

dunglas
published 2.4.0 •

Changelog

Source

2.4.0

  • Add useIntrospection hook in order to ask for a new introspection if needed
  • Hydra: apiSchema should not be cached if there are no resources
dunglas
published 2.3.0 •

Changelog

Source

2.3.0

  • Add custom searchParams for the Hydra data provider methods
dunglas
published 2.2.6 •

Changelog

Source

2.2.6

  • Define history only in a browser context
  • Add missing propTypes
  • Fix loading props usage in AdminUI
dunglas
published 2.2.5 •

Changelog

Source

2.2.5

  • Remove unuseful optional chaining
dunglas
published 2.2.4 •

Changelog

Source

2.2.4

  • Fix updateMany to send parameters into data fetch
dunglas
published 2.2.3 •

Changelog

Source

2.2.3

  • Hydra: display empty page when hydra:totalItems is 0
dunglas
published 2.2.2 •

Changelog

Source

2.2.2

  • Hydra: correctly display all errors
dunglas
published 2.2.1 •

Changelog

Source

2.2.1

  • Embedded support for array relation
  • Fix optimistic introspect calls
  • Hydra: better CORS error
dunglas
published 2.2.0 •

Changelog

Source

2.2.0

  • Add embedded support (disabled by default, set useEmbedded to true in the Hydra data provider)
  • BC: If your API uses an embedded, it will not be a reference anymore if you use ListGuesser, InputGuesser or ResourceGuesser. Use the new way of handling embedded instead.
  • BC: In the schemaAnalyser, getReferenceNameField has been renamed to getFieldNameFromSchema.
  • Require @api-platform/api-doc-parser ^0.9 (embedded)
  • Add partial pagination support
  • Hydra: fix default per page parameter value
dunglas
published 2.1.1 •

Changelog

Source

2.1.1

  • Hydra: remove trace in error
  • Hydra: add body to HttpError