- Update react-ui
- Add mini modals
- Update yarn to v4
- Update node to v20
- Fix build error
- Update yarn to v3
- Change webpack to vite
- Add js tests
- Update chrome to v112
- Redesign back link arrows
- Update dotnet and selenoid
- Header is now responsive
- Update "react-router-dom" package to v6
- Remove
qs
anddecimal.js
packages, change query string format - Switch to using github-actions
- Change layout paddings and GoBack button
- Replace
moment.js
withdate-fns
- Edit DateTime and DateTimeOffset without change of time zone when it's possible
- Select DateTimeKind for DateTime
- Update
@skbkontur/react-ui
package
- Fix front dependencies
- Fix bug with filtering when not in first page
- Add support for dark theme using react-ui ThemeContext
- Update supported peerDependencies versions range
- fix field selector filter
- Update
@skbkontur/react-ui
package - Remove deprecated react lifecycle methods
- Remove
sep=;
from downloaded csv since it breaks encoding parsing
- Use DownloadFileStream to be more memory efficient when downloading large files
- Explicitly allow sorting in SchemaDescription
- Add validations to DbViewerApi methods
- Type captions in Object viewer can be copied
- Fix NotFound page
- Add
DbViewer.EntityFramework
package - Add type information to object details view
- Fix for rendering object with Hashtable inside.
- Use non-recursive convert method in
SearchObjects
for better performance with large objects. - Add
CountLimitForSuperUser
andDownloadLimitForSuperUser
constants.
- Fix server side paging.
- Display TypeIdentifier instead of type name in types list.
- Allow sort by multiple columns.
- Mark
CqlPagedDbConnector
as obsolete since it does not work properly.
- Move
@skbkontur/react-ui
&@skbkontur/react-icons
to peerDependencies. - Update front dependencies.
- Fix DateTimeTicks input.
- Remove invalid characters validation in filters.
- Use svg in not found page.
- Add Cql connector which read all entries with limit.
- Use client side paging when
IDbConnector.Count
method returnsnull
. - Allow download first
DownloadLimit
objects whenIDbConnector.Count
method returnsnull
.
- Fix db-viewer-ui compilation to es5.
- Fix json serializer configuration.
- Disallow editing for complex properties and properties without setter.
- Fix complex object inside array conversion to api.
- Fix Cql count query.
- Update db-viewer-ui, publish
@skbkontur/db-viewer-ui
package. - Use ESLint instead of TSLint.
- Set TargetFramework to netstandard2.0.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.
- Use SourceLink to help ReSharper decompiler show actual code.
- Use C# 8 Nullable Reference Types instead of JetBrains.Annotations.
- Use TypeScript.ContractGenerator.Cli dotnet tool to build front types.
- Add
AllowDelete
&AllowEdit
fields to SchemaDescription. - Add ability to download objects in csv format.