DO NOT MERGE#515
Open
sc-nikolaoslazaridis wants to merge 33 commits into
Open
Conversation
* Add atom schema utilities * Simplify and trim down comments * Address comments * Change type import for schema utils * Add stricter types for customEvents * Improve typing * Adjust atom types to avoid errors
* introduce atom registry utils, for unfolding and serializing atom metadata; introduce AtomRenderer and send atom registry event on mount * post merge fixes, regenerate yarn lock * update unit tests * fix describe block only * add DesignLibraryAtoms component and atoms mode for design library * update atoms index name * do not use enum for atom type * rename children to allowedChildren in AtomsInfo * remove unfold atoms function
…tegration (#423) * introduce atom registry utils, for unfolding and serializing atom metadata; introduce AtomRenderer and send atom registry event on mount * post merge fixes, regenerate yarn lock * update unit tests * fix describe block only * add DesignLibraryAtoms component and atoms mode for design library * NCC component layout renderer * add test data, atom renderer, wip * update yarn lock * remove index.tsx * move component-layout out of /editing * move getAtomRegistry * move getAtomsRegistry tests. add callback registry to SitecoreProvider * minor fix * adjust AtomType type * set up dl atoms events and handlers for comunication with dl * initial refactor * refactor createView * remove LayoutOptions interface * updates to document definitions * more refactoring * more refactoring * add DesignLibraryMode - atoms * more refactor * minor update * create view unit tests * update tests * unit tests * error boundary * remove useRef * refactoring * refactoring * small fix * api extractor updates * updaete atomRegistry property of sitecore provider * rename getAtomsRegistry funct * move createView * restructure atoms submodule in content package * DesignLibraryAtoms doesn't rely on other component to render view * remove AtomRenderer * remove .only from uni test * update api surface * update changelog * Resolve PR comments * Adjusts tests and JSDocs --------- Co-authored-by: MenKNas <men.nasies@gmail.com>
* update to beta versions * add library mode atoms * changelog * update changelog * api extractor
* [Design Studio] Support Atom-based code generation * Updated Changelog
- @sitecore-content-sdk/analytics-core@2.0.0-beta.3 - @sitecore-content-sdk/cli@2.0.0-beta.3 - @sitecore-content-sdk/content@2.0.0-beta.3 - @sitecore-content-sdk/core@2.0.0-beta.3 - create-content-sdk-app@2.0.0-beta.3 - @sitecore-content-sdk/events@2.0.0-beta.3 - @sitecore-content-sdk/nextjs@2.0.0-beta.3 - @sitecore-content-sdk/personalize@2.0.0-beta.3 - @sitecore-content-sdk/react@2.0.0-beta.3 - @sitecore-content-sdk/search@0.2.0-beta.3
…t from external host and pass it to render (#478) * feat: create the wrapper component Co-authored-by: Copilot <copilot@github.com> * docs: changelog * chore: export types Co-authored-by: Copilot <copilot@github.com> * chore: use resolveEdgeUrl to get the edge url Co-authored-by: Copilot <copilot@github.com> * chore: change the message prefix Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>
* [atoms-epic] Add SXA client component for preview * Add StudioNccWrapper for App Router NCC page rendering * Address PR comments * Adjust CHANGELOG entries * Remove unwanted files
|
Contributor
📦 Package Size and Test Coverage Report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description / Motivation
Testing Details
Types of changes