1.1.2 • Published 4 years ago

@adobe/cq-spa-component-mapping v1.1.2

Weekly downloads
1,357
License
Apache-2.0
Repository
-
Last release
4 years ago

Table of contents

The package is deprecated

The package has been moved. Please use @adobe/aem-spa-component-mapping

Installation

npm install @adobe/cq-spa-component-mapping

Usage

This module provides helpers to map resource types with SPA components.

MapTo

The MapTo helper can be used to directly associate resource type(s) with a given SPA component.

import { MapTo } from '@adobe/spa-component-mapping';

class MyComponent {
    ...
}

export default MapTo('my/resource/type')(MyComponent);

API

@adobe/cq-spa-component-mapping 1.1.2

src/utils/MapComponents.js

Documentation

The technical documentation is already available, but if you are unable to solve your problem or you found a bug you can always contact us and ask for help!

Changelog

1.1.1 - 24 August 2020

  • Deprecating the package. Renaming to aem-spa-component-mapping

1.1.0 - 20 August 2020

  • Change codebase to TypeScript

1.0.3 - 28 September 2018

  • Windows OS support
  • Server-Side Rendering support
  • Modularization

0.0.16 - 20 June 2018

Public release of cq-spa-component-mapping

0.0.15 - 20 April 2018

Initial public release of cq-spa-component-mapping, which provides:

  • MapTo helper to map JS components with AEM resource types
  • ComponentMapping singleton to interact with the existing mappings

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-rc.3

6 years ago

1.0.0-rc.1

6 years ago

1.0.0-rc.0

6 years ago

0.0.16

6 years ago

0.0.15-beta.0

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago