Skip to content

Pulls latest from limbo-works and updates Umbraco references from v10 to v12.3.4 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: v1/main
Choose a base branch
from

Conversation

ane-dwarf
Copy link

No description provided.

abjerner and others added 30 commits September 30, 2023 15:30
Doesn't do anything within the context of the table data itself, just a flag so when rendering you can handle it how you want
…e Index property value (limbo-works#4)

This will mean only the content of the cells is stored in the examine index and searchable

Co-authored-by: Anders Bjerner <[email protected]>
+ updated property index value factory to add source value to one field and search friendly value to another field
Not quite ready to push a new stable major minor.
Contains some changes to JSON converters that we need for this package.
TablesDataModel:
+ the "UseFirstRowAsHeader" property is now only true if allowed by the data type
+ the "UseFirstColumnAsHeader" property is now only true if allowed by the data type
+ the "UseLastRowAsFooter" property is now only true if allowed by the data type

TablesDataRow:
+ added "Table" property with a reference back to the parent table model
+ added "IsHeader" property to indicate whether the row is a header row
+ added "IsFooter" property to indicate whether the row is a footer row

TablesDataColumn:
+ added "Table" property with a reference back to the parent table model
+ added "IsHeader" property to indicate whether the column is a header column
…TablesDataCell"

The properties are now backed by enum types rather than string values.
- added ignore attributes to the "rows" and "columns" properties should be ignored as they don't serve any purpose in the output
- added misc attributes for System.Text.Json to ensure the same output as with Newtonsoft.Json
+ updated files to use file-scoped namespace declarations
* Added new cache level data type option

Sometimes it can be useful to control the cache level, so now there is an option for it.

* Bugfix: styling

* Bugfix 2: styling
+ moved new cache level option to the bottom
+ added some separators
This should have been part of the v1.1.0 release 🤦‍♂️
@ane-dwarf ane-dwarf requested a review from Fjellvang December 12, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants