New Releases
Available now
- Bulk migrate — bulk migrations now produce a single change set even when some targets are already drafts elsewhere. Targets that overlap an existing draft become pending patches that apply when the migration publishes, keeping the migration’s review and signature atomic.
- Pending changes on an entity — a “Pending changes” row at the bottom of the Info tab lists every bulk migration with a change queued against this entity. Each line shows the change-set, author, and an “N changes” link that opens a popover with the per-block detail: default value, field config, formula, and per-trigger event/schedule. The row hides itself when no migrations are queued.
- Migration change-set sidebar — on a migration change set, the contents list splits into two sections — “Publishing draft” for targets that ship with the migration and “Pending patches” for targets currently drafted elsewhere. Click a pending patch to preview its target read-only; click the holder badge to jump to the other change set.
- Reference fields — Admins can allow multiple templates on coupled reference fields, making reusable step-style templates easier to combine.
- AI-drafted change-set descriptions — When a change set has entities but no description, Neil now drafts a 1-3 sentence summary in a card below the description field. Click Accept to fill the description, Decline to dismiss, or Regenerate to redo. Nothing is saved until you accept; the field stays fully editable.
- Nested created-from descendants in change sets — When a change set contains an entity that has children created from it (instances created via a coupled reference field, or sub-rows submitted to a submission field), those children now appear nested under their parent in the change-set sidebar even when they live in another change set or are published live. Each nested row shows the change set it lives in (or a
Livetag if published). - Number field units — Capture units such as kg, mL, and mg/mL with Number values, with equivalent operator choices derived from the configured unit.
- Warning comments — Field warnings now create field-scoped comment threads for review. Reply to the thread and resolve it before sealing the change set.
Previous Releases
- Lock with strict mode — On templates and placeholders, fields can be marked “Lock with strict mode” so their value becomes read-only on instances whenever strict mode is active. Set the value during instance creation, then strict mode freezes it. Useful for batch numbers, lot IDs, run dates, and other set-once values where you still want strict-mode-off instances to stay editable.
- Cleaner reference fields — Reference fields now show just the entity dropdown — the duplicate ”+ Add” button beneath has been removed. Click the dropdown to open the picker and choose an entity, click the chip to swap selections.
- Per-field formulas — Define Python formulas on individual fields, titles, and status tags. Formulas recalculate automatically as their inputs change, with inline error indicators and a one-click Recompute action.
- Legacy formulas and out-of-spec expressions retired — New legacy formulas and out-of-spec expressions can no longer be created. Existing ones are now view-only on both templates and instances; author new logic as per-field formulas instead.
- Migrate to v2 formula — Open an existing legacy formula or out-of-spec expression on a template draft, pick the field type, optionally tweak the generated Python in the in-modal editor, and confirm. The legacy expression keeps running unchanged inside
legacy_formula(...), the field swaps to a v2 formula inside the same change set, and instances inherit the new shape when the change set publishes. - Change field type — Primitive fields (Text, Number, Checkbox, Date, Time & date, JSON) now have a “Change field type” action in the Fields-tab three-dot menu. Available on types and templates, and on instances while strict mode is off — type-level fields, template-level fields, inherited fields, and instance-added fields can all be re-typed. The existing value is coerced where possible (e.g.
42→"42"); when a cast isn’t possible (e.g."abc"→ Number) the value is cleared and the change is recorded in the version history. Attached formulas are preserved across the change. - Template title and status formulas — Template-level title and status-tag formulas now compute on instances only, keeping the template title and status manually editable.
- Formula preview — While editing a v2 field formula, click Preview to see the result directly in the field cell without recomputing the rest of the entity. Close the editor when you’re done — if you’ve made changes, the entity will recompute automatically.
- Field name suggestions — When naming a field, choose from a dropdown of names already used across your organisation, sorted by type and popularity. Create new names with a warning prompt to encourage consistency.
- New navigation layout — Redesigned sidebar navigation for faster access to your views and systems
- Show block numbers — A new per-user toggle in the document three-dot menu adds line-number-style numerals to the left of every block, making it easy to refer to “block 12” in comments and reviews. Off by default; the preference is remembered across documents.
- Inline review configuration — Embedded child entities now show a “Review configuration” button next to Publish. Open it to edit the review phases on the child change set without leaving the parent step.
- Live cursors and focus halos — When other people are viewing the same entity, their pointer appears on the page in real time, and the field or block they’re focused on is outlined in their colour with a small name pill. The existing block avatars and navbar presence pills are unchanged.
- Session controls — Choose whether Seal applies an additional inactivity timeout: off, 15 minutes, or 1 hour. Sensitive actions now use the same e-signature and re-authentication requirements for every organisation.
- Script triggers — Edit existing script triggers without deleting and recreating them (docs)
- View groups in the panel — Manage view groups without leaving the Views tab: a ”+” button next to the search bar creates a new group, hover a group to reveal a three-dot menu for rename / new view / delete, and drag groups to reorder. Delete asks for confirmation and is blocked on groups that still contain views.
- Auto-instantiate on create — Coupled reference fields configured against a template now have an “Auto-instantiate on create” toggle. When on, creating an instance of the parent template automatically creates one child instance: placeholders flow through with their values, and an empty field yields one fresh child from the template.
- Test change sets removed — Test change sets and test instances have been removed. Use regular change sets for all workflows.
- User groups in user fields — User groups can now be assigned in user fields and entity assignments without needing a per-field toggle
- Add to change set — Select rows in search results by clicking row numbers, then use the three-dot menu to add them to a change set
- Version comparison — Compare any two entity versions to see field, property, and automation changes in a new Changes tab
- Visual stability tracking — The platform UI is now continuously monitored for visual regressions. The new Visual tab on the Validation page shows every captured page, when it last changed, and who signed off — a living record of platform stability.
- Version clarity — Active versions now display with a solid status tag, and a “NOT ACTIVE VERSION” watermark appears when viewing historical versions, making it immediately clear which version you are on
- Type-based labels — Buttons and labels now use your type names (e.g. “New Mouse”, “Search Experiments…”) instead of generic “instance” terminology
- Search mode labels — The search mode filter now uses clearer labels: “draft” and “active” instead of “live data” and “active versions”. Existing scripts and API calls using the old values continue to work.
- References search — Filter search results by which entities reference a given entity using the
references:filter - Collapsible headings — Collapse headings in documents to hide sections and focus on what matters
- Referenced by change trigger — Automations can now trigger when an entity that references this entity has a field change, or when references to this entity are added or removed
- Charts from references — Create charts directly from reference fields on entities
v2.4.0
- Image display — Images now display at full resolution on high-DPI screens, preserving clarity for text, diagrams, and screenshots
- Entity migration (Documentation) - Rename fields in bulk across many entities at once — formula and automation references update automatically
- Cross-system duplication — you can now duplicate templates and instances from other systems into your own system using the Duplicate button in the cross-system toolbar
- Script run isolation — script runs are now isolated per user; cancelling one user’s run no longer affects other concurrent runs on the same script. When a script is embedded in multiple entities, each entity only shows its own run. Admins can view and cancel other users’ active runs from the script entity page.
- Performance improvements
- Signature meaning for 21 CFR compliance — E-signatures now carry a configurable meaning (e.g. Approval, Review, Authorship, Acknowledgement, or custom). Set the meaning per review phase; it displays at sign-off and is recorded in the audit trail. Documentation
- Automation improvements — targeting 99.9% runtime robustness and unification with scripting; saved search results and reference field titles now update automatically after automations run
- Save publish comments to the change set timeline when publishing without review
- Reference tables & search — added “Make Draft” contextual menu action for converting published entities to draft
-
API —
PATCH /v2/entitiesinstanceConfig updates now support template and variant entities, and acceptcomputedTitle - Out-of-spec expressions — out-of-spec expressions can now be used on all field types and on fields with “Allow multiple” enabled
-
Added
update_entities()andcreate_entities()SDK methods for updating and creating multiple entities at once (docs) - Validation test codes — Each test on the /validation page now displays a unique test code identifier for functional specification traceability
- Placeholder entities — entities with coupled references can now be reverted and archived placeholder entities can now be recovered
- Formula fields with entity results — display mode and table column configuration now available, matching REFERENCE field behaviour
- Bulk entity migration — Instance configuration settings and computed titles can now be updated in bulk via the entity migration tool
- Cross-system duplication — you can now duplicate templates and instances from other systems into your own system using the Duplicate button in the cross-system toolbar
- Script run isolation — script runs are now isolated per user; cancelling one user’s run no longer affects other concurrent runs on the same script. When a script is embedded in multiple entities, each entity only shows its own run. Admins can view and cancel other users’ active runs from the script entity page.
- Review reminders — added ability to send reminders to all pending reviewers at once from the review panel
- Simple tables — you can now merge and split cells in simple tables via the Table options menu, enabling complex table layouts like spanning headers
- PDF exports — Every printed page now includes a header with the document title, version, “Confidential” label, and “Page X of Y” numbering
- User feedback — share how you’re finding Seal via an in-app banner or email feedback link
- Microsoft Edge support — Seal now officially supports Microsoft Edge alongside Google Chrome.
- Drag to fill — You can now drag to fill select, reference, and user fields in tables, in addition to the previously supported text, number, date, and toggle fields.
- View action buttons — Action buttons on saved views (e.g. “New Preparation”, “New Template”) are now configurable. Open the view menu (⋮) and use the View buttons section to choose which buttons appear. Previously, buttons were automatically inferred from view filters.
v2.3.0
- Document editor — added “Convert to” option in block menu to switch between text block types
- Terminology — “Review” renamed to “Approval” across the platform — status labels, buttons, emails, and audit logs now use “approval” terminology (e.g. “Pending approval”, “Request approval”, “Approval request”)
- Saved views- Added “New template” button in saved views filtered by template kind — when a view is scoped to a specific type, a direct creation button appears in the footer and empty state
- Comments - Added “Show resolved” toggle in comments tab — resolved comments are hidden by default
- Improved print layout and page headers
- Added
System adminpermission option to api keys PATCH /v2/entities/{entityId}now accepts aninstanceConfigobject to update instance settings (strict mode, hide version number, enforce unique titles, allow active version references, custom status group) —POST /systems/{systemSlug}/presetsendpoint for creating field presets
- Chart builder — aggregate controls and simplified configuration
- Document editor — Tab and Shift+Tab now navigate between table cells
- AI chat — updated available model options: added Claude Sonnet 4.6 and GPT 5.2, removed older models
- Improved search performance on large systems
v2.2.0
Entity migration (docs)
- Bulk update fields across many entities at once
- Filter selected entities using a query and set field values and configuration before applying
- Updated PDF design to exactly match the platform document page
- Now includes a preview of the final print
- Now available for all field types
- Create instances from templates in other systems in the UI
- Blue indicator on recently viewed entities that have unseen changes
- Banner on entity page showing what changed since your last visit
- Self-edits excluded from unseen changes tracking
- Export validation reports as PDF from the validation page
- Set custom start numbers on numbered lists with parent prefix context
- Improved block comments
- Change entity permissions during review
- Resize the last column in saved views
- Cancel running automations instantly
- Date fields automatically follow organization-level format settings
v2.1.172
Comments
- Add comments to individual blocks in page content
- Resolve and unresolve comments with audit log tracking
- Click comments in audit log to scroll to the relevant block
- New unified REST API with simplified endpoints
GET/PATCH /v2/entities/{entityId}for retrieval and updatesPOST /v2/entitiesfor all entity creation typesPOST /v2/entities/searchfor paginated search
- Table column configuration can be saved per block in page content
- Default configuration set from the fields tab, overridden per block for multiple table views
- Upcoming version badges shown in the Changes tab
Bug fix
Review request notifications
- Fixed an issue where review request emails for a change set spanning multiple entities could be sent to only a subset of the reviewers in a group. When any of the contributing entities is configured to notify the whole group, every current member of that group is now notified — previously a peer entity with a narrower reviewer list could unintentionally suppress notifications to the rest of the group. Applies to review requests created after this release; in-flight pending reviews keep their existing recipient list and can be corrected via the notified users popover on the review panel.
v2.1.163
Reference fields
- Submission fields migrated into reference fields
- SUBMITTED_FROM migrated into CREATED_FROM in formulas and computed titles
- Legacy submission API and script methods redirect to reference fields automatically
- Cross-system lookups resolve referenced types correctly
- Improved preset configuration UX
- New properties: Last Published At, Last Published By, Reviewed By
- Entity properties included in exports
- System labels shown in entity mentions for multi-system organizations
- Warning lists entities blocking type archiving
get_userfunction for automations- Favourites and assignments endpoints
- Create instances in change sets via API
- New
/systemendpoint for entities
v2.1.156
Custom content enhancements
- Custom content now receives entity, user, and system context
- Live presence avatars show who else is viewing an entity
- Modal view for reference fields with table display mode
- Show backlinks for live latest version
- Filter by change set title
- Overdue column in training exports
- System users CSV export
- Template tab available on draft types
- Script logs saved on timeout
v2.1.155
Views and table improvements
- Redesigned visible column picker with bulk hide/show
- Warning shown when deleting fields used in computed titles
- Multiple field values supported in
@fieldsyntax
- New endpoint for system permissions
- New endpoint for review configuration
v2.1.154
Performance
- Cached file download URLs for faster access
- SDK endpoint for system object
v2.1.153
API enhancements
- API for system management
v2.1.151
Authentication
- SSO now compatible with two-factor authentication (2FA)
v2.1.150
Training and audit improvements
- Export training pages status
- Audit log shows the name of the role that signed
- Improved mention suggestions and positioning
v2.1.149
Automation enhancements
- Automations receive system context
- Trigger scripts on version release (feature flagged)
- Viewers can have entity-level operate permissions
- Get field references via API
v2.1.148
Script improvements
- Better script logs with clearer output
v2.1.147
Test change sets
- Test Mode replaced with Test Change Sets for clearer test entity management
- Show last run version on scripts
v2.1.146
API enhancements
- Request e-signature via SDK
v2.1.142
Reference field improvements
- Archive entities directly from reference fields
- View disabled reference field configurations
- Placeholder draft cascade with configuration display
- Refined chat interface
v2.1.141
Automations
- Entity automation with configurable triggers
- Improved type search speed
v2.1.139
Automations
- New automation service infrastructure
is_liveparameter added to update_field API method
- Improved placeholder entity handling
v2.1.138
Reference field and audit improvements
- Point-in-time instantiation of placeholders when reference field is set to create in new change set
- Formula fields now display multi-line text correctly
- Audit log events show whether changes are made by scripts or AI, and started by a user, trigger, or API key
- Added methods for getting and appending assignees to entities
v2.1.137
API enhancements
- New Seal API methods to update reference field configs
v2.1.133
Improved reference fields (docs)
- Enable “Placeholders” on templates to create editable entities that publish together in a change set
- Enable “Coupled” on instances to keep referenced entities in the same life cycle as their parent
- New “Entities in new change set” toggle controls whether referenced entities get their own change set
- Save and reuse field configurations with system-level presets
- “Submission” and “Step” reference field presets included by default
v2.1.129
Template version tracking and real-time reviewer sync
- Views show which template version an entity was created from
- Adding reviewers to a change set now updates for all users immediately
v2.1.128
Smoother login experience
- Login flow automatically focuses the next input field
v2.1.127
Entity linking and formula improvements
- Type
@in entity content to insert links to other entities - New
REVIEWED_BYproperty available in formulas - Fixed
/activelinks to correctly open the active version
v2.1.125
Better filtering for hidden entities
- Hidden templates and instances now appear in filter dropdowns
v2.1.124
Native Microsoft SSO integration
- Direct Microsoft identity provider support on login page
v2.1.123
Script execution limits
- Scripts timeout after 15 minutes
v2.1.122
Neil AI improvements
- Neil AI: new model, real-time action visibility, undo button
- Fixed change set publish button loading state
v2.1.121
UI fix
- Fixed change set panel resizing with custom content
v2.1.120
Live fields on published entities
- Editable fields on published entities with live formulas
- Live reference fields can point to drafts
- New setting: limit references to pinned versions only
- Modify live submission fields without creating new drafts
v2.1.119
Field configuration syntax
- Use
@field namesyntax in reference and search field configs - Create templates from draft types in the same change set
v2.1.118
Change set behavior respects type settings
- “Make changes” button respects the type’s change set setting
v2.1.117
Clearer audit trail
- Event logs distinguish reverting drafts from moving between change sets
v2.1.116
Custom content and navigation improvements
- Script logs show clear execution start
- Banner when viewing entities outside your current change set
- Faster routing to draft entities
- Create instance button in filtered views
- Custom content now lives on templates and instances
v2.1.115
Script and workflow fixes
- Fixed workflow version caching
- Script logs scoped to entity
- Cleaner script UI
v2.1.114
Bug fix
- Fixed toast notification for archived type change sets
v2.1.113
Test instance improvements
- Test instances now reference draft versions correctly
v2.1.112
Change set workflow improvements
- Hover to select entities in change sets
- Configure reference tables in entity previews
- Combined status and version selector in sidebar
- Type-level default for change set behavior
- Add published entities to current change set
- New script methods:
newTypeId,newKind
v2.1.110
Neil AI and change set usability
- Stop button for Neil AI
- Entity count badges in change set selector
- Descriptive names required for new change sets
- Multi-select field improvements
v2.1.109
AI-powered reviews and release previews
- Neil can review change sets and leave feedback
- Custom text for entity links
- Release previews for Organization Admins
- Release notes accessible from navigation
- New script method:
review_entity
v2.1.107
Views and charts
- Rename and reorder view tabs inline
- Icons and system tags in filter suggestions
- Scrollable charts with grouping by select field
- Version changes show diff in change set overview
- Copy entity link button
v2.1.104
- Prevent archiving types with active instances
v2.1.101
- Simplified change set overview design
- New trigger: on publish Draft/Review/Validation → Published
v2.1.99
- Script pages use full space with draggable divider
- Consolidated control buttons
- Improved visual design
v2.1.98
- Neil AI can implement feedback - “Send to Neil” button on comments
v2.1.97
- Spotlight search (Ctrl+K / Cmd+K) for quick navigation
- New context bar showing current system and change set
v2.1.94
- Comments filter in audit log
- Comments API endpoint
- Auto-numbered headings in documents
v2.1.92
- Simplified System Cards
- Fixed PDF export numbering
v2.1.89
- Drag to copy cell values in submission tables
- Saved filters moved to filter icon in search bar
v2.1.79
- Fixed entity status tags resetting after validation failure
v2.1.77
STATUS_TAGavailable as property in formulas
v2.1.76
- Configure entities in views with draft entities
- Fixed PDF export timestamps
allowUserGroupsoption for user fields
v2.1.74
- Auto-save for Text and Number field values
- Entity-specific permissions via API and seal module
- Number format on formula fields
searchEntitiesmethod in seal SDK
v2.1.73
- Improved Neil response time
- Change set metadata inherits from contained entities
- Enhanced “View Only” banner
v2.1.72
- Entity search suggestions
- Create type/template/instance from change set
v2.1.69
- Create visualizations from saved search fields
v2.1.68
- “Contributors” review phase only includes current version editors
- Renamed Checkbox to Checklist in doc content
- Select destination when removing entity from change set
- Warning prompt for unsaved changes
v2.1.67
- Diff mode while previewing entities in change set
- Neil can read and update user fields
v2.1.66
- Blueprints use existing types on title clashes
search_entitiesincludes transient systems- Type setting for signing before reviews
- Allow users outside current system in user fields
- Update field config via API/Seal module
v2.1.64
- Badge showing users notified in review phase
- Author/Contributor approval requirements
- Template review changes apply to new instances only
- Configure empty Select field options from table cell
- Organization Admins can remove users
v2.1.63
- Fixed entity reference modal display mode
- Preview mode for entities in reference fields
v2.1.62
- Cross-system access configuration
- Named and reorderable review requirements
- Updated review phase design
v2.1.61
- Set entity type icon via API
- Convert entities between types with different content
v2.1.59
- HTML file preview with interactive features
- Create new type API endpoint
v2.1.56
- Group search results by change set
- Colored text and highlight in page content
v2.1.55
- Upload files in global Neil chat
- Type into cells without focusing first
v2.1.51
- Improved Neil AI documentation for better responses
v2.1.49
- Sort in search string
- System vs global search toggle
v2.1.46
- Systems - Systems split into isolated areas with per-system permissions
- Copy and paste in submission/reference tables
- Comments on entities and change sets
v2.1.44
- Set active version API endpoint
v2.1.43
- Keyboard navigation in submission/reference tables
- Script drafts added to parent change set
create_from_reference_fieldseal module method
v2.1.42
- Reference fields with
ref(@ID)filter - Improved diff view with color-coded changes
v2.1.40
- Compare any two entity versions including drafts
- Pin up to three view groups
- Updated Python scripts environment
v2.1.39
- Resizable page width with change set menu
- Get role information API/seal module method
v2.1.38
- Entity view in view groups
- Side-by-side diff view
- ‘Open in New Tab’ moved out of three-dot menu
v2.1.37
- Improved AI agent for questions and chat
- Agent can extract data to existing templates
- Change sets in recently viewed
v2.1.35
- Sticky sidebar headers for contents/references/backlinks
- Formula lookups on submission fields
v2.1.32
- Reorder rows in submission/reference fields
- Insert row at any point
- Sticky column names
- Improved search performance
- Triggers apply to all entity versions
v2.1.29
- Globally unique test instance template indexes
- Submission field CSVs in PDF exports
v2.1.27
- Formula lookups in draft/active version references
- Improved script instance creation UX
v2.1.24
- Hover lock icon to see review requirement source
v2.1.23
- Default template created with new types
v2.1.21
- Updated free tier entity limits
- Default templates for types
v2.1.19
- One-click entity creation in reference fields
CREATED_FROMproperty for reference field entities
v2.1.18
- Test entity detection via API/Seal module
- View all templates from type in side drawer
- Search templates/instances from side drawer
v2.1.15
- Hide types from search by default
seal.set_assignees()for scripts- Favourites list for entities
v2.1.14
- Revert draft changes from audit log
- Organisation-wide datetime format
- Split Layout for side-by-side content
v2.1.13
- Add column fields to reference field tables
v2.1.9
- Reference fields: Pills, File previews, Tables formats
- Show/hide all button for search columns
onScheduletriggers for scriptscompletedAttimestamp for workflow tasks
v2.1.7
- Rename fields via API/Seal module
v2.1.5
- Improved Neil chart generation
- Strict mode moved to templates
- Create entities directly in reference fields
- Script autocomplete for Seal module functions
v2.1.0
- Types as standalone entities with draft/publish workflow
- Fields added/deleted directly in submission tables
- Individual user and API key permissions
- User groups (renamed from roles)
- Entity rename from top bar
- Time & Date field format/timezone configuration
v2.0.196
- Nested work instructions improvements
- Convert Submission to Reference fields
- Submit to submission field via scripts
- Formula
@symbol for properties and field names - Export submission tables as CSV
v2.0.193
- References section in change sets with warnings
- Hide version number setting
- Improved Saved search field setup
v2.0.192
- Version dropdown navigation
v2.0.191
- Detailed text changes in audit log
- Faster change set closing
- Submission field with type configuration
- Entity previews on reference field hover
v2.0.190
- Field configuration from block menu
- Filter by reference/submission/script field contents
v2.0.189
- Custom status tags for entities
v2.0.184
- File previews in Reference fields
- Better script code formatting in audit log
v2.0.183
- Hover user tags for email address
NULLfilter for empty fields- Improved PDF list formatting
- Bulk file replacement
- Live script logs and cancel
- Charts in reference fields
v2.0.173
- Edit status tags from type settings
v2.0.169
- Validated number input fields
- Review reminder emails
- Training and review reminders from inbox
v2.0.168
get_workflows_referencingseal module function
v2.0.167
- Search by entity kind (
kind:template,kind:instance) - Versioned work instructions
- New field type: Saved search
v2.0.165
- Downloaded file names match original
- Delete tags via Seal Module
- PDF downloads (feature flag)
v2.0.164
- Improved Change Set display for large sets
v2.0.157
- Local timezone for date filters
- Cancel scripts
- In-app chat replaced with Plain
v2.0.156
- Create new script from script field
v2.0.154
- Filter by assignees
v2.0.153
- Change set limit: 500 entities
- OOS warnings for submission field entities
v2.0.152
/activeroute for active entity version- Checks with Review Requirements (script validation)
- Duplicate entity copies Work Instructions, Tags, Review Requirements
v2.0.151
- Overwrite computed titles via API/scripts
v2.0.150
- Individual user review requests
- Review replies in emails
v2.0.149
create_change_setseal module method
v2.0.146
- File previews in page content
- Filter by submission source, created/updated dates
- Draft templates in submission fields
v2.0.145
- Review approval details in change sets
- Improved datetime picker
v2.0.143
- Get tags from API/scripts
v2.0.140
- Filter by createdBy/lastUpdatedBy
v2.0.137
- Multiple approvals per review phase
v2.0.136
- Edit field titles from document content
- Viewers/operators can respond to reviews
v2.0.133
- Draft templates in Work Instructions
- Review requirements on types
v2.0.128
- Reorder views within view groups
- Copy link to block
v2.0.125
- Script fields replace embedded script cards
- Archived entities filtered from inbox
v2.0.121
- Triggers for scripts on system events
- Remove computed titles from instances
- Copy entity JSON
- JSON field type
v2.0.120
- Work Instruction improvements
- Export views to CSV
v2.0.118
- Test Change Sets
- Out Of Spec on text fields
v2.0.111
- Configure organization homepage
- Reorder view groups
v2.0.94
- Custom statuses on templates
- Negate type/statusTag filters
v2.0.92
- Filter by custom status tags
- Scripts: add tags, add to change set, create draft
v2.0.91
- Lookup submission fields in formulas
- Revert drafts to previous version
dateAddformula function
v2.0.89
- Out Of Spec on select fields
- Resize images in page content
- Manage permissions for views
v2.0.86
- Filter by field values (
field:Number=5) - Number field formatting
- Multiple status options for published entities
v2.0.84
- Training requirements on templates
- Multi-line text fields with markdown
- Major/minor versioning for change sets
- Scripts: create instances, run other scripts
v2.0.81
- Assign instances to users
- Default assignees on templates
v2.0.75
- Hide default columns in search
- Select cells in formulas
v2.0.61
- Work Instructions - connect templates into workflows
- Change sets - collection of drafts reviewed together
v2.0.39
- Compare draft with published version in change set
- Improved review requirements configuration
v2.0.30
- Submit instances to submission fields
v2.0.29
now()function in OOS expressions for expiration dates
v2.0.27
- Active versions - pin specific version as active
v2.0.25
- Real-time formula and OOS calculation previews
v2.0.22
- Improved initial page loading and search performance
v2.0.17
- Request training from any published version
- Out-of-specification expressions on Number/Formula fields
v2.0.12
- Browser warning before navigating away with unsaved computed title changes
v2.0.10
- All users can duplicate templates and instances
- Type conversion limited to Manager roles
v2.0.6
- Distinct manage/operate modes - buttons hidden for Operators/Viewers
v2.0.3
- Mode toggle for Builders/Operators
- Convert between compatible entity types
v2.0.1
- Seal V2 is live