- Add a test suite to ensure base functionality remains unbroken by future changes
- Change CSS for Chrome and Safari so that scroll bars show when content overflows pane (or full screen view)
- Factor out Accounts, Collections and Actions tabs into separate packages ???
- Standard way of persisting config for packages (provide API)
- Version bump as per 1.8.2 instructions in Meteor changelog
- Added dependencies on
random
andunderscore
(on server) for apps that don't include these packages.
- Removed weak dependency on
aldeed:collection2
.
- Better search for accounts experience. Default to searching on, choose the email field, and focus input when switching accounts (saves four clicks each time).
- When clicking on foreign keys, UI scrolls to correct collection tab
- Show account username or email in account tab when UI is expanded
- Added
pointer-events: auto;
to css so Constellation is still usable with modals that havepointer-events: auto;
- Impersonation of users is persisted across hot code reloads
- Search of accounts/users collection by
emails
field is special-cased to allow easy searching by typing email address strings - Removed documents are printed to console as a string (as well as an object)
- Updated weak dependency on
aldeed:collection2
to v2.10.0
- Updated dependencies on several packages
- Fixed CSS for lists in guide screens
- Added support for COMMAND-click of foreign key
_id
type fields to jump instantly to the other document - a la Dr Mongo - Added support for guide material for plugins
- Updated dependency on
babrahams:editable-json
to 0.6.2
- Click document number to clear collection
- Added support for dump and restore of collections
- Fixes webkitStorageInfo, webkitIndexedDB deprecation warnings on Chrome
- Support for autopublish on a per-collection basis
- Updated dependency on
babrahams:editable-json
to 0.6.1 - Employed a rough workaround for a bug in
aldeed:collection2
- Fixed CSS for when the body element has text-align: center and for search selector margins
- Fixed bug with undoing changes to nested fields
- Fixed bugs with accounts tab when no accounts-base added
- Put tabindex="-1" on relevant inputs to stop display bug when clicking tab key
- Added default hotkey changer UI in "Config ..." tab
- Updated dependency on
babrahams:editable-json
to 0.6.0 (more robust and user-friendly version) - Added API call
- Constellation.getCollections()
First release that didn't need too much more glaringly obvious work on it
- Accounts tab with impersonate
- Improved editable-JSON
- API extensive enough to cover most package needs
- Core functionality (mostly) debugged