Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
}
".": "1.8.0"
}
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

## Knowledge Graph [v1.8.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.7.0...v1.8.0) (2026-04-23)

**March 26, 2026**

### API updates
Added a curriculum dependency map endpoint for getting dependencies and prerequisites between Lesson Groupings.

### Data v1.8.0
#### Learning component aligned states

We've added alignments to learning components and crosswalks to Common Core for standards from:

* Alabama
* Arkansas
* Missouri
* North Dakota
* Oregon
* Wyoming

We also completed the alignments to learning components from Texas for grades K-1, which completes all grades for Texas.

## Knowledge Graph [v1.7.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.6.0...v1.7.0) (2026-03-26)

**March 26, 2026**

### Learning component aligned states

We’ve added alignments to learning components and crosswalks to Common Core for standards from:

* Georgia
* Iowa
* Kentucky
* Tennessee
* West Virginia

### Data quality improvements

We’ve updated some of the alignments between learning components and the state standards from the following states to address inconsistencies:

* Utah
* South Dakota
* Mississippi
* Idaho
* Ohio

### Addition of `publisherIdentifier`

We added a new property `publisherIdentifier` for content nodes in Illustrative Mathematics. This property contains the ID that was originally assigned by Illustrative Mathematics. The field is available in both flat file downloads and REST API responses.

## Knowledge Graph [v1.6.0](https://github.com/learning-commons-org/knowledge-graph/compare/v1.5.0...v1.6.0) (2026-03-12)

**March 12, 2026**
Expand Down
Loading