Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 5, 2019
1 parent 848f16f commit e836fd4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@

v4.0.0-beta.1 (2019-02-05)
--------------------------

BIG changes since last alpha release:
(see https://fullcalendar.io/docs/v4/release-notes for more info)
- all functionality is broken up into plugins
- changed the names of many views (ex: agendaWeek -> timeGridWeek)
- changed the names of the npm packages (ex: @fullcalendar/core)
- technique for initializing a calendar (and using plugins) has changed
- SuperAgent is no longer needed
- Bootstrap 3 theme support dropped
- jQuery UI theme support dropped
- Bower support dropped
- Composer support *temporarily* dropped
- a new npm-run based dev workflow

Smaller changes since last alpha release:
- no need to specify `timeZoneImpl` setting. simply use luxon or moment-timezone plugin instead
- `agendaEventMinHeight` renamed to `timeGridEventMinHeight`
- for registering a custom view use `createPlugin` instead of `defineView`
- `groupByDatesAndResources` and `groupByResources` removed. Use `datesAboveResources` instead
- removed the deprecated `theme` settings. use `themeSystem` instead
- for Boostrap 4 theme support, specify `themeSystem: 'boostrap'` instead of (`'bootstrap4'`)

Really obscure changes (TODO: move these to final changelog):
- `MAX_TIMELINE_SLOTS` moved to `(packageRoot).config.MAX_TIMELINE_SLOTS`
- `touchMouseIgnoreWait` moved to `(packageRoot).config.touchMouseIgnoreWait`
- `dataAttrPrefix` moved to `(packageRoot).config.dataAttrPrefix`


v4.0.0-alpha.4 (2019-01-11)
---------------------------

Expand Down

0 comments on commit e836fd4

Please sign in to comment.