Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c8ecdc9
Use iconCondensedLabel for notes
TylerZeroMaster Jun 24, 2025
9bfcd1a
Style `section.numbered-exercises` as `EverydayExercises`
TylerZeroMaster Jun 24, 2025
0247488
Style unit page titles the same as chapter page titles
TylerZeroMaster Jun 24, 2025
2a98b3f
Add borderless table an unindented list styles to algebra-1
TylerZeroMaster Jun 24, 2025
7ccfd93
Visually hide solutions in algebra-1
TylerZeroMaster Jun 24, 2025
2da7316
Add baseline max-width for images in algebra-1
TylerZeroMaster Jun 24, 2025
41f6851
Add text-only title support for algebra-1
TylerZeroMaster Jun 24, 2025
e5b6783
Style `th` in `tbody` within `corn`
TylerZeroMaster Jun 24, 2025
d89ec9c
Update note styles
TylerZeroMaster Jun 24, 2025
dc81eef
Add `os-raise-noindent` for `data-type=injected-exercise`
TylerZeroMaster Jun 24, 2025
72573c8
Style practice question numbers in bold to match exercises
TylerZeroMaster Jun 25, 2025
6624626
Remove unindented style
TylerZeroMaster Jun 25, 2025
d85f4d0
Make `TextOnlyChapterTitle` a little easier to reuse if needed
TylerZeroMaster Jun 25, 2025
c3fd615
Possible fix for table problems
TylerZeroMaster Jun 25, 2025
b21b9ee
Try to match exercise styles as best as possible
TylerZeroMaster Jun 26, 2025
d89dbd4
Changelog
TylerZeroMaster Jun 26, 2025
b83f611
Use static max-width for table images
TylerZeroMaster Jul 16, 2025
215b81a
Use flex display for notes instead of table-cell
TylerZeroMaster Jul 21, 2025
bcbb265
Add table color overrides for algebra-1
TylerZeroMaster Jul 23, 2025
7b23e5a
Add borders/horizontal rule to check-understanding
TylerZeroMaster Jul 23, 2025
dd13d90
Adjust title widths for notes
TylerZeroMaster Jul 23, 2025
5424b4b
Avoid breaks in section.check-understanding
TylerZeroMaster Jul 23, 2025
3db1929
Compile style
TylerZeroMaster Jul 23, 2025
8cf288a
Fix th[scope=col] styling in thead
TylerZeroMaster Jul 23, 2025
8df3c13
Set image width to 3in in no-class note
TylerZeroMaster Jul 23, 2025
98866f9
Add vertical-align top to exercises containing media
TylerZeroMaster Jul 23, 2025
63b58ec
Use uniform max width/height for most images
TylerZeroMaster Jul 28, 2025
55d1379
Exercise answer margins
TylerZeroMaster Aug 6, 2025
a00ed29
Black icon note font; boxed self-check
TylerZeroMaster Aug 7, 2025
acc201b
Add fix for labeled graphs
TylerZeroMaster Aug 11, 2025
e0a13ef
Add extra margin to headings and notes
TylerZeroMaster Aug 12, 2025
ba3a748
Fix image scaling in exercises
TylerZeroMaster Aug 12, 2025
545cc24
Add banding to os-eoc
TylerZeroMaster Aug 12, 2025
22179cf
Add document class notes
TylerZeroMaster Aug 12, 2025
47e3681
Fix document note
TylerZeroMaster Aug 13, 2025
d6bd5b0
Fix contemporary math style
TylerZeroMaster Aug 13, 2025
71061fd
Add generic example title style for algebra-1
TylerZeroMaster Aug 14, 2025
3f7a00f
Enable page banding for custom-eoc in algebra-1
TylerZeroMaster Aug 14, 2025
ba146c1
Ensure problem paras are full width
TylerZeroMaster Aug 15, 2025
f0315f2
Custom question numbering
TylerZeroMaster Aug 20, 2025
99f020e
Prepare for new release
TylerZeroMaster Aug 25, 2025
5129b6d
Remove duplicated ModuleSectionWithBorderShape
TylerZeroMaster Aug 25, 2025
dcc24c1
Inconsistent naming of table first/last row
TylerZeroMaster Aug 25, 2025
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [v2.12.0] - 2025-08-25

- Add `UnitToc` to `corn`
- Use `UnitToc` in `algebra-1`
- Style `exercises` differently in `algebra-1` so they are more cohesive
- Style tables containing figures with 100% width in `algebra-1`
- Style `th` in `tbody` within `corn`
- Add `text-only` title support for `algebra-1`
- Add baseline `max-width` for images in `algebra-1`
- Visually hide `solutions` in `algebra-1`
- Add borderless table to `algebra-1`
- Style unit page titles the same as chapter page titles in `algebra-1`
- Style `section.numbered-exercises` as `EverydayExercises`
- Use `IconCondensedNoteWithSubtitleShape` for notes in `algebra-1`
- Add `folio_new` to `corn`
- Use `folio_new` in `algebra-1`
- Add `IconCondensedNoteWithoutTitleShape` to `corn`
- Add `GenericExampleTitleShape` to `corn`

## [v2.11.0] - 2025-05-20

Expand Down
Loading