api-components-bundle icon indicating copy to clipboard operation
api-components-bundle copied to clipboard

Creates a flexible API for a website's structure, reusable components and common functionality.

Results 31 api-components-bundle issues
Sort by recently updated
recently updated
newest added

Bumps [activesupport](https://github.com/rails/rails) from 6.0.6 to 6.0.6.1. Release notes Sourced from activesupport's releases. v6.0.6.1 Active Support No changes. Active Model No changes. Active Record Make sanitize_as_sql_comment more strict Though this method...

dependencies

Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.6 to 0.23.7. Release notes Sourced from commonmarker's releases. v0.23.7 What's Changed C API stable test by @​gjtorikian in gjtorikian/commonmarker#201 Update to 29.0.gfm.7 by @​anticomputer in gjtorikian/commonmarker#224...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. Release notes Sourced from nokogiri's releases. 1.13.10 / 2022-12-07 Security [CRuby] Address CVE-2022-23476, unchecked return value from xmlTextReaderExpand. See GHSA-qv4q-mr5r-qprj for more information. Improvements...

dependencies

If we add a dynamic position with a data reference to a type of component which the group does not allowed, no errors are raised and it allows for some...

It appears when adding a component group resource, the varnish cache layer still holds incorrect data on the component groups within - as does the route manifest - it is...

bug

**Version** dev-main **Describe the bug** If we create a route without a forward-slash, front-end will create with the slash, and then result in 404 not found when trying to load...

bug

https://github.com/components-web-app/api-components-bundle/blob/main/src/Factory/Uploadable/MediaObjectFactory.php#L165-L166 We should check and return this data and cache the response as is done in `create`

https://github.com/components-web-app/api-components-bundle/blob/main/src/Factory/Uploadable/MediaObjectFactory.php#L69 Perhaps a configuration should be allowed on a field to disable checking to improve performance when resolving an uncached component using file/files hosted on a 3rd party

We now have 3 build in URL generators so that the file path can go straight to the domain instead of via the API. The API is useful as a...