Upgrade 0.27 to 0.28
Change startupjs and all @startupjs/* dependencies in your package.json to ^0.28.
BREAKING CHANGES
-
Div: remove default
background-colorsetting when shadow is present (you need to addbackground-colormanually from style sheet now) -
Link: remove
blockproperty, it will be detected automatically if not specified -
sharedb-access in ORM: There was changed parameters of functions in
accessobject in your ORM-model (addedbackendandcollectionto the start). Now they look like this:
Bug fixes
- Div: fix incorrect shadows work on ios
- Checkbox: fix readonly view on mobile
- docs: fix inline code view on android
- docs: fix jumping to top of the page on initial render when you are scrolled
Features
- docs: add anchors for headers
- sharedb-access in ORM: add ability to use access for models that register to path
collection.*usingstatic access={...} - Link: add ability to use button as link, see more
Documentation
- Menu: add example how to use
Menu.Itemas link